From 2bcdfec6268ecb24e78b77442567f134801ae0f5 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 21 Oct 2012 22:28:16 +0000 Subject: Update to 1.49: 1.49 2012-09-25 Fixed problem where on some platforms test t/local/07_tcpecho.t would bail out if it could not bind port 1212. Now now tries a number of ports to bind to until successful. Improvements to unsigned casting contributed by Reini Urban. Improvements to Net::SSLeay::read to make it easier to use with non-blocking IO: contributed by James Marshall: It modifies Net::SSLeay::read() to return the result from SSL_read() as the second return value, if Net::SSLeay::read() is called in list context. Its behavior should be unchanged if called in scalar or void context. This result code seems to be required for full support of non-blocking I/O, since users need to handle SSL_ERR_WANT_READ, SSL_ERROR_WANT_WRITE, etc. Fixed a problem where t/local/kwalitee.t fails with Module::CPANTS::Analyse 0.86. Patch from Paul. Fixed a number of typos patched by Giles. Fixed a compiler warning from Compiling with gcc-4.4 and -Wall, patched by Giles. Fixed problems with get_https4: documentation was wrong, $header_ref was not correctly set and $server_cert was not returned. Fixed a problem that could cause a Perl exception about no blength method on undef. Reported by "Stephen J. Smith via RT". https://rt.cpan.org/Ticket/Display.html?id=79309 Added documentation about how to mitigatxe various SSL/TLS vulnerabilities. Fixed problem reported by Mike Doherty: SSL_MODE_* are defined in ssl.h, and should be available as constants, but I do not see them listed in constants.h --- security/p5-Net-SSLeay/Makefile | 5 ++--- security/p5-Net-SSLeay/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'security/p5-Net-SSLeay') diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile index c5007f77ec3..7b23b525aaa 100644 --- a/security/p5-Net-SSLeay/Makefile +++ b/security/p5-Net-SSLeay/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.53 2012/10/03 21:57:33 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2012/10/21 22:28:16 wiz Exp $ -DISTNAME= Net-SSLeay-1.48 +DISTNAME= Net-SSLeay-1.49 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5nsl CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} diff --git a/security/p5-Net-SSLeay/distinfo b/security/p5-Net-SSLeay/distinfo index ac5769ba606..6d061b80fd6 100644 --- a/security/p5-Net-SSLeay/distinfo +++ b/security/p5-Net-SSLeay/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.25 2012/05/31 08:46:11 sno Exp $ +$NetBSD: distinfo,v 1.26 2012/10/21 22:28:16 wiz Exp $ -SHA1 (Net-SSLeay-1.48.tar.gz) = 1d7b3d2136c52e45ea2b54abc66845ce23073966 -RMD160 (Net-SSLeay-1.48.tar.gz) = 5b4263f6e9e4d404cfe8e9eaf561ab827ef44d86 -Size (Net-SSLeay-1.48.tar.gz) = 383871 bytes +SHA1 (Net-SSLeay-1.49.tar.gz) = 2044721cf0e4b4c828e4cf9af601a91aa4bc615b +RMD160 (Net-SSLeay-1.49.tar.gz) = 3b64bebee9e0ec5aabcd2d31bd3df3fe6bbf3806 +Size (Net-SSLeay-1.49.tar.gz) = 385835 bytes -- cgit v1.2.3