diff options
author | tnn <tnn@pkgsrc.org> | 2008-05-22 13:18:52 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-05-22 13:18:52 +0000 |
commit | 1a4e5d5cb607ced8fd87c32cd29089c290bc7cac (patch) | |
tree | f1e9036228c2c1167799c900fbbea04ce8c37cf6 /security | |
parent | 67dec2a8d9fd57dc15398c606f11eda3d825137b (diff) | |
download | pkgsrc-1a4e5d5cb607ced8fd87c32cd29089c290bc7cac.tar.gz |
Update to gnutls-2.2.5.
* Version 2.2.5 (released 2008-05-19)
Fix flaw in fix for GNUTLS-SA-2008-1-3.
* Version 2.2.4 (released 2008-05-19)
Fix three security vulnerabilities. [GNUTLS-SA-2008-1]
[GNUTLS-SA-2008-1-1]
libgnutls: Fix crash when sending invalid server name.
[GNUTLS-SA-2008-1-2]
libgnutls: Fix crash when sending repeated client hellos.
[GNUTLS-SA-2008-1-3]
libgnutls: Fix crash in cipher padding decoding for invalid record lengths.
* Version 2.2.3 (released 2008-05-06)
Increase default handshake packet size limit to 48kb.
Fix compilation error related to __FUNCTION__ on some systems.
Documented the --priority option to gnutls-cli and gnutls-serv.
Fix fopen file descriptor leak in PSK server code.
Build Guile code with -fgnu89-inline only when supported.
Make Camellia encryption work.
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 d52672c8c1b..0dd593f5488 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.68 2008/03/06 14:52:12 wiz Exp $ +# $NetBSD: Makefile,v 1.69 2008/05/22 13:18:52 tnn Exp $ -DISTNAME= gnutls-2.2.2 +DISTNAME= gnutls-2.2.5 CATEGORIES= security devel MASTER_SITES= http://josefsson.org/gnutls/releases/ \ ftp://ftp.gnutls.org/pub/gnutls/ \ diff --git a/security/gnutls/distinfo b/security/gnutls/distinfo index 3ab91e97600..4c168f8fda3 100644 --- a/security/gnutls/distinfo +++ b/security/gnutls/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.43 2008/03/06 14:52:13 wiz Exp $ +$NetBSD: distinfo,v 1.44 2008/05/22 13:18:52 tnn Exp $ -SHA1 (gnutls-2.2.2.tar.bz2) = 6b9586083c6460b0efa73959d86036ecb0a6acf8 -RMD160 (gnutls-2.2.2.tar.bz2) = 120f5c014169914fee62a637c4e3efb3d5400165 -Size (gnutls-2.2.2.tar.bz2) = 4923519 bytes +SHA1 (gnutls-2.2.5.tar.bz2) = 7620d092c790f0a5ac5486c3563786ca8777083d +RMD160 (gnutls-2.2.5.tar.bz2) = dd48a780849fc81c0a688116984eab8f41ea8ebf +Size (gnutls-2.2.5.tar.bz2) = 4920322 bytes SHA1 (patch-aa) = b2024cb515196e64efcdbba227f05db9eb07c236 SHA1 (patch-ab) = d30748128877d2ec5942d2b852f23a05d36102d0 SHA1 (patch-ad) = 585a6b64cc52403d83804ef22726110c4aae6169 |