diff options
author | pettai <pettai@pkgsrc.org> | 2012-02-22 23:10:14 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2012-02-22 23:10:14 +0000 |
commit | 209a64854a96787b8e22541f8fc1a6c5012fa274 (patch) | |
tree | f9fc0443cad5a0c830bf4397ee6487c9d47dc323 /security | |
parent | ead3a993878a1dbdae3bd83ba8b9fb050e80dc01 (diff) | |
download | pkgsrc-209a64854a96787b8e22541f8fc1a6c5012fa274.tar.gz |
1.42
Fixed incorrect documentation of how to enable CRL checking.
Fixed incorrect letter in Sebastien in Credits.
Reversed order of the Changes file to be reverse chronological.
Fixed a a compile error when building on Windows with MSVC6.
1.41
Fixed incorrect const signatures for 1.0 that were causing warnings.
Now have clean compile with 0.9.8a through 1.0.0.
1.40
Fixed incorrect argument type in call to SSL_set1_param
Fixed a number of issues with pointer sizes
Removed redundant pointer cast tests from t/
Added Perl version requirements to SSLeay.pm
1.39
Downgraded Module::Install to 0.93 since 1.01 was causing problems in
the Makefile.
1.38
- Fixed a problem with various symbols that only became available
in OpenSSL 0.9.8 such as X509_VERIFY_PARAM and X509_POLICY_NODE,
causing build failures with older versions of OpenSSL.
1.37
- Added X509_get_fingerprint, contributed by Thierry Walrant (with
minor changes die to the fact that stricmp is not avialable. Cert
types must be lowercase. Also added test to 07_sslecho.t
- Added suport for SSL_CTX_set1_param, SSL_set1_param,
selected X509_VERIFY_PARAM_* OBJ_* functions. Added new test
t/local/36_verify.t
- Fixed an uninitialized value warning in $Net::SSLeay::proxyauth
- Update so net-ssleay will compile if SSLV2 is not present.
- Fixed a problem where sslcat (and possibly other functions) expect
RSA keys and will not load DSA keys for client certificates.
- Removed SSL_CTX_v2_new and SSLv2_method() for OpenSSL 1.0 and later.
- Added CTX_use_PKCS12_file contributed by "Andrew A. Budkin".
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Net-SSLeay/Makefile | 5 | ||||
-rw-r--r-- | security/p5-Net-SSLeay/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile index deb9d005fd4..7f25a2cb857 100644 --- a/security/p5-Net-SSLeay/Makefile +++ b/security/p5-Net-SSLeay/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.49 2011/08/14 14:42:50 obache Exp $ +# $NetBSD: Makefile,v 1.50 2012/02/22 23:10:14 pettai Exp $ -DISTNAME= Net-SSLeay-1.36 +DISTNAME= Net-SSLeay-1.42 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 SVR4_PKGNAME= p5nsl CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} diff --git a/security/p5-Net-SSLeay/distinfo b/security/p5-Net-SSLeay/distinfo index c20f3f978f3..75c3f7ac948 100644 --- a/security/p5-Net-SSLeay/distinfo +++ b/security/p5-Net-SSLeay/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2010/02/02 20:53:47 sno Exp $ +$NetBSD: distinfo,v 1.23 2012/02/22 23:10:14 pettai Exp $ -SHA1 (Net-SSLeay-1.36.tar.gz) = e8cfb6355a596471518356a29bfe53ab2011c685 -RMD160 (Net-SSLeay-1.36.tar.gz) = f9bab073ea25b7574d49b411324024ecd3750377 -Size (Net-SSLeay-1.36.tar.gz) = 145651 bytes +SHA1 (Net-SSLeay-1.42.tar.gz) = 4bb2ac0b99a700155e4731fe335641590c4129fc +RMD160 (Net-SSLeay-1.42.tar.gz) = c2f2f66b7f9e65daa474fae688e12e44a0591e70 +Size (Net-SSLeay-1.42.tar.gz) = 146035 bytes |