diff options
author | adam <adam@pkgsrc.org> | 2008-12-19 15:43:20 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-12-19 15:43:20 +0000 |
commit | 57adf42ff054750b8a9560c4083ca6916e50652b (patch) | |
tree | 519085da99ed3c7e5b30bb5f9297ec54e88e60c4 /security | |
parent | ae4eb8db57c7c6a2ce96f41adf2f5d81fba8d3f8 (diff) | |
download | pkgsrc-57adf42ff054750b8a9560c4083ca6916e50652b.tar.gz |
Changes 2.6.3
* gnutls: Fix chain verification for chains that ends with RSA-MD2 CAs.
* gnutls: Fix memory leak in PSK authentication.
* certtool: Move gcry_control(GCRYCTL_ENABLE_QUICK_RANDOM, 0) call earlier.
It needs to be invoked before libgcrypt is initialized.
* gnutls-cli: Return non-zero exit code on error conditions.
* gnutls-cli: Corrected bug which caused a rehandshake request to be ignored.
Diffstat (limited to 'security')
-rw-r--r-- | security/gnutls/Makefile | 4 | ||||
-rw-r--r-- | security/gnutls/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index b39ff29bafb..0b66e92480c 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.75 2008/11/15 23:02:09 wiz Exp $ +# $NetBSD: Makefile,v 1.76 2008/12/19 15:43:20 adam Exp $ -DISTNAME= gnutls-2.6.2 +DISTNAME= gnutls-2.6.3 CATEGORIES= security devel MASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/ \ http://www.mirrors.wiretapped.net/security/network-security/gnutls/ \ diff --git a/security/gnutls/distinfo b/security/gnutls/distinfo index 03c11c5818d..43c45233c22 100644 --- a/security/gnutls/distinfo +++ b/security/gnutls/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.50 2008/11/15 23:02:09 wiz Exp $ +$NetBSD: distinfo,v 1.51 2008/12/19 15:43:20 adam Exp $ -SHA1 (gnutls-2.6.2.tar.bz2) = 2c7701b61c86d5cec8305f8741bc18bc64f33b31 -RMD160 (gnutls-2.6.2.tar.bz2) = 10a37efe6bd90add75e338ca98eb09cc4ab69dc7 -Size (gnutls-2.6.2.tar.bz2) = 5113586 bytes +SHA1 (gnutls-2.6.3.tar.bz2) = f9b6a1d6135ef0a57a5cdd9fcb3e82bc62a27dcd +RMD160 (gnutls-2.6.3.tar.bz2) = 318c91f167988f2dfcde50015491b7dc7d4eea33 +Size (gnutls-2.6.3.tar.bz2) = 5114214 bytes SHA1 (patch-aa) = 8e9ea317342d584fb6f931f96458cc3d7d747ca0 SHA1 (patch-ab) = 17605f0d3b1895c1c63c8dabc21bdebf95eb7785 SHA1 (patch-ae) = f505476ce0477dc547e8698d205d6ba26fe85f48 |