pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-SSLeay Update to 0.72. From the chan...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d0c7396d7713
branches: trunk
changeset: 635703:d0c7396d7713
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Mon Jun 09 19:46:16 2014 +0000
description:
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:
security/p5-Crypt-SSLeay/Makefile | 5 ++---
security/p5-Crypt-SSLeay/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 71b3ffa857c9 -r d0c7396d7713 security/p5-Crypt-SSLeay/Makefile
--- a/security/p5-Crypt-SSLeay/Makefile Mon Jun 09 19:44:01 2014 +0000
+++ b/security/p5-Crypt-SSLeay/Makefile Mon Jun 09 19:46:16 2014 +0000
@@ -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 -r 71b3ffa857c9 -r d0c7396d7713 security/p5-Crypt-SSLeay/distinfo
--- a/security/p5-Crypt-SSLeay/distinfo Mon Jun 09 19:44:01 2014 +0000
+++ b/security/p5-Crypt-SSLeay/distinfo Mon Jun 09 19:46:16 2014 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index