diff options
author | wiz <wiz@pkgsrc.org> | 2015-06-07 08:13:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-06-07 08:13:50 +0000 |
commit | d8c8fb9f8612c2feab6f578e71ef3af781628ab5 (patch) | |
tree | efe5212532145d2f949194bdfd6721813a6546d4 /security | |
parent | 997c2a10de15ca9cc506f94a029f33984a0c1b4a (diff) | |
download | pkgsrc-d8c8fb9f8612c2feab6f578e71ef3af781628ab5.tar.gz |
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.
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 f0aecd78df4..422d9c0a7a4 100644 --- a/security/p5-Net-SSLeay/Makefile +++ b/security/p5-Net-SSLeay/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.69 2015/01/25 11:58:41 wiz Exp $ +# $NetBSD: Makefile,v 1.70 2015/06/07 08:13:50 wiz Exp $ -DISTNAME= Net-SSLeay-1.68 +DISTNAME= Net-SSLeay-1.69 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 cc1c062684b..5fd19bdea4b 100644 --- a/security/p5-Net-SSLeay/distinfo +++ b/security/p5-Net-SSLeay/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.34 2015/01/25 11:58:41 wiz Exp $ +$NetBSD: distinfo,v 1.35 2015/06/07 08:13:50 wiz Exp $ -SHA1 (Net-SSLeay-1.68.tar.gz) = cf2fea6241e0250cbcf3e572835b2397f35944d2 -RMD160 (Net-SSLeay-1.68.tar.gz) = 373cb8fa303b181d7af806bb372b0f3bb4c60c70 -Size (Net-SSLeay-1.68.tar.gz) = 384100 bytes +SHA1 (Net-SSLeay-1.69.tar.gz) = 7334b6c35e116daee7966371967064e1815faac1 +RMD160 (Net-SSLeay-1.69.tar.gz) = 59808b3125d4dcfc7bd3efa1791628ef9b3d5708 +Size (Net-SSLeay-1.69.tar.gz) = 385706 bytes |