diff options
author | wiz <wiz@pkgsrc.org> | 2009-07-18 10:32:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-07-18 10:32:32 +0000 |
commit | bb9922c95decab9a8f1688ee3488928022f366a8 (patch) | |
tree | c45435769b09783ea2dabdaf60ae375e53947264 /security | |
parent | e74947c57a8a5de716cd3b6bbce8d2c4073b1f6b (diff) | |
download | pkgsrc-bb9922c95decab9a8f1688ee3488928022f366a8.tar.gz |
Update to 2.8.1:
* Version 2.8.1 (released 2009-06-10)
** libgnutls: Fix crash in gnutls_global_init after earlier init/deinit cycle.
Forwarded by Martin von Gagern <Martin.vGagern@gmx.net> from
<http://bugs.gentoo.org/272388>.
** libgnutls: Fix PKCS#12 decryption from password.
The encryption key derived from the password was incorrect for (on
average) 1 in every 128 input for random inputs. Reported by "Kukosa,
Tomas" <tomas.kukosa@siemens-enterprise.com> in
<http://permalink.gmane.org/gmane.network.gnutls.general/1663>.
** API and ABI modifications:
No changes since last version.
Diffstat (limited to 'security')
-rw-r--r-- | security/gnutls/Makefile | 6 | ||||
-rw-r--r-- | security/gnutls/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 32d47024fa6..ba5aa1d0573 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.83 2009/06/09 18:56:37 wiz Exp $ +# $NetBSD: Makefile,v 1.84 2009/07/18 10:32:32 wiz Exp $ -DISTNAME= gnutls-2.8.0 +DISTNAME= gnutls-2.8.1 CATEGORIES= security devel MASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/ \ ftp://ftp.gnupg.org/gcrypt/gnutls/ \ @@ -10,7 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnutls.org/ COMMENT= GNU Transport Layer Security library -#LICENSE= gnu-gpl-v3 AND gnu-lgpl-v2.1 +LICENSE= gnu-gpl-v3 AND gnu-lgpl-v2.1 PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir diff --git a/security/gnutls/distinfo b/security/gnutls/distinfo index bdf52ef2ee1..3a19669caa1 100644 --- a/security/gnutls/distinfo +++ b/security/gnutls/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.57 2009/06/18 10:19:47 drochner Exp $ +$NetBSD: distinfo,v 1.58 2009/07/18 10:32:32 wiz Exp $ -SHA1 (gnutls-2.8.0.tar.bz2) = 7c102253bb4e817f393b9979a62c647010312eac -RMD160 (gnutls-2.8.0.tar.bz2) = ad9d356ab55567ffc65c7fa4f48d8594a1cd5981 -Size (gnutls-2.8.0.tar.bz2) = 6177498 bytes +SHA1 (gnutls-2.8.1.tar.bz2) = b5fd364848709393d05def7e926caddd27169525 +RMD160 (gnutls-2.8.1.tar.bz2) = 3b0d7a80a60dfc3222357d2c83a7ec32bd2c8e33 +Size (gnutls-2.8.1.tar.bz2) = 6178662 bytes SHA1 (patch-ab) = 4b6801f6c8f00b8da8e78f7277450c6f53366fb4 SHA1 (patch-ae) = f505476ce0477dc547e8698d205d6ba26fe85f48 SHA1 (patch-af) = bd4701640dfef5bfdce87d620befd93098b0dff3 |