pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/p5-IO-Socket-SSL Update security/p5-IO-Socket...
details: https://anonhg.NetBSD.org/pkgsrc/rev/278d98d275e9
branches: trunk
changeset: 517573:278d98d275e9
user: abs <abs%pkgsrc.org@localhost>
date: Tue Aug 15 12:07:33 2006 +0000
description:
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:
security/p5-IO-Socket-SSL/Makefile | 4 ++--
security/p5-IO-Socket-SSL/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r 42994dc4c974 -r 278d98d275e9 security/p5-IO-Socket-SSL/Makefile
--- a/security/p5-IO-Socket-SSL/Makefile Tue Aug 15 12:07:15 2006 +0000
+++ b/security/p5-IO-Socket-SSL/Makefile Tue Aug 15 12:07:33 2006 +0000
@@ -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 -r 42994dc4c974 -r 278d98d275e9 security/p5-IO-Socket-SSL/distinfo
--- a/security/p5-IO-Socket-SSL/distinfo Tue Aug 15 12:07:15 2006 +0000
+++ b/security/p5-IO-Socket-SSL/distinfo Tue Aug 15 12:07:33 2006 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index