summaryrefslogtreecommitdiff
path: root/security/p5-IO-Socket-SSL
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-02-07 14:16:59 +0000
committerwiz <wiz@pkgsrc.org>2016-02-07 14:16:59 +0000
commit699bc30b91d6b2ed6b6018c6607c0f07ba65348a (patch)
treec51c4e9ba5abb11793c3a11081530180a9329072 /security/p5-IO-Socket-SSL
parent0086f2808c0873b1d8f5af7ab26ba3c4e654b902 (diff)
downloadpkgsrc-699bc30b91d6b2ed6b6018c6607c0f07ba65348a.tar.gz
Update p5-IO-Socket-SSL to 2.024:
2.024 2016/02/06 - Work around issue where the connect fails on systems having only a loopback interface and where IO::Socket::IP is used as super class (default when available). Since IO::Socket::IP sets AI_ADDRCONFIG by default connect to localhost would fail on this systems. This happened at least for the tests, see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813796 Workaround is to explicitely set GetAddrInfoFlags to 0 if no GetAddrInfoFlags is set but the Family/Domain is given. In this case AI_ADDRCONFIG would not be useful anyway but would cause at most harm.
Diffstat (limited to 'security/p5-IO-Socket-SSL')
-rw-r--r--security/p5-IO-Socket-SSL/Makefile4
-rw-r--r--security/p5-IO-Socket-SSL/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile
index 1aa257f16a4..22ddbb86112 100644
--- a/security/p5-IO-Socket-SSL/Makefile
+++ b/security/p5-IO-Socket-SSL/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.97 2016/01/31 02:49:08 mef Exp $
+# $NetBSD: Makefile,v 1.98 2016/02/07 14:16:59 wiz Exp $
-DISTNAME= IO-Socket-SSL-2.023
+DISTNAME= IO-Socket-SSL-2.024
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 55f95aa4164..4d94666163b 100644
--- a/security/p5-IO-Socket-SSL/distinfo
+++ b/security/p5-IO-Socket-SSL/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.73 2016/01/31 02:49:08 mef Exp $
+$NetBSD: distinfo,v 1.74 2016/02/07 14:16:59 wiz Exp $
-SHA1 (IO-Socket-SSL-2.023.tar.gz) = b091d0b6c90888fcb12177f48aa23e575b5b201b
-RMD160 (IO-Socket-SSL-2.023.tar.gz) = 7fa68d832f5fe6909b83f1e0c66a9aab070083a5
-SHA512 (IO-Socket-SSL-2.023.tar.gz) = ecf455408ad76416ddbb710b23b48624d3111debcf1940f012d8a5ef796ef380c683070586cce0729ca4e59c37516ce5836b349d4f08d2a629cf04a00ccb2386
-Size (IO-Socket-SSL-2.023.tar.gz) = 209572 bytes
+SHA1 (IO-Socket-SSL-2.024.tar.gz) = 2c624f52d1c53c36f8cc0b21c15575e64114f53c
+RMD160 (IO-Socket-SSL-2.024.tar.gz) = d4daf847c1407cc639379fbfe74d45386b05a1f5
+SHA512 (IO-Socket-SSL-2.024.tar.gz) = b76c43efbffba031b72efebc9f5348eb24ea1d48704e61c2256c0a23a754fb786cad23d7a330884f526ed31fc2878e27f4114793afa8135cc0caf8f251c07c3c
+Size (IO-Socket-SSL-2.024.tar.gz) = 209567 bytes