diff options
author | wiz <wiz@pkgsrc.org> | 2009-11-03 00:15:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-11-03 00:15:41 +0000 |
commit | 7bb662a6aef604820fb0e9f795a2f82025edc2a1 (patch) | |
tree | 41e6e29bec38dea5ee65d78dbf53052b44b30c08 /security/gnutls | |
parent | ec32cc3e8f1ce623bffef12a3dec51cc3ac55f61 (diff) | |
download | pkgsrc-7bb662a6aef604820fb0e9f795a2f82025edc2a1.tar.gz |
Update to 2.8.5:
* Version 2.8.5 (released 2009-11-02)
** libgnutls: In server side when resuming a session do not overwrite the
** initial session data with the resumed session data.
** libgnutls: Fix PKCS#12 encoding.
The error you would get was "The OID is not supported.". Problem
introduced for the v2.8.x branch in 2.7.6.
** guile: Compatibility with guile 2.x.
By Ludovic Courtes <ludovic.courtes@laas.fr>.
** tests: Fix expired cert in chainverify self-test.
** tests: Fix time bomb in chainverify self-test.
Reported by Andreas Metzler <ametzler@downhill.at.eu.org> in
<http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3925>.
** 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 02fb02fc971..6b5a95777d8 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.88 2009/10/31 01:16:42 wiz Exp $ +# $NetBSD: Makefile,v 1.89 2009/11/03 00:15:41 wiz Exp $ -DISTNAME= gnutls-2.8.4 +DISTNAME= gnutls-2.8.5 CATEGORIES= security devel MASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/ \ ftp://ftp.gnupg.org/gcrypt/gnutls/ \ diff --git a/security/gnutls/distinfo b/security/gnutls/distinfo index e46274cb4eb..48651310c61 100644 --- a/security/gnutls/distinfo +++ b/security/gnutls/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.61 2009/10/31 01:16:42 wiz Exp $ +$NetBSD: distinfo,v 1.62 2009/11/03 00:15:41 wiz Exp $ -SHA1 (gnutls-2.8.4.tar.bz2) = 27bea240164b9287807543387682c7052f7318c2 -RMD160 (gnutls-2.8.4.tar.bz2) = f9236b3adf8ea3e747e1fb84d0ed19ae3294a522 -Size (gnutls-2.8.4.tar.bz2) = 6193111 bytes +SHA1 (gnutls-2.8.5.tar.bz2) = 5121c52efd4718ad3d8b641d28343b0c6abaa571 +RMD160 (gnutls-2.8.5.tar.bz2) = f160b8b413ae7e0b9243135fd8ffd0dd350d1504 +Size (gnutls-2.8.5.tar.bz2) = 6196862 bytes SHA1 (patch-ab) = 4b6801f6c8f00b8da8e78f7277450c6f53366fb4 SHA1 (patch-ae) = f505476ce0477dc547e8698d205d6ba26fe85f48 SHA1 (patch-af) = bd4701640dfef5bfdce87d620befd93098b0dff3 |