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

Andreas Radke andyrtr at archlinux.org
Sun Jul 26 12:02:42 UTC 2015


    Date: Sunday, July 26, 2015 @ 14:02:42
  Author: andyrtr
Revision: 242515

upgpkg: gnutls 3.4.3-1

upstream update 3.4.3, keep building without libidn support for security reason - see mailing list link in PKGBUILD

Modified:
  gnutls/trunk/PKGBUILD
Deleted:
  gnutls/trunk/test_do_not_perform_internationalized_name_checks_without_libidn.diff

-----------------------------------------------------------------------+
 PKGBUILD                                                              |    7 +--
 test_do_not_perform_internationalized_name_checks_without_libidn.diff |   21 ----------
 2 files changed, 4 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-26 11:45:29 UTC (rev 242514)
+++ PKGBUILD	2015-07-26 12:02:42 UTC (rev 242515)
@@ -3,7 +3,7 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=gnutls
-pkgver=3.4.2
+pkgver=3.4.3
 pkgrel=1
 pkgdesc="A library which provides a secure layer over a reliable transport layer"
 arch=('i686' 'x86_64')
@@ -11,10 +11,10 @@
 url="http://www.gnutls.org/"
 install=gnutls.install
 options=('!zipman')
-depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit' 'libidn')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
 optdepends=('guile: for use with Guile bindings')
 source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('4fb4a6253e09aa070e6c467cbb51ba33'
+md5sums=('8a119d7830b81a44faa721a6fde2a295'
          'SKIP')
 validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F'
               '1F42418905D8206AA754CCDC29EE58B996865171')
@@ -30,6 +30,7 @@
   ./configure --prefix=/usr \
 	--with-zlib \
 	--disable-static \
+	--without-idn \
 	--enable-guile --with-guile-site-dir=no \
 	--with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit"
   make

Deleted: test_do_not_perform_internationalized_name_checks_without_libidn.diff
===================================================================
--- test_do_not_perform_internationalized_name_checks_without_libidn.diff	2015-07-26 11:45:29 UTC (rev 242514)
+++ test_do_not_perform_internationalized_name_checks_without_libidn.diff	2015-07-26 12:02:42 UTC (rev 242515)
@@ -1,21 +0,0 @@
-diff --git a/tests/hostname-check.c b/tests/hostname-check.c
-index 120f3b9..670248a 100644
---- a/tests/hostname-check.c
-+++ b/tests/hostname-check.c
-@@ -1147,6 +1147,7 @@ void doit(void)
- 	if (ret)
- 		fail("%d: Hostname incorrectly matches (%d)\n", __LINE__, ret);
- 
-+#ifdef HAVE_LIBIDN
- 	ret = gnutls_x509_crt_check_hostname(x509, "www.teχ.gr");
- 	if (!ret)
- 		fail("%d: Hostname incorrectly does not match (%d)\n", __LINE__, ret);
-@@ -1166,6 +1167,7 @@ void doit(void)
- 	ret = gnutls_x509_crt_check_hostname(x509, "ΤΈΣΤ.gr");
- 	if (!ret)
- 		fail("%d: Hostname incorrectly does not match (%d)\n", __LINE__, ret);
-+#endif
- 
- #ifdef ENABLE_OPENPGP
- 	if (debug)
-



More information about the arch-commits mailing list