diff options
author | abs <abs@pkgsrc.org> | 2006-08-15 12:07:33 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2006-08-15 12:07:33 +0000 |
commit | ed1baad0d06e744261298d8b3db449f7846452c3 (patch) | |
tree | 82543bd47091328896d3753f7d968905591650d3 /security/p5-IO-Socket-SSL | |
parent | b515303cb27c32f7e7e85251217a30a54f62b62d (diff) | |
download | pkgsrc-ed1baad0d06e744261298d8b3db449f7846452c3.tar.gz |
Update security/p5-IO-Socket-SSL from 0.997 to 0.998.
v0.998
- declare socket as opened before calling fatal_ssl_error
because the SSL_error_trap set up from HTTP::Daemon
needs this
- accept_SSL sets errors on $socket (the accepted socket)
not $self (the listening socket if called from accept)
so it can be queried from SSL_error_trap
- note in BUGS section that IO::Socket::SSL is not thread-safe
Note: The previous update from 0.97 broke all https:// URLs in p5-libwww,
will address that in next commit (to p5-libwww)
Diffstat (limited to 'security/p5-IO-Socket-SSL')
-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 e40465c9faa..04c470d9d51 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2006/08/05 17:47:25 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2006/08/15 12:07:33 abs Exp $ -DISTNAME= IO-Socket-SSL-0.997 +DISTNAME= IO-Socket-SSL-0.998 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 a3e832052a4..2f4ecc7aed5 100644 --- a/security/p5-IO-Socket-SSL/distinfo +++ b/security/p5-IO-Socket-SSL/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2006/08/05 17:47:25 wiz Exp $ +$NetBSD: distinfo,v 1.10 2006/08/15 12:07:33 abs Exp $ -SHA1 (IO-Socket-SSL-0.997.tar.gz) = 4041a01343bb9ec02eedfaa0ec67b2dd28b65eef -RMD160 (IO-Socket-SSL-0.997.tar.gz) = ab624b9856898712c811f856b10109c13380787e -Size (IO-Socket-SSL-0.997.tar.gz) = 44607 bytes +SHA1 (IO-Socket-SSL-0.998.tar.gz) = 436cbe6cfe59318d40d09bd52f7e1fb38e49247d +RMD160 (IO-Socket-SSL-0.998.tar.gz) = 6a315c14eb0a4fe36b72d782f1f2e6cc39add4b0 +Size (IO-Socket-SSL-0.998.tar.gz) = 44489 bytes |