diff options
author | wiz <wiz> | 2009-10-31 01:16:42 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-10-31 01:16:42 +0000 |
commit | 07d786b85be81598eb972680ee1ee31f5677714f (patch) | |
tree | 29a4db611b78e440f01dd6a8b3127d2dce3ed4e1 /security/gnutls/Makefile | |
parent | 120b216fed4402d4786f84516e74a377834a6bcb (diff) | |
download | pkgsrc-07d786b85be81598eb972680ee1ee31f5677714f.tar.gz |
Update to 2.8.4:
* Version 2.8.4 (released 2009-09-18)
** libgnutls: Enable Camellia ciphers by default.
** libgnutls: Make OpenPGP hostname checking work again.
The patch to resolve the X.509 CN/SAN issue accidentally broken
OpenPGP hostname comparison.
** libgnutls: When printing X.509 certificates, handle XMPP SANs better.
Reported by Howard Chu <hyc@symas.com> in
<https://savannah.gnu.org/support/?106975>.
** API and ABI modifications:
No changes since last version.
Diffstat (limited to 'security/gnutls/Makefile')
-rw-r--r-- | security/gnutls/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 76e3bb39234..02fb02fc971 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.87 2009/10/12 15:25:14 reed Exp $ +# $NetBSD: Makefile,v 1.88 2009/10/31 01:16:42 wiz Exp $ -DISTNAME= gnutls-2.8.3 +DISTNAME= gnutls-2.8.4 CATEGORIES= security devel MASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/ \ ftp://ftp.gnupg.org/gcrypt/gnutls/ \ |