diff options
author | wiz <wiz@pkgsrc.org> | 2015-05-27 21:38:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-05-27 21:38:01 +0000 |
commit | 4aa68f01265d792e9d9d6a6dc4848e0a6a9ab9f9 (patch) | |
tree | 50f960670fe463731777a908075999c7fd452b54 /security/p5-IO-Socket-SSL | |
parent | 77aa8e99100237f912e6343ca1cf9c41d0655e36 (diff) | |
download | pkgsrc-4aa68f01265d792e9d9d6a6dc4848e0a6a9ab9f9.tar.gz |
Update to 2.015:
2.014 2015/05/13
- work around problem with IO::Socket::INET6 on windows, by explicitly using
Domain AF_INET in the tests.
Fixes RT#104226 reported by CHORNY
Diffstat (limited to 'security/p5-IO-Socket-SSL')
-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 ef90e0ef614..0a8fb1d5b59 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.87 2015/05/06 07:45:15 wiz Exp $ +# $NetBSD: Makefile,v 1.88 2015/05/27 21:38:01 wiz Exp $ -DISTNAME= IO-Socket-SSL-2.014 +DISTNAME= IO-Socket-SSL-2.015 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 496680f0d2c..f68e0a0df06 100644 --- a/security/p5-IO-Socket-SSL/distinfo +++ b/security/p5-IO-Socket-SSL/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.63 2015/05/06 07:45:15 wiz Exp $ +$NetBSD: distinfo,v 1.64 2015/05/27 21:38:01 wiz Exp $ -SHA1 (IO-Socket-SSL-2.014.tar.gz) = a580c0afd849f3d6a9c92bebce196b2fb105aaaa -RMD160 (IO-Socket-SSL-2.014.tar.gz) = b01565731fe1108e223763f4a7a6ffc1962d5986 -Size (IO-Socket-SSL-2.014.tar.gz) = 194720 bytes +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 |