summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-SSLeay
diff options
context:
space:
mode:
authorschmonz <schmonz>2014-06-09 19:46:16 +0000
committerschmonz <schmonz>2014-06-09 19:46:16 +0000
commit77a10b7dba5c0686148758606ffc4a76827e9b74 (patch)
tree4fb4d6f287e61915bde861c55afbd5ce4177cfe2 /security/p5-Crypt-SSLeay
parent4c869b7f59e524c0b2836179058e83d887ccc741 (diff)
downloadpkgsrc-77a10b7dba5c0686148758606ffc4a76827e9b74.tar.gz
Update to 0.72. From the changelog:
- RT #94974: I forgot that `return` just returns from the code block for `catch`, not the subroutine so `filter_libs` was still trying to link against various libraries even when Devel::CheckLib was not installed. - Various minor fixes to C code - Various fixes to the distribution such as manifest files, additional tests, bundled module etc - Address RT bugs #94828 and #79212 - REMINDER: make test WILL FAIL if your OpenSSL is vulnerable to Heartbleed. - Add additional functions exposing information that can be obtained via SSLeay_version. - Add ability to query OpenSSL version, add test whether OpenSSL library being used is vulnerable to the Heartbleed bug. - Assorted fixes to Makefile.PL, most importantly to fix build problems with Strawberry Perl. - In Makefile.PL, use assert_lib to find the libraries against which we can actually link rather than passing a big bowl of libs to WriteMakefile. Bail out early if we can't link against any of the candidate libraries. - Make sure t/02-live.t actually uses Net::SSL. - Address RT bugs #88786, #88269, #78848, and #79477 - Makefile.PL now respects live-tests and no-live-tests, and allows library and header locations to be specified via the command line arguments libpath and incpath, respectively. - These options can also be specified using the environment variables CRYPT_SSLEAY_LIVE_TEST_WANTED OPENSSL_LIB OPENSSL_INC - Also fixed a number of embarrasing logic errors and typos in Makefile.PL which were introduced in previous 0.65_xx versions. - Reorganize Makefile.PL to allow incpath and libpath command line arguments. This attempts to address RT #88786, #88269, #79477, and #78848. This was supposed to be the next step immediately after drastically specifying Makefile.PL. But never got done. - Also add encoded version number to openssl-version output. - Address pull requests from GitHub and bug reports on RT. These address RT issues #83764, #86425, #86819, #62133, #82715, #90803
Diffstat (limited to 'security/p5-Crypt-SSLeay')
-rw-r--r--security/p5-Crypt-SSLeay/Makefile5
-rw-r--r--security/p5-Crypt-SSLeay/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/security/p5-Crypt-SSLeay/Makefile b/security/p5-Crypt-SSLeay/Makefile
index 344dfe152b2..0812fdc4a83 100644
--- a/security/p5-Crypt-SSLeay/Makefile
+++ b/security/p5-Crypt-SSLeay/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2014/05/29 23:37:23 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2014/06/09 19:46:16 schmonz Exp $
-DISTNAME= Crypt-SSLeay-0.64
+DISTNAME= Crypt-SSLeay-0.72
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
SVR4_PKGNAME= p5csl
CATEGORIES= security perl5 www
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff --git a/security/p5-Crypt-SSLeay/distinfo b/security/p5-Crypt-SSLeay/distinfo
index f274b81a4ca..c9d1727de6a 100644
--- a/security/p5-Crypt-SSLeay/distinfo
+++ b/security/p5-Crypt-SSLeay/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2012/10/21 22:19:14 wiz Exp $
+$NetBSD: distinfo,v 1.11 2014/06/09 19:46:16 schmonz Exp $
-SHA1 (Crypt-SSLeay-0.64.tar.gz) = 081d3d30aa89e481374eaedf2d28661bcb7beada
-RMD160 (Crypt-SSLeay-0.64.tar.gz) = ea23812768b38265845ff82024218b024b1df38d
-Size (Crypt-SSLeay-0.64.tar.gz) = 121431 bytes
+SHA1 (Crypt-SSLeay-0.72.tar.gz) = 1b39920947c33a88b19a9c8e61ccb135b56091f8
+RMD160 (Crypt-SSLeay-0.72.tar.gz) = 11c78b3d06b58753a4c94905fc45fc129d3ccfef
+Size (Crypt-SSLeay-0.72.tar.gz) = 129575 bytes