summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-09-13 12:24:08 +0000
committerjlam <jlam@pkgsrc.org>2003-09-13 12:24:08 +0000
commit9108f23ef6cda47933373de999ea3773ca248939 (patch)
tree7e17aaac0a89c42ca9ed09bcf9f5203f534742f9 /doc
parentfebdd9db93cd897ef41de018b759092f624e0775 (diff)
downloadpkgsrc-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 'doc')
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index c76d92a026d..b646ebad91d 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -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 @@ Changes to the packages collection and infrastructure in 2003:
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]