diff options
author | shell <shell@pkgsrc.org> | 2002-04-17 11:10:44 +0000 |
---|---|---|
committer | shell <shell@pkgsrc.org> | 2002-04-17 11:10:44 +0000 |
commit | 7c8993b519f91802014cb05a8e7561e7df402e9e (patch) | |
tree | 0ab56bbc5299c22bc8bb48d0362c795e83eb0efb /security | |
parent | 58e9e7a5a30d898e40f3750cf48cd7381b8acefb (diff) | |
download | pkgsrc-7c8993b519f91802014cb05a8e7561e7df402e9e.tar.gz |
Updated to p5-IO-Socket-SSL-0.81
- fmt on DESCR
Changes :
- calling context_init twice destroyed global context. fix from
Jason Heiss <jheiss@ofb.net>.
- file handle tying interface implementation moved to a separate
class to prevent problems resulting from self-tying filehandles.
Harmon S. Nine <hnine@netarx.com>.
- docs/debugging.txt file added
- require Net::SSLeay v1.08
- preliminary support for non-blocking read/write
- socketToSSL() now respects context's SSL verify setting
reported by Uri Guttman <uri@stemsystems.com>.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-IO-Socket-SSL/DESCR | 7 | ||||
-rw-r--r-- | security/p5-IO-Socket-SSL/Makefile | 4 | ||||
-rw-r--r-- | security/p5-IO-Socket-SSL/distinfo | 6 |
3 files changed, 9 insertions, 8 deletions
diff --git a/security/p5-IO-Socket-SSL/DESCR b/security/p5-IO-Socket-SSL/DESCR index 96a00ea7b4a..b6fe497ed11 100644 --- a/security/p5-IO-Socket-SSL/DESCR +++ b/security/p5-IO-Socket-SSL/DESCR @@ -1,3 +1,4 @@ -IO::Socket::SSL is a class implementing an object-oriented interface to -SSL sockets. The class is a descendent of IO::Socket::INET and provides a -subset of the base class's interface methods as well as SSL-specific methods. +IO::Socket::SSL is a class implementing an object-oriented interface +to SSL sockets. The class is a descendent of IO::Socket::INET and +provides a subset of the base class's interface methods as well as +SSL-specific methods. diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile index 8053ae66fc0..d2ee2e6ad56 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2001/11/26 06:50:17 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2002/04/17 11:10:44 shell Exp $ -DISTNAME= IO-Socket-SSL-0.80 +DISTNAME= IO-Socket-SSL-0.81 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 e9ace23a29e..57e01bc85c5 100644 --- a/security/p5-IO-Socket-SSL/distinfo +++ b/security/p5-IO-Socket-SSL/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/09/27 07:42:05 jlam Exp $ +$NetBSD: distinfo,v 1.2 2002/04/17 11:10:44 shell Exp $ -SHA1 (IO-Socket-SSL-0.80.tar.gz) = f95702e814d470f72084cdd8b1702c3d02fa1221 -Size (IO-Socket-SSL-0.80.tar.gz) = 324918 bytes +SHA1 (IO-Socket-SSL-0.81.tar.gz) = 94fdc28c55f674b47a74c7f500b9324cf06e2ec0 +Size (IO-Socket-SSL-0.81.tar.gz) = 327697 bytes |