Sun Jan 18 18:56:43 2015 UTC ()
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.


(wiz)
diff -r1.67 -r1.68 pkgsrc/security/p5-Net-SSLeay/Makefile
diff -r1.32 -r1.33 pkgsrc/security/p5-Net-SSLeay/distinfo

cvs diff -r1.67 -r1.68 pkgsrc/security/p5-Net-SSLeay/Makefile (expand / switch to unified diff)

--- pkgsrc/security/p5-Net-SSLeay/Makefile 2014/10/09 14:06:55 1.67
+++ pkgsrc/security/p5-Net-SSLeay/Makefile 2015/01/18 18:56:43 1.68
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.67 2014/10/09 14:06:55 wiz Exp $ 1# $NetBSD: Makefile,v 1.68 2015/01/18 18:56:43 wiz Exp $
2 2
3DISTNAME= Net-SSLeay-1.66 3DISTNAME= Net-SSLeay-1.67
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= security perl5 5CATEGORIES= security perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/Net-SSLeay/ 9HOMEPAGE= http://search.cpan.org/dist/Net-SSLeay/
10COMMENT= Perl5 module for using OpenSSL 10COMMENT= Perl5 module for using OpenSSL
11LICENSE= openssl 11LICENSE= openssl
12 12
13BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception 13BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
14BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn 14BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
15 15
16DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 16DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64

cvs diff -r1.32 -r1.33 pkgsrc/security/p5-Net-SSLeay/distinfo (expand / switch to unified diff)

--- pkgsrc/security/p5-Net-SSLeay/distinfo 2014/09/06 12:07:20 1.32
+++ pkgsrc/security/p5-Net-SSLeay/distinfo 2015/01/18 18:56:43 1.33
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.32 2014/09/06 12:07:20 wiz Exp $ 1$NetBSD: distinfo,v 1.33 2015/01/18 18:56:43 wiz Exp $
2 2
3SHA1 (Net-SSLeay-1.66.tar.gz) = 04925fb5964c45504c6e2f13de82425a0f926431 3SHA1 (Net-SSLeay-1.67.tar.gz) = 35132cdd380a13836dd3e09b238dd888a5a18198
4RMD160 (Net-SSLeay-1.66.tar.gz) = 7525d508fb3605f901eabf994879446c9c8e9829 4RMD160 (Net-SSLeay-1.67.tar.gz) = 78f3552f294ef4cbb1da3eee7fbabecfd7bde557
5Size (Net-SSLeay-1.66.tar.gz) = 382503 bytes 5Size (Net-SSLeay-1.67.tar.gz) = 383532 bytes