Sun Jun 7 08:13:50 2015 UTC ()
Update to 1.69:

1.69 2015-06-04
     Testing with OpenSSL 1.0.2, 1.0.2a. OK.
     Completed LibreSSL compatibility with the kind assistance of Alexander
     Bluhm.
     Improved compatibility with OpenSSL 1.0.2a as suggested by Petr Pisar.
     Added the X509_check_* functions introduced in OpenSSL 1.0.2, contributed
     by Carsten Gaebler.
     Added support for X509_V_FLAG_TRUSTED_FIRST constant, patch from Gisle Aas.
     Patch allows get_keyblock_size to work correctly with
     OpenSSL 1.0.1 and later versions. Contributed by Heikki Vatiainen.


(wiz)
diff -r1.69 -r1.70 pkgsrc/security/p5-Net-SSLeay/Makefile
diff -r1.34 -r1.35 pkgsrc/security/p5-Net-SSLeay/distinfo

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

--- pkgsrc/security/p5-Net-SSLeay/Makefile 2015/01/25 11:58:41 1.69
+++ pkgsrc/security/p5-Net-SSLeay/Makefile 2015/06/07 08:13:50 1.70
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.69 2015/01/25 11:58:41 wiz Exp $ 1# $NetBSD: Makefile,v 1.70 2015/06/07 08:13:50 wiz Exp $
2 2
3DISTNAME= Net-SSLeay-1.68 3DISTNAME= Net-SSLeay-1.69
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.34 -r1.35 pkgsrc/security/p5-Net-SSLeay/distinfo (expand / switch to unified diff)

--- pkgsrc/security/p5-Net-SSLeay/distinfo 2015/01/25 11:58:41 1.34
+++ pkgsrc/security/p5-Net-SSLeay/distinfo 2015/06/07 08:13:50 1.35
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.34 2015/01/25 11:58:41 wiz Exp $ 1$NetBSD: distinfo,v 1.35 2015/06/07 08:13:50 wiz Exp $
2 2
3SHA1 (Net-SSLeay-1.68.tar.gz) = cf2fea6241e0250cbcf3e572835b2397f35944d2 3SHA1 (Net-SSLeay-1.69.tar.gz) = 7334b6c35e116daee7966371967064e1815faac1
4RMD160 (Net-SSLeay-1.68.tar.gz) = 373cb8fa303b181d7af806bb372b0f3bb4c60c70 4RMD160 (Net-SSLeay-1.69.tar.gz) = 59808b3125d4dcfc7bd3efa1791628ef9b3d5708
5Size (Net-SSLeay-1.68.tar.gz) = 384100 bytes 5Size (Net-SSLeay-1.69.tar.gz) = 385706 bytes