summaryrefslogtreecommitdiff
path: root/security/p5-IO-Socket-SSL
diff options
context:
space:
mode:
authorwiz <wiz>2008-11-05 15:24:40 +0000
committerwiz <wiz>2008-11-05 15:24:40 +0000
commit52e8574fd7092a7d4bf4b4945f7fbc7645d51b5b (patch)
tree9789f73ef0925d071074a35e5ecbac4c6dae8307 /security/p5-IO-Socket-SSL
parent79c0de24304dbe2b44a6d7f15a4662f95834dbe6 (diff)
downloadpkgsrc-52e8574fd7092a7d4bf4b4945f7fbc7645d51b5b.tar.gz
Update to 1.17. Add dependencies on p5-Net-LibIDN and p5-IO-Socket-INET6
for IDN and inet6 support. v.17 2008.10.13 - no code changes, publish v.16_3 as v.17 because it looks better than v.16 - document win32 behavior regarding non-blocking and timeouts v.16_3 2008.09.25 - fix t/nonblock.t with workaround for problems with IO::Socket::INET on some systems (Mac,5.6.2) where it cannot do nonblocking connect and leaves socket blocked. - make some tests less verbose by fixing diag in t/testlib.t (send output to STDOUT not STDERR and prefix with '#') v.16_2 2008.09.24 - work around Bug in IO::Socket::INET6 on BSD systems http://rt.cpan.org/Ticket/Display.html?id=39550 by setting Domain based on PeerAddr Thanks to srezic for report and support - remove tests of recv/send from t/core.t. Might badly interact with SSL handshake and cause crashes as seen on OS X 10.4 v.16_1 2008.09.19 - better support for IPv6: - IPv6 is enabled by default if IO::Socket::INET6 is available - t/inet6.t for basic tests
Diffstat (limited to 'security/p5-IO-Socket-SSL')
-rw-r--r--security/p5-IO-Socket-SSL/Makefile12
-rw-r--r--security/p5-IO-Socket-SSL/distinfo8
2 files changed, 11 insertions, 9 deletions
diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile
index 93c5094b72b..0cc323701a0 100644
--- a/security/p5-IO-Socket-SSL/Makefile
+++ b/security/p5-IO-Socket-SSL/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2008/10/19 19:18:46 he Exp $
+# $NetBSD: Makefile,v 1.40 2008/11/05 15:24:40 wiz Exp $
-DISTNAME= IO-Socket-SSL-1.16
+DISTNAME= IO-Socket-SSL-1.17
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
SVR4_PKGNAME= p5iss
CATEGORIES= security net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
@@ -11,11 +10,14 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/IO-Socket-SSL/
COMMENT= Perl5 SSL socket interface class
+DEPENDS+= p5-IO-Socket-INET6-[0-9]*:../../net/p5-IO-Socket-INET6
+DEPENDS+= p5-Net-LibIDN-[0-9]*:../../net/p5-Net-LibIDN
+DEPENDS+= p5-Net-SSLeay>=1.26:../../security/p5-Net-SSLeay
+
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
-DEPENDS+= p5-Net-SSLeay>=1.26:../../security/p5-Net-SSLeay
-
+REPLACE_PERL= SSL.pm
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/IO/Socket/SSL/.packlist
diff --git a/security/p5-IO-Socket-SSL/distinfo b/security/p5-IO-Socket-SSL/distinfo
index 86a6ff41285..d606c5f8a02 100644
--- a/security/p5-IO-Socket-SSL/distinfo
+++ b/security/p5-IO-Socket-SSL/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2008/10/09 13:17:50 wiz Exp $
+$NetBSD: distinfo,v 1.26 2008/11/05 15:24:40 wiz Exp $
-SHA1 (IO-Socket-SSL-1.16.tar.gz) = ade243f1b6d9ecdec7ee32c5b545e0974364dd0a
-RMD160 (IO-Socket-SSL-1.16.tar.gz) = ce5b5efff71d09990ef4a1117b78e905ab22eeda
-Size (IO-Socket-SSL-1.16.tar.gz) = 61409 bytes
+SHA1 (IO-Socket-SSL-1.17.tar.gz) = 534985f5183becb4e799aaab7cdd68780f862b6e
+RMD160 (IO-Socket-SSL-1.17.tar.gz) = e87ef4c1c5fd1cc39c3dbdaf601c5e375315e0dc
+Size (IO-Socket-SSL-1.17.tar.gz) = 63074 bytes