pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc Update security/p5-IO-Socket-SSL from 0.997 to 0.998.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b7239a61478
branches:  trunk
changeset: 517575:0b7239a61478
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Aug 15 12:11:42 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:

 doc/CHANGES-2006 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r b009b0454d99 -r 0b7239a61478 doc/CHANGES-2006
--- a/doc/CHANGES-2006  Tue Aug 15 12:10:52 2006 +0000
+++ b/doc/CHANGES-2006  Tue Aug 15 12:11:42 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2006,v 1.1032 2006/08/15 08:43:59 xtraeme Exp $
+$NetBSD: CHANGES-2006,v 1.1033 2006/08/15 12:11:42 abs Exp $
 
 Changes to the packages collection and infrastructure in 2006:
 
@@ -3957,3 +3957,4 @@
        Updated misc/celestia to 1.4.1nb2 [wiz 2006-08-14]
        Updated inputmethod/uim to 1.2.1 [wiz 2006-08-14]
        Updated games/criticalmass to 1.0.2 [xtraeme 2006-08-15]
+       Updated security/p5-IO-Socket-SSL to 0.998 [abs 2006-08-15]



Home | Main Index | Thread Index | Old Index