diff options
author | wiz <wiz> | 2015-06-03 07:15:14 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-06-03 07:15:14 +0000 |
commit | 9f74f1a6c4c7dcbe4f6789b6ce58d9f3c111420f (patch) | |
tree | b0336f7fc6f017a0236893a5fa439f9b3749bc98 /security | |
parent | 32fb981e4ba4097e78f62589b40ea09cf3be50a9 (diff) | |
download | pkgsrc-9f74f1a6c4c7dcbe4f6789b6ce58d9f3c111420f.tar.gz |
Update to 2.016:
2.016 2015/06/02
- add flag X509_V_FLAG_TRUSTED_FIRST by default if available in OpenSSL
(since 1.02) and available with Net::SSLeay. RT#104759 (thanks GAAS)
- work around hanging prompt() with older perl in Makefile.PL RT#104731
- make t/memleak_bad_handshake.t work on cygwin and other systems having
/proc/pid/statm, see RT#104659
- add better debugging based on patch from H.Merijn Brand
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-IO-Socket-SSL/Makefile | 4 | ||||
-rw-r--r-- | security/p5-IO-Socket-SSL/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile index 0a8fb1d5b59..dabc8ee3fb4 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.88 2015/05/27 21:38:01 wiz Exp $ +# $NetBSD: Makefile,v 1.89 2015/06/03 07:15:14 wiz Exp $ -DISTNAME= IO-Socket-SSL-2.015 +DISTNAME= IO-Socket-SSL-2.016 PKGNAME= p5-${DISTNAME} CATEGORIES= security net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} diff --git a/security/p5-IO-Socket-SSL/distinfo b/security/p5-IO-Socket-SSL/distinfo index f68e0a0df06..c7b1ed41b6b 100644 --- a/security/p5-IO-Socket-SSL/distinfo +++ b/security/p5-IO-Socket-SSL/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.64 2015/05/27 21:38:01 wiz Exp $ +$NetBSD: distinfo,v 1.65 2015/06/03 07:15:14 wiz Exp $ -SHA1 (IO-Socket-SSL-2.015.tar.gz) = f19292a0d494b0788564fc4ee07dba8974cd377f -RMD160 (IO-Socket-SSL-2.015.tar.gz) = 41c5079a196784a13729633896fc535a7bdf063b -Size (IO-Socket-SSL-2.015.tar.gz) = 194953 bytes +SHA1 (IO-Socket-SSL-2.016.tar.gz) = 32199aa7a4c361edf3417071e14d9722d36bbd8c +RMD160 (IO-Socket-SSL-2.016.tar.gz) = 265c3309f732bb9cdca66a9c5005ad3cb7e81a2e +Size (IO-Socket-SSL-2.016.tar.gz) = 195529 bytes |