diff options
author | wiz <wiz@pkgsrc.org> | 2015-01-18 18:56:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-01-18 18:56:43 +0000 |
commit | 0be6e23c7c049997a81355b044983dedd6b8af7b (patch) | |
tree | 7b30273ebc9cdf1a7fcabbfd8a0884da1815dafd /security | |
parent | 680b2900cd0c7e52bf1f22fca7cc9b3e50267986 (diff) | |
download | pkgsrc-0be6e23c7c049997a81355b044983dedd6b8af7b.tar.gz |
Update to 1.67:
1.67 2015-01-17
Improvements to inc/Module/Install/PRIVATE/Net/SSLeay.pm to handle the
case whe there are muliple OPENSSLs installed. Patch from HBRAND
Fixed a documentation error in get_peer_cert_chain, reported by tejas.
Fixed a problem with building on Windows that prevented correct OpenSSL
directory detection with version 1.0.1j as delivered with Shining Light OpenSSL.
Fixed a problem with building on Windows that prevented finding MT or MD
versions of SSL libraries.
Updated doc in README.Win32 to build with Microsoft Visual Studio 2010 Express.
Added Windows crypt32 library to Windows linking as some compilers/platforms seem to
require it and it is innocuous otherwise. For Steve Hay.
Fixed a failure in t/external/20_cert_chain.t where some platforms do not
have HTTPS in /etc/services. Reported and patched by Gisle Aas.
Recent 1.0.2 betas have dropped the SSLv3_method function.
This patch leaves out the function on newer versions, much the same as
the SSLv2 deprecation is handled. Patch from Tom Molesworth.
Fix the ALPN test, which was incorrectly failing on OpenSSL due to the
LibreSSL check (earlier versions bailed out before that line).Patch from
Tom Molesworth.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Net-SSLeay/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Net-SSLeay/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile index 94ac2c1fd2b..dbcfc3a7d35 100644 --- a/security/p5-Net-SSLeay/Makefile +++ b/security/p5-Net-SSLeay/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.67 2014/10/09 14:06:55 wiz Exp $ +# $NetBSD: Makefile,v 1.68 2015/01/18 18:56:43 wiz Exp $ -DISTNAME= Net-SSLeay-1.66 +DISTNAME= Net-SSLeay-1.67 PKGNAME= p5-${DISTNAME} 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 90e891b65ab..1302dde9872 100644 --- a/security/p5-Net-SSLeay/distinfo +++ b/security/p5-Net-SSLeay/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.32 2014/09/06 12:07:20 wiz Exp $ +$NetBSD: distinfo,v 1.33 2015/01/18 18:56:43 wiz Exp $ -SHA1 (Net-SSLeay-1.66.tar.gz) = 04925fb5964c45504c6e2f13de82425a0f926431 -RMD160 (Net-SSLeay-1.66.tar.gz) = 7525d508fb3605f901eabf994879446c9c8e9829 -Size (Net-SSLeay-1.66.tar.gz) = 382503 bytes +SHA1 (Net-SSLeay-1.67.tar.gz) = 35132cdd380a13836dd3e09b238dd888a5a18198 +RMD160 (Net-SSLeay-1.67.tar.gz) = 78f3552f294ef4cbb1da3eee7fbabecfd7bde557 +Size (Net-SSLeay-1.67.tar.gz) = 383532 bytes |