diff options
author | wiz <wiz@pkgsrc.org> | 2010-12-12 11:58:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-12-12 11:58:53 +0000 |
commit | 7815093ecd46f9cb361f6889719a7bdff58ca413 (patch) | |
tree | 2ef3faf3a5a24cfe3104c36b563d7de0e084523b /security | |
parent | 4b66d8be16a2a367ee9112cd52b98e63b668aa0a (diff) | |
download | pkgsrc-7815093ecd46f9cb361f6889719a7bdff58ca413.tar.gz |
Update to 2.10.4:
* Version 2.10.4 (released 2010-12-06)
** gnutls-serv: Corrected a buffer overflow. Reported and patch by Tomas Mraz.
** libgnutls: Use ASN1_NULL when writing parameters for RSA signatures.
This makes us comply with RFC3279. Reported by Michael Rommel.
** libgnutls: Reverted default behavior for verification and
introduced GNUTLS_VERIFY_DO_NOT_ALLOW_X509_V1_CA_CRT. Thus by default
V1 trusted CAs are allowed, unless the new flag is specified.
** minitasn1: Updated to Libtasn1 2.9.
** 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 fde38aae4bf..29195094321 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.94 2010/11/26 17:56:14 drochner Exp $ +# $NetBSD: Makefile,v 1.95 2010/12/12 11:58:53 wiz Exp $ -DISTNAME= gnutls-2.10.3 +DISTNAME= gnutls-2.10.4 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 afb011d50db..b6b9e1fbab8 100644 --- a/security/gnutls/distinfo +++ b/security/gnutls/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.66 2010/11/26 17:56:14 drochner Exp $ +$NetBSD: distinfo,v 1.67 2010/12/12 11:58:53 wiz Exp $ -SHA1 (gnutls-2.10.3.tar.bz2) = b17b23d462ecf829f3b9aff3248d25d4979ebe4f -RMD160 (gnutls-2.10.3.tar.bz2) = 70566eab9cc9657fc5408525c0067352376b4c4f -Size (gnutls-2.10.3.tar.bz2) = 6633204 bytes +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 (patch-ab) = 43d53ae8f51491a0d300463df1ccd3445581e8b5 SHA1 (patch-ae) = f505476ce0477dc547e8698d205d6ba26fe85f48 SHA1 (patch-af) = bd4701640dfef5bfdce87d620befd93098b0dff3 |