diff options
author | he <he@pkgsrc.org> | 2008-08-03 20:35:30 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-08-03 20:35:30 +0000 |
commit | fbdea7927506b6ea2b2421932c606131989512bd (patch) | |
tree | 09ab568215948ae897a186081863590f3b73fab7 /security/p5-Net-SSLeay/distinfo | |
parent | 7c8f1362fd03054aec4838a77b1a61027e240d26 (diff) | |
download | pkgsrc-fbdea7927506b6ea2b2421932c606131989512bd.tar.gz |
Update from version 1.32nb1 to 1.35. Changes:
1.35 25.07.208
- Fix test plan for autoload.t if Test::Exception isn't available.
- Skip rsa_generate_key.t if Test::Exception isn't available.
1.34 24.07.2008
- Fixed problem with X509_get_subjectAltNames, where some types of Alt
Name (eg DIRNAMEs) were not properly handled, resulting in seg faults.
Reported by Achim Grolms.
- Added support for ENGINE_load_builtin_engines and
ENGINE_register_all_complete in order to enable built-in OpenSSL
crypto engines for hardware acceleration etc.
- Added support for ENGINE_by_id and ENGINE_set_default, required
to enable Sun crypto acceleration
1.33_01 14.02.2008
- Fixed a compile problem with inc_paths /usr/kerberos/include
in inc/Module/Install/PRIVATE/Net/SSLeay.pm. Reported by "J. Nick
Koston via RT"
- Added optional support for SSL_set_hello_extension,
SSL_set_session_secret_cb to support various extension patches from
a patch to openssl-0.9.9-dev contributed by Jouni Malinen.
See wpa_supplicant/patches/openssl-0.9.9-session-ticket.patch in the
latest (git) version 0.6 and later of wpa_suplicant at
http://hostap.epitest.fi/. These additions are ifdefed to
SSL_F_SSL_SET_HELLO_EXTENSION which is added by the patch
Tested with openssl-SNAP-20070816.
- Added SSL_SESSION_set_master_key and SSL_get_keyblock_size.
- Added all SSL_OP_* options flags present in 0.9.9
- Fixed a bug in SSL_set_tmp_dh
- Doc improvements in README.Win32
- Fixed a problem with proxy connections: open_proxy_tcp_connection
was stopping after the first \n from teh proxy,
but instead should have looked for
$CRLF . $CRLF to find the beginning of the SSL content
- Fixed missing / on /usr/kerberos/include, reported by several people
- removed bacus.pt from host list in t/handle/external/10_destroy.t,
since it seems no longer to respond. Reported by tco2.
- changed t/handle/external/10_destroy.t so this list of URIs to be
tested can be configured with environment variable SSLEAY_URIS, a
colon separated list of host names. Suggested by tco2.
- changed t/handle/external/50_external.t and t/external/08_external.t
so this list of sites to be
tested can be configured with environment variable SSLEAY_SITES, a
colon separated list of host names. Suggested by tco2.
- Fixed doucumentation in README of how to use OPENSSL_PREFIX
environment variable to control the location of openssl. Reported by
"Quanah Gibson-Mount via RT".
- Don't use Module::Installs auto_install.
- Bind NID_ and GEN_ constants.
- Default to not running external tests.
Diffstat (limited to 'security/p5-Net-SSLeay/distinfo')
-rw-r--r-- | security/p5-Net-SSLeay/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/p5-Net-SSLeay/distinfo b/security/p5-Net-SSLeay/distinfo index 96f44fdfdad..f9c2b3a5c18 100644 --- a/security/p5-Net-SSLeay/distinfo +++ b/security/p5-Net-SSLeay/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2008/01/09 00:47:00 heinz Exp $ +$NetBSD: distinfo,v 1.20 2008/08/03 20:35:30 he Exp $ -SHA1 (Net-SSLeay-1.32.tar.gz) = e57c6c36f0df7bf211c435a38330de2e93d141bb -RMD160 (Net-SSLeay-1.32.tar.gz) = 61403a7529626f6c562790c034659af98c9e29e1 -Size (Net-SSLeay-1.32.tar.gz) = 130187 bytes +SHA1 (Net-SSLeay-1.35.tar.gz) = dc295d4a7da8ab330aca13c45e2cb5b8220aa5e4 +RMD160 (Net-SSLeay-1.35.tar.gz) = b8f0afb29507624566665f3a835c3c87fd1e7996 +Size (Net-SSLeay-1.35.tar.gz) = 132198 bytes |