diff options
author | wiz <wiz@pkgsrc.org> | 2007-10-17 20:50:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-10-17 20:50:05 +0000 |
commit | 8296f8378ec68055a6babe4ad1de327053a12b9d (patch) | |
tree | b7e4fa1e3f4acd1a89e278e8deb8857eae70c568 /security | |
parent | a65e842f0d6d681be6d7d0fe7ac0f557cd96cf67 (diff) | |
download | pkgsrc-8296f8378ec68055a6babe4ad1de327053a12b9d.tar.gz |
Update to 1.11:
v1.11
- fixed errors in accept_SSL which would work when called from start_SSL
but not from accept
v1.10
- start_SSL, accept_SSL and connect_SSL have argument for Timeout
so that the SSL handshake will not block forever. Only used if the
socket is blocking. If not set the Timeout value from the underlying
IO::Socket is used
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-IO-Socket-SSL/Makefile | 4 | ||||
-rw-r--r-- | security/p5-IO-Socket-SSL/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile index 859531fa2b1..99b5d2784b7 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2007/09/18 21:17:18 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2007/10/17 20:50:05 wiz Exp $ -DISTNAME= IO-Socket-SSL-1.09 +DISTNAME= IO-Socket-SSL-1.11 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 78c6412d0d5..7adcf3a9ded 100644 --- a/security/p5-IO-Socket-SSL/distinfo +++ b/security/p5-IO-Socket-SSL/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2007/09/18 21:17:18 wiz Exp $ +$NetBSD: distinfo,v 1.20 2007/10/17 20:50:05 wiz Exp $ -SHA1 (IO-Socket-SSL-1.09.tar.gz) = f67d6e8dbf732a6115a0ad83fc0814cf2fccb51b -RMD160 (IO-Socket-SSL-1.09.tar.gz) = 484395f0ccae6f2d0ccf52c9bd9dda2f70986464 -Size (IO-Socket-SSL-1.09.tar.gz) = 48736 bytes +SHA1 (IO-Socket-SSL-1.11.tar.gz) = 5b4c0a09bf06bd7ff83bd5a72d49c1353213cef4 +RMD160 (IO-Socket-SSL-1.11.tar.gz) = 5142be17b9b6a29f54d8450852bbe8decf787722 +Size (IO-Socket-SSL-1.11.tar.gz) = 51569 bytes |