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

Florian Pritz bluewind at archlinux.org
Thu Jul 2 17:28:57 UTC 2015


    Date: Thursday, July 2, 2015 @ 19:28:56
  Author: bluewind
Revision: 136283

upgpkg: lib32-gnutls 3.4.2-1

upstream update

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-02 17:28:18 UTC (rev 136282)
+++ PKGBUILD	2015-07-02 17:28:56 UTC (rev 136283)
@@ -7,7 +7,7 @@
 
 _pkgbasename=gnutls
 pkgname=lib32-$_pkgbasename
-pkgver=3.4.1
+pkgver=3.4.2
 pkgrel=1
 pkgdesc="A library which provides a secure layer over a reliable transport layer (32-bit)"
 arch=('x86_64')
@@ -15,20 +15,11 @@
 url="http://gnutls.org/"
 depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' $_pkgbasename)
 makedepends=('gcc-multilib')
-source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${_pkgbasename}-${pkgver}.tar.xz{,.sig}
-        test_do_not_perform_internationalized_name_checks_without_libidn.diff)
-md5sums=('2d04f34fa25b45f9dcb9104c0394e12e'
-         'SKIP'
-        'cc584698a4558642129b6398d1e666d6')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
+md5sums=('4fb4a6253e09aa070e6c467cbb51ba33'
+         'SKIP')
 validpgpkeys=(1F42418905D8206AA754CCDC29EE58B996865171)
 
-prepare() {
-  cd ${_pkgbasename}-${pkgver}
-  # fix build in testsuite without libidn
-  # https://gitlab.com/gnutls/gnutls/commit/78fcb17c74e1e625f89e71e0641083c85a268414
-  patch -Np1 -i $srcdir/test_do_not_perform_internationalized_name_checks_without_libidn.diff
-}
-
 build() {
   export CC="gcc -m32"
   export CXX="g++ -m32"

Deleted: test_do_not_perform_internationalized_name_checks_without_libidn.diff
===================================================================
--- test_do_not_perform_internationalized_name_checks_without_libidn.diff	2015-07-02 17:28:18 UTC (rev 136282)
+++ test_do_not_perform_internationalized_name_checks_without_libidn.diff	2015-07-02 17:28:56 UTC (rev 136283)
@@ -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