diff options
author | wiz <wiz@pkgsrc.org> | 2015-09-30 20:19:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-09-30 20:19:19 +0000 |
commit | c1fd4df8af9c79a4dea5644f40d98f08716e3f55 (patch) | |
tree | 79e42fbd15133c6fcf2f9303773858dd3b91efa1 /security | |
parent | 90bb5f8f68f2eb10e60310214af2eb56838b541c (diff) | |
download | pkgsrc-c1fd4df8af9c79a4dea5644f40d98f08716e3f55.tar.gz |
Update to 1.72:
1.72 2015-09-22
Fixed a problem where SvPVx_nolen was undefined in some versions of
perl. Reported by Karen Etheridge. Replaced with SvPV_nolen.
Fixed a cast warning on Darwin reported by Karen Etheridge.
1.71 2015-09-18
Patch from Ben Kaduk: Conditionalise support for MD4, MD5.
Added support for linking libraries in /usr/local/lib64 for some flavours
of Linux like RH Tikanga.
Fixes to X509_check_host, X509_check_ip, SSL_CTX_set_alpn_protos, and
SSL_set_alpn_protos so they will compile on MSVC and AIX cc. Thanks to
AGRUNDMA.
Fixed typos in documentation for X509_NAME_new and X509_NAME_hash
incorrect version 1.45 instead of 1.55 given.
Version number in META.yml is now quoted per request from Satoshi Yagi.
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 1a3bbcbaac0..ace0a38068b 100644 --- a/security/p5-Net-SSLeay/Makefile +++ b/security/p5-Net-SSLeay/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.74 2015/09/18 09:37:07 wiz Exp $ +# $NetBSD: Makefile,v 1.75 2015/09/30 20:19:19 wiz Exp $ -DISTNAME= Net-SSLeay-1.70 +DISTNAME= Net-SSLeay-1.72 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 d9b626354b5..783d381b9bc 100644 --- a/security/p5-Net-SSLeay/distinfo +++ b/security/p5-Net-SSLeay/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.36 2015/06/30 11:02:27 wiz Exp $ +$NetBSD: distinfo,v 1.37 2015/09/30 20:19:19 wiz Exp $ -SHA1 (Net-SSLeay-1.70.tar.gz) = d95128826463d22704525c8916fa8854e834fc5f -RMD160 (Net-SSLeay-1.70.tar.gz) = 08615b3d84fa0e4331b71a61e744bd1cc70b542f -Size (Net-SSLeay-1.70.tar.gz) = 385836 bytes +SHA1 (Net-SSLeay-1.72.tar.gz) = 29c6cec280396df3f535a08a4fbdda62df783726 +RMD160 (Net-SSLeay-1.72.tar.gz) = 4b6bd1cbad7041933ee2f2f2bda77c1858356ae5 +Size (Net-SSLeay-1.72.tar.gz) = 386011 bytes |