summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-08-22 15:14:58 +0000
committerwiz <wiz@pkgsrc.org>2011-08-22 15:14:58 +0000
commit3c0b9a4d7d17927ec3652e4846d4afd049386e5e (patch)
treead54eff47a5645caba5b88b1055d51d6c4d2b87f /security
parent98e604beee1ebc12873afa6dc780cd35103ee778 (diff)
downloadpkgsrc-3c0b9a4d7d17927ec3652e4846d4afd049386e5e.tar.gz
Update to 2.12.9:
* Version 2.12.9 (released 2011-08-21) ** libgnutls-extra: Replaced enumeration with unsigned int, in openssl.h to make it identical to the 3.0.0 version. This shouldn't introduce binary incompatibility. ** libgnutls: When asking for a PIN multiple times, the flags in the callback were not being updated to reflect for PIN low count or final try. ** API and ABI modifications: GNUTLS_PKCS11_PIN_WRONG: New flag for PIN callback
Diffstat (limited to 'security')
-rw-r--r--security/gnutls/Makefile4
-rw-r--r--security/gnutls/distinfo10
-rw-r--r--security/gnutls/patches/patch-lib_configure10
3 files changed, 12 insertions, 12 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index 23091c24412..b20ae3a4957 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.102 2011/08/11 11:03:35 adam Exp $
+# $NetBSD: Makefile,v 1.103 2011/08/22 15:14:58 wiz Exp $
-DISTNAME= gnutls-2.12.8
+DISTNAME= gnutls-2.12.9
CATEGORIES= security devel
MASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/ \
ftp://ftp.gnupg.org/gcrypt/gnutls/ \
diff --git a/security/gnutls/distinfo b/security/gnutls/distinfo
index c3ef21746d4..831c39add7b 100644
--- a/security/gnutls/distinfo
+++ b/security/gnutls/distinfo
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.75 2011/08/11 11:03:35 adam Exp $
+$NetBSD: distinfo,v 1.76 2011/08/22 15:14:58 wiz Exp $
-SHA1 (gnutls-2.12.8.tar.bz2) = b250d3ddf3fafe69916f248d7ba909ae92022a35
-RMD160 (gnutls-2.12.8.tar.bz2) = 0fc7abac111629fa3f3794ca2d5b1b72972dde00
-Size (gnutls-2.12.8.tar.bz2) = 7153363 bytes
+SHA1 (gnutls-2.12.9.tar.bz2) = 9a775466d5bf6976e77e5f659d136e0a4733a58a
+RMD160 (gnutls-2.12.9.tar.bz2) = 6fab89f4cf5678ec36166a0137b5a426bb62eac8
+Size (gnutls-2.12.9.tar.bz2) = 7151185 bytes
SHA1 (patch-ab) = 49de2419935972f958acacdffec32388986f1ea0
SHA1 (patch-ae) = cadc476a6a120390c3c2792b52dd02d27a3884e6
SHA1 (patch-af) = 321c3488dd383a09dd95f6a15f50b9f54f6aa5fc
SHA1 (patch-ai) = 2c5c181ec6de9622cac66c2d5fe2cc8f3f89fbe8
-SHA1 (patch-lib_configure) = 26b1f6c0cf6dd8af27fb1d27513c0d007f7b0da6
+SHA1 (patch-lib_configure) = 7ae3ff8af52648fa132154ced88c31b7ecc1eb32
SHA1 (patch-lib_nettle_egd.c) = b7e9769e8c620519c43ca7b7481a558e9d389c68
diff --git a/security/gnutls/patches/patch-lib_configure b/security/gnutls/patches/patch-lib_configure
index 1d782673ba9..960663c5cca 100644
--- a/security/gnutls/patches/patch-lib_configure
+++ b/security/gnutls/patches/patch-lib_configure
@@ -1,16 +1,16 @@
-$NetBSD: patch-lib_configure,v 1.2 2011/08/11 11:03:35 adam Exp $
+$NetBSD: patch-lib_configure,v 1.3 2011/08/22 15:14:58 wiz Exp $
---- lib/configure.orig 2011-08-08 21:01:09.000000000 +0000
+--- lib/configure.orig 2011-08-20 22:21:59.000000000 +0000
+++ lib/configure
-@@ -17361,6 +17361,7 @@ else
+@@ -17354,6 +17354,7 @@ else
ZLIB_HAS_PKGCONFIG=n
fi
+if false; then # there is no zlib.pc in pkgsrc
if test x$ac_zlib != xno; then
if test "$ZLIB_HAS_PKGCONFIG" = "y" ; then
- if test x$GNUTLS_REQUIRES_PRIVATE = x; then
-@@ -17372,6 +17373,7 @@ if test x$ac_zlib != xno; then
+ if test "x$GNUTLS_REQUIRES_PRIVATE" = "x"; then
+@@ -17365,6 +17366,7 @@ if test x$ac_zlib != xno; then
GNUTLS_ZLIB_LIBS_PRIVATE="$LTLIBZ"
fi
fi