diff options
author | adam <adam@pkgsrc.org> | 2012-03-15 16:41:48 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-03-15 16:41:48 +0000 |
commit | 60b47b99bf48e30be52ca3fd600b51eea212ab06 (patch) | |
tree | 905348542862b6a7cd32272581bdfaf0b644c163 /security | |
parent | f03ecca41b198ab94583f254e89beb2c0310a239 (diff) | |
download | pkgsrc-60b47b99bf48e30be52ca3fd600b51eea212ab06.tar.gz |
Changes 2.12.17:
* libgnutls: Corrections in record packet parsing.
* libgnutls: Fixes in SRP authentication.
* libgnutls: Added function to force explicit reinitialization of PKCS 11
modules. This is required on the child process after a fork.
* libgnutls: PKCS 11 objects that do not have ID no longer crash listing.
* API and ABI modifications: gnutls_pkcs11_reinit: Added
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 20b12be541f..dcdcba11f03 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.109 2012/01/17 14:54:19 drochner Exp $ +# $NetBSD: Makefile,v 1.110 2012/03/15 16:41:48 adam Exp $ -DISTNAME= gnutls-2.12.16 +DISTNAME= gnutls-2.12.17 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 e8074ad490f..f3a1e56610f 100644 --- a/security/gnutls/distinfo +++ b/security/gnutls/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.81 2012/01/17 14:54:19 drochner Exp $ +$NetBSD: distinfo,v 1.82 2012/03/15 16:41:48 adam Exp $ -SHA1 (gnutls-2.12.16.tar.bz2) = 2d0857f7896597185b19d2861a2eb378e5d310fb -RMD160 (gnutls-2.12.16.tar.bz2) = 447212115b6b39a6d52cc6b441dc3bf15e69789a -Size (gnutls-2.12.16.tar.bz2) = 7167795 bytes +SHA1 (gnutls-2.12.17.tar.bz2) = 9d871ea0ee2b8b440021cf6d5bbe87ba89754269 +RMD160 (gnutls-2.12.17.tar.bz2) = 71fda67352ba8466a24809b136d434db4fe03d1d +Size (gnutls-2.12.17.tar.bz2) = 7207831 bytes SHA1 (patch-ab) = 49de2419935972f958acacdffec32388986f1ea0 SHA1 (patch-ae) = cadc476a6a120390c3c2792b52dd02d27a3884e6 SHA1 (patch-af) = 321c3488dd383a09dd95f6a15f50b9f54f6aa5fc |