pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-IO-Socket-SSL Update to 1.17. Add dependen...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c37b1ce8b5cc
branches:  trunk
changeset: 549575:c37b1ce8b5cc
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 05 15:24:40 2008 +0000

description:
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:

 security/p5-IO-Socket-SSL/Makefile |  12 +++++++-----
 security/p5-IO-Socket-SSL/distinfo |   8 ++++----
 2 files changed, 11 insertions(+), 9 deletions(-)

diffs (44 lines):

diff -r 972ef1912377 -r c37b1ce8b5cc security/p5-IO-Socket-SSL/Makefile
--- a/security/p5-IO-Socket-SSL/Makefile        Wed Nov 05 15:21:42 2008 +0000
+++ b/security/p5-IO-Socket-SSL/Makefile        Wed Nov 05 15:24:40 2008 +0000
@@ -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 @@
 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 -r 972ef1912377 -r c37b1ce8b5cc security/p5-IO-Socket-SSL/distinfo
--- a/security/p5-IO-Socket-SSL/distinfo        Wed Nov 05 15:21:42 2008 +0000
+++ b/security/p5-IO-Socket-SSL/distinfo        Wed Nov 05 15:24:40 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index