diff options
author | wiz <wiz> | 2014-10-20 08:58:14 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-10-20 08:58:14 +0000 |
commit | 4b18adfe972e4725da0569bf901a9f6484f85efd (patch) | |
tree | 9f1c62566d71b8dc0ff2b3f29b503fdafbf01ed1 /security | |
parent | 3ddc22dddfd5b2da4baf563c3e1f51a42cf09f4f (diff) | |
download | pkgsrc-4b18adfe972e4725da0569bf901a9f6484f85efd.tar.gz |
Update to 2.000:
2.000 2014/10/15
- consider SSL3.0 as broken because of POODLE and disable it by default.
- Skip live tests without asking if environment NO_NETWORK_TESTING is set.
Thanks to ntyni[AT]debian[DOT]org for suggestion.
- skip tests which require fork on non-default windows setups without proper
fork. Thanks to SHAY for https://github.com/noxxi/p5-io-socket-ssl/pull/18
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 b41015dcaf8..8bb54c72ae3 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.75 2014/10/12 14:37:15 wiz Exp $ +# $NetBSD: Makefile,v 1.76 2014/10/20 08:58:14 wiz Exp $ -DISTNAME= IO-Socket-SSL-1.999 +DISTNAME= IO-Socket-SSL-2.000 PKGNAME= p5-${DISTNAME} CATEGORIES= security net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SU/SULLR/} diff --git a/security/p5-IO-Socket-SSL/distinfo b/security/p5-IO-Socket-SSL/distinfo index 86959ac42ab..daec6265a18 100644 --- a/security/p5-IO-Socket-SSL/distinfo +++ b/security/p5-IO-Socket-SSL/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.52 2014/10/12 14:37:15 wiz Exp $ +$NetBSD: distinfo,v 1.53 2014/10/20 08:58:14 wiz Exp $ -SHA1 (IO-Socket-SSL-1.999.tar.gz) = c16aa838281e9a5a4895d97119208aec0e4c9f92 -RMD160 (IO-Socket-SSL-1.999.tar.gz) = f199099fbb7e94c86a8d26a709df3f699063b693 -Size (IO-Socket-SSL-1.999.tar.gz) = 187233 bytes +SHA1 (IO-Socket-SSL-2.000.tar.gz) = c2397a0e6fd5e94437cd7e05567efd9a362a0563 +RMD160 (IO-Socket-SSL-2.000.tar.gz) = 3367fc457db079e08203c9375a13d30fb4eff47f +Size (IO-Socket-SSL-2.000.tar.gz) = 188191 bytes |