diff options
author | drochner <drochner@pkgsrc.org> | 2012-04-17 17:53:01 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-04-17 17:53:01 +0000 |
commit | bad8be49eb999b48fe3569e399c0087a2be9464c (patch) | |
tree | afdb3c3977f25061e50631458348302c349f5eb7 /security/gnutls/Makefile | |
parent | e34a5a464399078d15c65168709de8736d08f08f (diff) | |
download | pkgsrc-bad8be49eb999b48fe3569e399c0087a2be9464c.tar.gz |
update to 2.12.18
changes:
-Corrected SRP-RSA ciphersuites when used under TLS 1.2
-Fixed leaks in key generation
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 dcdcba11f03..0349622eaf8 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.110 2012/03/15 16:41:48 adam Exp $ +# $NetBSD: Makefile,v 1.111 2012/04/17 17:53:01 drochner Exp $ -DISTNAME= gnutls-2.12.17 +DISTNAME= gnutls-2.12.18 CATEGORIES= security devel MASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/ \ ftp://ftp.gnupg.org/gcrypt/gnutls/ \ |