diff options
author | adam <adam@pkgsrc.org> | 2015-02-11 11:25:57 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-02-11 11:25:57 +0000 |
commit | a469fa72e3f7a0b95d65b2b7947c8f83cf77160e (patch) | |
tree | 5e4bd11734d4462b12105837a37375d2392b82e1 /security/gnutls | |
parent | f39583c919ac4cb5d8fa0330304e3f0af82e0bae (diff) | |
download | pkgsrc-a469fa72e3f7a0b95d65b2b7947c8f83cf77160e.tar.gz |
Changes 3.2.21:
** libgnutls: Corrected regression introduced in 3.2.19 related to
session renegotiation. Reported by Dan Winship.
** libgnutls: Corrected parsing issue with OCSP responses.
** API and ABI modifications:
No changes since last version.
Diffstat (limited to 'security/gnutls')
-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 1b6ce520a0f..57310f4f2ce 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.151 2014/12/05 12:43:24 khorben Exp $ +# $NetBSD: Makefile,v 1.152 2015/02/11 11:25:57 adam Exp $ -DISTNAME= gnutls-3.2.20 +DISTNAME= gnutls-3.2.21 CATEGORIES= security devel MASTER_SITES= ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/ EXTRACT_SUFX= .tar.xz diff --git a/security/gnutls/distinfo b/security/gnutls/distinfo index 04f9c2f1474..e4cbb22097b 100644 --- a/security/gnutls/distinfo +++ b/security/gnutls/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.111 2014/12/31 16:05:07 rumko Exp $ +$NetBSD: distinfo,v 1.112 2015/02/11 11:25:57 adam Exp $ -SHA1 (gnutls-3.2.20.tar.xz) = 6b104f737330ff2f6833b8c5d80e1cd2c3fcfb66 -RMD160 (gnutls-3.2.20.tar.xz) = 02617d710a4dc9a81664176da22cd2e5062e6527 -Size (gnutls-3.2.20.tar.xz) = 5160184 bytes +SHA1 (gnutls-3.2.21.tar.xz) = fa12e643ad21bcaf450d534f262c813d75843966 +RMD160 (gnutls-3.2.21.tar.xz) = 8d3b7817dcd28d3c4f1e3ad0d014ab7891daa7f9 +Size (gnutls-3.2.21.tar.xz) = 5162040 bytes SHA1 (patch-ae) = b6402cc4a03f1b32792191518ed0c5596eb91c07 SHA1 (patch-gl_stdio.in.h) = cad0685b77a1abb74ac578695ceb5c1c74479a87 SHA1 (patch-lib_Makefile.in) = a75aa7bf9d493fae93b02d0ffdc82f538cc85737 |