diff options
author | jlam <jlam@pkgsrc.org> | 2003-09-13 12:24:08 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-09-13 12:24:08 +0000 |
commit | 9108f23ef6cda47933373de999ea3773ca248939 (patch) | |
tree | 7e17aaac0a89c42ca9ed09bcf9f5203f534742f9 /security/p5-IO-Socket-SSL | |
parent | febdd9db93cd897ef41de018b759092f624e0775 (diff) | |
download | pkgsrc-9108f23ef6cda47933373de999ea3773ca248939.tar.gz |
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 (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 | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile index 153dfa99798..930c1dbcfee 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -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 --git a/security/p5-IO-Socket-SSL/distinfo b/security/p5-IO-Socket-SSL/distinfo index 35b413b5d29..61d956c59b9 100644 --- a/security/p5-IO-Socket-SSL/distinfo +++ b/security/p5-IO-Socket-SSL/distinfo @@ -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 |