[arch-commits] Commit in gnutls/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Wed Dec 5 18:20:39 UTC 2018


    Date: Wednesday, December 5, 2018 @ 18:20:38
  Author: andyrtr
Revision: 341078

upgpkg: gnutls 3.6.5-1

upstream update 3.6.5 - move to new stable branch, drop guile bindings as they don't build currently with recent guile 2.2.x branch

Modified:
  gnutls/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-05 18:20:24 UTC (rev 341077)
+++ PKGBUILD	2018-12-05 18:20:38 UTC (rev 341078)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=gnutls
-pkgver=3.5.19
-pkgrel=2
+pkgver=3.6.5
+pkgrel=1
 pkgdesc="A library which provides a secure layer over a reliable transport layer"
 arch=('x86_64')
 license=('GPL3' 'LGPL2.1')
@@ -11,9 +11,8 @@
 options=('!zipman')
 depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit' 'libidn2' 'libunistring')
 checkdepends=('net-tools')
-optdepends=('guile: for use with Guile bindings')
-source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v3.5/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha256sums=('1936eb64f03aaefd6eb16cef0567457777618573826b94d03376bb6a4afadc44'
+source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha256sums=('073eced3acef49a3883e69ffd5f0f0b5f46e2760ad86eddc6c0866df4e7abb35'
             'SKIP')
 validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F'
               '1F42418905D8206AA754CCDC29EE58B996865171')
@@ -20,12 +19,6 @@
                # "Simon Josefsson <simon at josefsson.org>"
                # "Nikos Mavrogiannopoulos <nmav at gnutls.org>
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # fix a broken test
-#  sed 's/global_init/gnutls_global_init/g' -i tests/trust-store.c
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr \
@@ -32,7 +25,7 @@
 	--with-zlib \
 	--disable-static \
 	--with-idn \
-	--enable-guile --with-guile-site-dir=no \
+	--disable-guile \
 	--with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit"
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make



More information about the arch-commits mailing list