diff options
author | gls <gls@pkgsrc.org> | 2010-12-07 20:15:00 +0000 |
---|---|---|
committer | gls <gls@pkgsrc.org> | 2010-12-07 20:15:00 +0000 |
commit | b9725631ec3f76a8dcc6f77c9d0abdbaa2ea011d (patch) | |
tree | 8022d16b76200f1eb566a699d2bdd7891a316533 /security/p5-IO-Socket-SSL | |
parent | 92c7214833bcd29955b031cb968e8c3604de86d2 (diff) | |
download | pkgsrc-b9725631ec3f76a8dcc6f77c9d0abdbaa2ea011d.tar.gz |
Update security/p5-IO-Socket-SSL to 1.35
Security fix
v1.35 2010.12.06
- if verify_mode is not VERIFY_NONE and the ca_file/ca_path cannot be
verified as valid it will no longer fall back to VERIFY_NONE but throw
an error. Thanks to Salvatore Bonaccorso and Daniel Kahn Gillmor for
pointing out the problem, see also
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606058
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 39b84a18d12..467effb70d6 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.53 2010/12/02 12:25:04 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2010/12/07 20:15:00 gls Exp $ -DISTNAME= IO-Socket-SSL-1.34 +DISTNAME= IO-Socket-SSL-1.35 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 e8334e18e28..cec8fa79ea0 100644 --- a/security/p5-IO-Socket-SSL/distinfo +++ b/security/p5-IO-Socket-SSL/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.38 2010/12/02 12:25:04 wiz Exp $ +$NetBSD: distinfo,v 1.39 2010/12/07 20:15:00 gls Exp $ -SHA1 (IO-Socket-SSL-1.34.tar.gz) = 3cb1541fc4acefbaf1ad38220b9cd2edbf430eb4 -RMD160 (IO-Socket-SSL-1.34.tar.gz) = 059343eb88b82f2e8510e7b8f7a74643251ac486 -Size (IO-Socket-SSL-1.34.tar.gz) = 67579 bytes +SHA1 (IO-Socket-SSL-1.35.tar.gz) = 26b6610844aac2835b02373216ffdd95015ac991 +RMD160 (IO-Socket-SSL-1.35.tar.gz) = c5cb876eec3edf1d25c25e6f4a11291ba87445c4 +Size (IO-Socket-SSL-1.35.tar.gz) = 67587 bytes |