Path to this page:
Subject: CVS commit: pkgsrc/security/p5-IO-Socket-SSL
From: Johnny C. Lam
Date: 2003-09-13 14:24:21
Message id: 20030913122421.382DAB004@cvs.netbsd.org
Log Message:
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.
Files: