diff options
author | wiz <wiz@pkgsrc.org> | 2007-11-11 19:28:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-11-11 19:28:27 +0000 |
commit | 37b88d319f5c6e8754e813bcc3eeaf29b1519ba8 (patch) | |
tree | 8ab14803b8a3736680a9d000011324ce325cd9ff /security/gnutls/distinfo | |
parent | 85a6c41d0e67348ad38b721bb56f215e1c9f3cf1 (diff) | |
download | pkgsrc-37b88d319f5c6e8754e813bcc3eeaf29b1519ba8.tar.gz |
Update to 2.0.3:
* Version 2.0.3 (released 2007-11-10)
** This version backports several fixes from the 2.1.x branch.
** Fixed PKCS #3 parameter export.
** Added gnutls_record_disable_padding() to allow servers talking to
buggy clients that complain if the TLS 1.0 record protocol padding is
used.
** Introduced gnutls_session_enable_compatibility_mode() to allow enabling
all supported compatibility options (like disabling padding).
** Corrected bug which did not allow a server to run without supporting
certificates.
** API and ABI modifications:
gnutls_session_enable_compatibility_mode: ADDED
gnutls_record_disable_padding: ADDED
Add LICENSE, commented out; it contains both LGPL-2.1 and GPL2 code.
Diffstat (limited to 'security/gnutls/distinfo')
-rw-r--r-- | security/gnutls/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/gnutls/distinfo b/security/gnutls/distinfo index cf6e838e6f8..05728e4516b 100644 --- a/security/gnutls/distinfo +++ b/security/gnutls/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.40 2007/11/03 23:45:56 rillig Exp $ +$NetBSD: distinfo,v 1.41 2007/11/11 19:28:27 wiz Exp $ -SHA1 (gnutls-2.0.2.tar.bz2) = 1e67565e1dbdfdbcf67a7467f7507f849e582730 -RMD160 (gnutls-2.0.2.tar.bz2) = 1b449d8c025324988e04722f10c1980652c221fe -Size (gnutls-2.0.2.tar.bz2) = 4831867 bytes +SHA1 (gnutls-2.0.3.tar.bz2) = e329e30f7f80ee905809012cad132eab8f6e9a87 +RMD160 (gnutls-2.0.3.tar.bz2) = a22eaad937eca8899ea79c529917a1bd838c6120 +Size (gnutls-2.0.3.tar.bz2) = 4911980 bytes SHA1 (patch-aa) = 1d4ee449fd02fce00fdab055857281b69b17c1ae SHA1 (patch-ab) = 1bdf8bb767dc0de591346a98f1a6b3453de116dc SHA1 (patch-ad) = 585a6b64cc52403d83804ef22726110c4aae6169 |