diff options
author | wiz <wiz@pkgsrc.org> | 2007-09-18 21:17:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-09-18 21:17:18 +0000 |
commit | 52d25fba0c7e2bb161c831045ef945c2c1ccce50 (patch) | |
tree | 91481b673ae55982c7dbc3f00dbac010139869e7 /security | |
parent | 9f020e6b7d398d0afadcdcc17386aa4925b3283b (diff) | |
download | pkgsrc-52d25fba0c7e2bb161c831045ef945c2c1ccce50.tar.gz |
Update to 1.09:
v1.09
- new method stop_SSL as opposite of start_SSL based on a idea
of Bron Gondwana <brong[AT]fastmail[DOT]fm>
To support this method the SSL_shutdown handling had to be
fixed, e.g. in close a proper unidirectional shutdown
should be done while in stop_SSL a bidirectional shutdown
- try to make it clearer that thread support is buggy
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 3115fdda90c..859531fa2b1 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2007/08/30 06:12:11 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2007/09/18 21:17:18 wiz Exp $ -DISTNAME= IO-Socket-SSL-1.08 +DISTNAME= IO-Socket-SSL-1.09 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 3fa83ef70f3..78c6412d0d5 100644 --- a/security/p5-IO-Socket-SSL/distinfo +++ b/security/p5-IO-Socket-SSL/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2007/08/30 06:12:11 wiz Exp $ +$NetBSD: distinfo,v 1.19 2007/09/18 21:17:18 wiz Exp $ -SHA1 (IO-Socket-SSL-1.08.tar.gz) = ffddd8e26865a66e193bb4f93212d441790cc910 -RMD160 (IO-Socket-SSL-1.08.tar.gz) = c597ecd5ea72aca50eee018f1fe7978299159628 -Size (IO-Socket-SSL-1.08.tar.gz) = 47011 bytes +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 |