diff options
author | wiz <wiz@pkgsrc.org> | 2008-10-09 13:17:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-10-09 13:17:50 +0000 |
commit | 294596641485c60fcb136c2d01ff37c785f32d8d (patch) | |
tree | 388ba8dac68a1de8cb3001f490c6ca7eb675d3c0 /security | |
parent | 6d9b159cac6918bb2a3487e440b317a437cf6f8a (diff) | |
download | pkgsrc-294596641485c60fcb136c2d01ff37c785f32d8d.tar.gz |
Update to 1.16:
v1.16
- change code for SSL_check_crl to use X509_STORE_set_flags instead of
X509_STORE_CTX_set_flags based on bug report from
<tjtoocool[AT]phreaker[DOT]net >
- change opened() to report -1 if the IO::Handle is open, but the
SSL connection failed, needed with HTTP::Daemon::SSL which will send
an error mssage over the unencrypted socket
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 71bb90450d2..63d2a7343ff 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2008/09/06 15:44:04 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2008/10/09 13:17:50 wiz Exp $ -DISTNAME= IO-Socket-SSL-1.15 +DISTNAME= IO-Socket-SSL-1.16 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 4e649412d41..86a6ff41285 100644 --- a/security/p5-IO-Socket-SSL/distinfo +++ b/security/p5-IO-Socket-SSL/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.24 2008/09/06 15:44:04 wiz Exp $ +$NetBSD: distinfo,v 1.25 2008/10/09 13:17:50 wiz Exp $ -SHA1 (IO-Socket-SSL-1.15.tar.gz) = 6c60b038273f1f202e7e8f611152b9041115fbf3 -RMD160 (IO-Socket-SSL-1.15.tar.gz) = 54acb4d44c74ade53aba5407f8c12e4dd0687430 -Size (IO-Socket-SSL-1.15.tar.gz) = 61215 bytes +SHA1 (IO-Socket-SSL-1.16.tar.gz) = ade243f1b6d9ecdec7ee32c5b545e0974364dd0a +RMD160 (IO-Socket-SSL-1.16.tar.gz) = ce5b5efff71d09990ef4a1117b78e905ab22eeda +Size (IO-Socket-SSL-1.16.tar.gz) = 61409 bytes |