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/gnutls/Makefile | |
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/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 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/ \ |