pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-Net-SSLeay Updated p5-Net-SSLeay to 1.79.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d64d276175b
branches:  trunk
changeset: 356758:6d64d276175b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 04 14:49:07 2017 +0000

description:
Updated p5-Net-SSLeay to 1.79.

1.79     2017-01-03
        Patch to fix a few inline variable declarations that cause errors for
        older compilers. From Andy Grundman. Thanks.
        Patch: Generated C code is not compatible with MSVC, AIX cc,
        probably others. Added some PREINIT blocks and replaced 2 cases of INIT with
        PREINIT. From Andy Grundman. Thanks.
        Patch to fix: Fails to compile if the OpenSSL library it's built
        against has compression support compiled out. From Stephan
        Wall. Thanks.
        Added RSA_get_key_parameters() to return a list of pointers to RSA key
        internals.
        Patch to fix some documentation typos courtesy gregor herrmann.
        RSA_get_key_parameters() is now only available prior OpenSSL 1.1.
        Testing with openssl-1.1.0b.

diffstat:

 security/p5-Net-SSLeay/Makefile |   4 ++--
 security/p5-Net-SSLeay/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r da35c0ff8cbe -r 6d64d276175b security/p5-Net-SSLeay/Makefile
--- a/security/p5-Net-SSLeay/Makefile   Wed Jan 04 14:47:58 2017 +0000
+++ b/security/p5-Net-SSLeay/Makefile   Wed Jan 04 14:49:07 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.81 2016/08/19 15:29:45 wiz Exp $
+# $NetBSD: Makefile,v 1.82 2017/01/04 14:49:07 wiz Exp $
 
-DISTNAME=      Net-SSLeay-1.78
+DISTNAME=      Net-SSLeay-1.79
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    security perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Net/}
diff -r da35c0ff8cbe -r 6d64d276175b security/p5-Net-SSLeay/distinfo
--- a/security/p5-Net-SSLeay/distinfo   Wed Jan 04 14:47:58 2017 +0000
+++ b/security/p5-Net-SSLeay/distinfo   Wed Jan 04 14:49:07 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.42 2016/08/19 15:29:45 wiz Exp $
+$NetBSD: distinfo,v 1.43 2017/01/04 14:49:07 wiz Exp $
 
-SHA1 (Net-SSLeay-1.78.tar.gz) = a8b23bc4ec371b829c9af8100d609b1a7c256e0a
-RMD160 (Net-SSLeay-1.78.tar.gz) = 17bc7790e45faf9b26823fdb15bc0b52bd6aac9a
-SHA512 (Net-SSLeay-1.78.tar.gz) = b31ee4582c3a206d24efc562c14b1d90df600022ac146c61f3d0e862dc7240a5b8c81bb2ffbb6c64ce71de790d7a1ce7811a5a25af31036e7e82f4250ab0cba7
-Size (Net-SSLeay-1.78.tar.gz) = 394554 bytes
+SHA1 (Net-SSLeay-1.79.tar.gz) = 4bd5baf017c7de7e91425557f558bc0e3a244ddd
+RMD160 (Net-SSLeay-1.79.tar.gz) = 4570ac0e84e64ddaa0ca00f9df53e2dbc2b19e95
+SHA512 (Net-SSLeay-1.79.tar.gz) = 547de42990a23f84cdfaf8d95673973c42ef60c81d052b0dbb272788476924d1c50d5e83fcc9d01db221fce12ae6f5fb5ca79f8b5c840e48d1fb135b8d41750e
+Size (Net-SSLeay-1.79.tar.gz) = 395257 bytes



Home | Main Index | Thread Index | Old Index