diff options
author | shell <shell> | 2003-06-14 09:26:45 +0000 |
---|---|---|
committer | shell <shell> | 2003-06-14 09:26:45 +0000 |
commit | fb2a8c56e342b42a1e61cc4466beac8482a78ba1 (patch) | |
tree | fff7a7153ba2ffb086c3a116aaef890bdd08640c /security/p5-SSLeay | |
parent | 156b05cc9146649309ac1e8c7188b8d971932de5 (diff) | |
download | pkgsrc-fb2a8c56e342b42a1e61cc4466beac8482a78ba1.tar.gz |
Updated to p5-SSLeay-0.51
Changes (from 0.49) :
- fixed build problem for OpenSSL 0.9.6 and some builds
of perl 5.8.x which resulted in make error:
/usr/include/openssl/des.h:193: parse error before '&' token"
Thanks to Rob Brown for submitting a similar patch to cover
this problem
- bug fix from Dongqiang Bai when server using proxy cannot
resolve host name being connected to
- Added c:/openssl in default search path on win32 machines
which is the recommended installation area in the openssl dist
- Added patch from Pavel Hlavnicka for freeing memory leaks
from SSL_CTX_use_pkcs12_file() whose functionality is triggered
by the $ENV{HTTPS_PKCS12_*} settings
- Added alarm() during Net::SSL->read() to honor socket timeout
setting for more robust applications. read()
will die_with_error() which in consistent with previous
semantics used during SSL read() failure
Thanks to Pavel Hlavnicka for prompting this change.
- Removed code that supported versions of SSLeay before version 0.8
I believe SSLeay v.8 was released back in 1998
- Added patch from Devin Heitmueller so that initial random seed
would be taken from /dev/urandom if available via RAND_load_file
API
Diffstat (limited to 'security/p5-SSLeay')
-rw-r--r-- | security/p5-SSLeay/Makefile | 4 | ||||
-rw-r--r-- | security/p5-SSLeay/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/p5-SSLeay/Makefile b/security/p5-SSLeay/Makefile index 36b83550dc1..46f6b4b1c13 100644 --- a/security/p5-SSLeay/Makefile +++ b/security/p5-SSLeay/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2003/02/09 08:09:08 shell Exp $ +# $NetBSD: Makefile,v 1.7 2003/06/14 09:26:45 shell Exp $ # -DISTNAME= Crypt-SSLeay-0.47 +DISTNAME= Crypt-SSLeay-0.51 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5csl CATEGORIES= security perl5 www diff --git a/security/p5-SSLeay/distinfo b/security/p5-SSLeay/distinfo index f058baaddc1..50bc86ffb15 100644 --- a/security/p5-SSLeay/distinfo +++ b/security/p5-SSLeay/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2003/02/09 08:09:08 shell Exp $ +$NetBSD: distinfo,v 1.6 2003/06/14 09:26:45 shell Exp $ -SHA1 (Crypt-SSLeay-0.47.tar.gz) = 8aee3fc21c9a7c2748de16bf153649f100c1b277 -Size (Crypt-SSLeay-0.47.tar.gz) = 116215 bytes +SHA1 (Crypt-SSLeay-0.51.tar.gz) = dea8e37e2430e351688125f5a641d76f55dbe25c +Size (Crypt-SSLeay-0.51.tar.gz) = 117555 bytes SHA1 (patch-aa) = f79576ad49381a5fef228537502770f22ae00e41 |