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 17 08:52:51 UTC 2018

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

Log Message:
p5-Net-SSLeay: update to 1.84.

Use TEST_DEPENDS.

1.84 2018-01-17
        Fixed an error in t/local/04_basic.t causing a test failure if
        Test::Exception not installed. Reported by Joel Berger.

1.83 2018-01-16
        Fixed a problem with exporting OPENSSL_NO_NEXTPROTONEG even though they are not availble on LibreSSL.
        Patch patch-SSLeay_xs-NO_NPN from Alexander Bluhm.
        Patch from Heikki Vatiainen adds support for SSL_set_default_passwd_cb* for
        OpenSSL 1.1.0f and later. LibreSSL does not support these functions, at
        least yet.
        Patch from Heikki Vatiainen adds new functions related to SSL_CTX_new.
        Patch from Heikki Vatiainen adds two new functions introduced in OpenSSL 1.1.0, a number
        of constants and a couple of const qualifiers to SSLeay.xs. Tests and
        documentation .pod were also updated.
        Patch from Heikki Vatiainen adds one new OpenSSL 1.1.0 function and has a minor fix for
        LibreSSL version detection:
        *   Added support for SSL_use_certificate_chain_file
        function introduced in OpenSSL 1.1.0.
        *   Fixed LibreSSL version detection to correctly parse
        LibreSSL minor version.
        Patch from Steffen Ulrich to fix memory leaks in OCSP handling. Thanks.
        Patch from Heikki Vatiainen adds new functions for certificate verification introduced in
        OpenSSL 1.02, a number of constants, new test data files, new tests and
        updates to .pod documentation.
        The new functions provide access to the built-in wildcard check
        functionality available in OpenSSL 1.0.2 and later.
        The patch also adds new tests for the new functions and updates some of
        the current tests for CTX_set_default_passwd_cb* functions.
        Added X509_STORE_CTX_new and X509_verify_cert.
        SSL_OCSP_response_verify now clears the error queue if OCSP_basic_verify fails but the
        intermediate certificate succeeds. Patch from Stefan Ullrich.


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/security/p5-Net-SSLeay/Makefile
cvs rdiff -u -r1.46 -r1.47 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.86 pkgsrc/security/p5-Net-SSLeay/Makefile:1.87
--- pkgsrc/security/p5-Net-SSLeay/Makefile:1.86 Wed Nov  8 21:08:48 2017
+++ pkgsrc/security/p5-Net-SSLeay/Makefile      Wed Jan 17 08:52:51 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.86 2017/11/08 21:08:48 wiz Exp $
+# $NetBSD: Makefile,v 1.87 2018/01/17 08:52:51 wiz Exp $
 
-DISTNAME=      Net-SSLeay-1.82
+DISTNAME=      Net-SSLeay-1.84
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    security perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Net/}
@@ -10,10 +10,9 @@ HOMEPAGE=    http://search.cpan.org/dist/Ne
 COMMENT=       Perl5 module for using OpenSSL
 LICENSE=       openssl
 
-BUILD_DEPENDS+=        p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
-BUILD_DEPENDS+=        p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
-
-#DEPENDS+=     {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64
+TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
+TEST_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
+TEST_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
 
 USE_LANGUAGES=         c
 

Index: pkgsrc/security/p5-Net-SSLeay/distinfo
diff -u pkgsrc/security/p5-Net-SSLeay/distinfo:1.46 pkgsrc/security/p5-Net-SSLeay/distinfo:1.47
--- pkgsrc/security/p5-Net-SSLeay/distinfo:1.46 Wed Nov  8 21:08:48 2017
+++ pkgsrc/security/p5-Net-SSLeay/distinfo      Wed Jan 17 08:52:51 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.46 2017/11/08 21:08:48 wiz Exp $
+$NetBSD: distinfo,v 1.47 2018/01/17 08:52:51 wiz Exp $
 
-SHA1 (Net-SSLeay-1.82.tar.gz) = 46795161bc239eeb0e25d39dcc3c98cbd62796fb
-RMD160 (Net-SSLeay-1.82.tar.gz) = 1ac2020eb5c931727717f3076065cce879846d64
-SHA512 (Net-SSLeay-1.82.tar.gz) = 758c41f4916a55b5085167e5c6a2732a5ee70dbeb8f42e791cd957957ba4a59f724c072d3fa50a6b42ae3b22cf3ecb8738c3f8963990a7030117b73c2dcc0716
-Size (Net-SSLeay-1.82.tar.gz) = 399194 bytes
+SHA1 (Net-SSLeay-1.84.tar.gz) = e3a6b11e0b7043305c3d6166fde46ccedc2e463d
+RMD160 (Net-SSLeay-1.84.tar.gz) = 02fd3896010e562d639d731777bf79d219d8c58d
+SHA512 (Net-SSLeay-1.84.tar.gz) = 8bec39297a8e38f59f8b8a53c234ace79eec9088e5924df3a94b47a87f3ba6ae961c8596680bd9a8a3403e74e15c3d69ecfcc95724ce6b305adc881aa01ce075
+Size (Net-SSLeay-1.84.tar.gz) = 418214 bytes



Home | Main Index | Thread Index | Old Index