diff options
author | adam <adam@pkgsrc.org> | 2011-03-07 13:45:34 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-03-07 13:45:34 +0000 |
commit | 43a41a0d783dca427fbdbc72d3e1a215afcff6bd (patch) | |
tree | 681e7040021175f0c341fedc0239337b1edaa439 /security | |
parent | 4414a756f7b8a33ece19bd044e87a077c7eccd9b (diff) | |
download | pkgsrc-43a41a0d783dca427fbdbc72d3e1a215afcff6bd.tar.gz |
Changes 2.10.5:
* libgnutls: Corrected verification of finished messages.
* libgnutls: Corrected signature generation and verification in the Certificate
Verify message when in TLS 1.2.
* pkg-config gnutls.pc improvements.
* API and ABI modifications: No changes since last version.
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 29195094321..c8f48f61547 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.95 2010/12/12 11:58:53 wiz Exp $ +# $NetBSD: Makefile,v 1.96 2011/03/07 13:45:34 adam Exp $ -DISTNAME= gnutls-2.10.4 +DISTNAME= gnutls-2.10.5 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 86351d268c4..36d482324ca 100644 --- a/security/gnutls/distinfo +++ b/security/gnutls/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.68 2010/12/13 16:03:20 tron Exp $ +$NetBSD: distinfo,v 1.69 2011/03/07 13:45:34 adam Exp $ -SHA1 (gnutls-2.10.4.tar.bz2) = f0dcd7b68748b48d7b945c52b6a9e64d643e4b58 -RMD160 (gnutls-2.10.4.tar.bz2) = 82c3722082a35292d99ccc8cb12023244506c9cf -Size (gnutls-2.10.4.tar.bz2) = 7288167 bytes +SHA1 (gnutls-2.10.5.tar.bz2) = 4530657082a0e754356de89a5529d1ad7a18e777 +RMD160 (gnutls-2.10.5.tar.bz2) = 4bc886ced90742a488e00c1884e6124b37047382 +Size (gnutls-2.10.5.tar.bz2) = 7287913 bytes SHA1 (patch-aa) = 45052cfc70becf7ab1e4aa880bea4fb904ddf16f SHA1 (patch-ab) = 43d53ae8f51491a0d300463df1ccd3445581e8b5 SHA1 (patch-ae) = f505476ce0477dc547e8698d205d6ba26fe85f48 |