summaryrefslogtreecommitdiff
path: root/security/p5-IO-Socket-SSL/Makefile
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
commit7ea4564babb3f072b439e67428a5f4f86041c108 (patch)
tree7e17aaac0a89c42ca9ed09bcf9f5203f534742f9 /security/p5-IO-Socket-SSL/Makefile
parente3ece173c9ceee21fb0a6a9f216ccb5e64dc3853 (diff)
downloadpkgsrc-7ea4564babb3f072b439e67428a5f4f86041c108.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/Makefile')
-rw-r--r--security/p5-IO-Socket-SSL/Makefile4
1 files changed, 2 insertions, 2 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