summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2012-05-31 08:50:01 +0000
committersno <sno@pkgsrc.org>2012-05-31 08:50:01 +0000
commit991ac8e5964d03e228b33874f1b154db060be8e2 (patch)
tree3256cbba364b68e16213bc7dfdd010100935d225 /security
parent5972aaf511ad9cbba4f0c4cd1f16a6279cf88f55 (diff)
downloadpkgsrc-991ac8e5964d03e228b33874f1b154db060be8e2.tar.gz
Updating package for Perl module IO::Socket::SSL from CPAN in
security/p5-IO-Socket-SSL from 1.66 to 1.74. Upstream changes: v1.74 2012.05.13 - accept a version of SSLv2/3 as SSLv23, because older documentation could be interpreted like this v1.73 2012.05.11 - make test t/dhe.t hopefully work for more version of openssl Thanks to paul[AT]city-fan[DOT]org for providing bug reports and testing environment v1.72 2012.05.10 - set DEFAULT_CIPHER_LIST to ALL:!LOW instead of HIGH:!LOW Thanks to dcostas[AT]gmail[DOT]com for problem report v1.71 2012.05.09 - 1.70 done right. Also don't disable SSLv2 ciphers, SSLv2 support is better disabled by the default SSL_version of 'SSLv23:!SSLv2' v1.70 2012.05.08 - make it possible to disable protols using SSL_version, make SSL_version default to 'SSLv23:!SSLv2' v1.69 2012.05.08 - re-added workaround in t/dhe.t v1.68 2012.05.07 - remove SSLv2 from default cipher list, which makes failed tests after last change work again, fix behvior for empty cipher list (use default) v1.67 2012.05.07 - https://rt.cpan.org/Ticket/Display.html?id=76929 thanks to d[DOT]thomas[AT]its[DOT]uq[DOT]edu[DOT]au for reporting - if no explicit cipher list is given it will now default to ALL:!LOW instead of the openssl default, which usually includes weak ciphers like DES. - new config key SSL_honor_cipher_order and documented how to use it to fight BEAST attack.
Diffstat (limited to 'security')
-rw-r--r--security/p5-IO-Socket-SSL/Makefile4
-rw-r--r--security/p5-IO-Socket-SSL/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile
index 0c7793f1326..313cf6e2c0f 100644
--- a/security/p5-IO-Socket-SSL/Makefile
+++ b/security/p5-IO-Socket-SSL/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2012/04/22 11:50:34 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2012/05/31 08:50:01 sno Exp $
-DISTNAME= IO-Socket-SSL-1.66
+DISTNAME= IO-Socket-SSL-1.74
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 6d63d3c96b4..20df979dead 100644
--- a/security/p5-IO-Socket-SSL/distinfo
+++ b/security/p5-IO-Socket-SSL/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.41 2012/04/22 11:50:34 wiz Exp $
+$NetBSD: distinfo,v 1.42 2012/05/31 08:50:01 sno Exp $
-SHA1 (IO-Socket-SSL-1.66.tar.gz) = 89d506e1241e9bb132599b7bbacb8b9e40d8dfe2
-RMD160 (IO-Socket-SSL-1.66.tar.gz) = c4d7b4d6da87832a20e86c0663eddc0e578395f9
-Size (IO-Socket-SSL-1.66.tar.gz) = 74240 bytes
+SHA1 (IO-Socket-SSL-1.74.tar.gz) = 61bb39a5691200d1d1622b8216904944dc291510
+RMD160 (IO-Socket-SSL-1.74.tar.gz) = e1cfac7138c813ece172ee49b9f9bf5207d58c98
+Size (IO-Socket-SSL-1.74.tar.gz) = 75282 bytes