pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/p5-Net-SSLeay



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan  4 14:49:07 UTC 2017

Modified Files:
        pkgsrc/security/p5-Net-SSLeay: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/security/p5-Net-SSLeay/Makefile
cvs rdiff -u -r1.42 -r1.43 pkgsrc/security/p5-Net-SSLeay/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/p5-Net-SSLeay/Makefile
diff -u pkgsrc/security/p5-Net-SSLeay/Makefile:1.81 pkgsrc/security/p5-Net-SSLeay/Makefile:1.82
--- pkgsrc/security/p5-Net-SSLeay/Makefile:1.81 Fri Aug 19 15:29:45 2016
+++ pkgsrc/security/p5-Net-SSLeay/Makefile      Wed Jan  4 14:49:07 2017
@@ -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/}

Index: pkgsrc/security/p5-Net-SSLeay/distinfo
diff -u pkgsrc/security/p5-Net-SSLeay/distinfo:1.42 pkgsrc/security/p5-Net-SSLeay/distinfo:1.43
--- pkgsrc/security/p5-Net-SSLeay/distinfo:1.42 Fri Aug 19 15:29:45 2016
+++ pkgsrc/security/p5-Net-SSLeay/distinfo      Wed Jan  4 14:49:07 2017
@@ -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