pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Updated security/p5-IO-Socket-SSL to 0.95. Changes ve...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8fdd33baeb3f
branches: trunk
changeset: 461274:8fdd33baeb3f
user: jlam <jlam%pkgsrc.org@localhost>
date: Sat Sep 13 12:24:08 2003 +0000
description:
Updated security/p5-IO-Socket-SSL to 0.95. Changes version version 0.93
include:
- Better opened() behavior when sockets close unexpectedly.
- Added support for WeakRef and Scalar::Util to allow
IO::Socket::SSL objects to auto-destroy themselves when
they go out of scope.
- Added croak()ing for unimplemented send() and recv() methods
so they are not accidentally used to transmit unencrypted
data. The Perl builtin functions cannot be reliably trapped
and are still dangerous, a fact that the POD now reflects
- Changed accept() to use inherited accept() instead of
IO::Socket::accept, so that IPv6 inheritance is possible.
- Added options to import() so that a user could specify
IPv6 or IPv4 mode of operation.
diffstat:
doc/CHANGES | 3 ++-
security/p5-IO-Socket-SSL/Makefile | 4 ++--
security/p5-IO-Socket-SSL/distinfo | 6 +++---
3 files changed, 7 insertions(+), 6 deletions(-)
diffs (37 lines):
diff -r b8a5e9906e42 -r 8fdd33baeb3f doc/CHANGES
--- a/doc/CHANGES Sat Sep 13 12:16:57 2003 +0000
+++ b/doc/CHANGES Sat Sep 13 12:24:08 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.3358 2003/09/13 12:16:57 jlam Exp $
+$NetBSD: CHANGES,v 1.3359 2003/09/13 12:24:08 jlam Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -3674,3 +3674,4 @@
Updated vmware-module3 to 3.2.1.5 [jdolecek 2003-09-13]
Updated p5-Net-DNS to 0.40 [jlam 2003-09-13]
Updated p5-Net-SSLeay to 1.25 [jlam 2003-09-13]
+ Updated p5-IO-Socket-SSL to 0.95 [jlam 2003-09-13]
diff -r b8a5e9906e42 -r 8fdd33baeb3f security/p5-IO-Socket-SSL/Makefile
--- a/security/p5-IO-Socket-SSL/Makefile Sat Sep 13 12:16:57 2003 +0000
+++ b/security/p5-IO-Socket-SSL/Makefile Sat Sep 13 12:24:08 2003 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2003/07/21 17:20:22 martti Exp $
+# $NetBSD: Makefile,v 1.10 2003/09/13 12:24:20 jlam Exp $
-DISTNAME= IO-Socket-SSL-0.92
+DISTNAME= IO-Socket-SSL-0.95
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5iss
CATEGORIES= security net perl5
diff -r b8a5e9906e42 -r 8fdd33baeb3f security/p5-IO-Socket-SSL/distinfo
--- a/security/p5-IO-Socket-SSL/distinfo Sat Sep 13 12:16:57 2003 +0000
+++ b/security/p5-IO-Socket-SSL/distinfo Sat Sep 13 12:24:08 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2003/05/25 02:20:25 heinz Exp $
+$NetBSD: distinfo,v 1.5 2003/09/13 12:24:20 jlam Exp $
-SHA1 (IO-Socket-SSL-0.92.tar.gz) = b6ec827e169113c04d74dc49f173da9fe337d8df
-Size (IO-Socket-SSL-0.92.tar.gz) = 22203 bytes
+SHA1 (IO-Socket-SSL-0.95.tar.gz) = 7d20885f0cd55adefcdf80e83a9079d7f4a599b6
+Size (IO-Socket-SSL-0.95.tar.gz) = 26345 bytes
Home |
Main Index |
Thread Index |
Old Index