summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2010-12-12 18:04:03 +0000
committertron <tron>2010-12-12 18:04:03 +0000
commitcbd69e8efa8f482dfa23807a90755f0d567db204 (patch)
tree7284da7c96b3220116e1341c6315e30714cfa041
parente68beeeb929966a06cac3cbc37265b808b028e41 (diff)
downloadpkgsrc-cbd69e8efa8f482dfa23807a90755f0d567db204.tar.gz
Pullup ticket #3305 - requested by spz
security/p5-IO-Socket-SSL: security updated Revisions pulled up: - security/p5-IO-Socket-SSL/Makefile 1.53-1.54 - security/p5-IO-Socket-SSL/distinfo 1.38-1.39 --- Module Name: pkgsrc Committed By: wiz Date: Thu Dec 2 12:25:05 UTC 2010 Modified Files: pkgsrc/security/p5-IO-Socket-SSL: Makefile distinfo Log Message: Update to 1.34: v1.34 2010.11.01 - schema http for certificate verification changed to wildcards_in_cn=1, because according to rfc2818 this is valid and also seen in the wild - if upgrading socket from inet to ssl fails due to handshake problems the socket gets downgraded, but is still open. See https://rt.cpan.org/Ticket/Display.html?id=61466 - deprecate kill_socket, just use close() --- Module Name: pkgsrc Committed By: gls Date: Tue Dec 7 20:15:01 UTC 2010 Modified Files: pkgsrc/security/p5-IO-Socket-SSL: Makefile distinfo Log Message: 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
-rw-r--r--security/p5-IO-Socket-SSL/Makefile5
-rw-r--r--security/p5-IO-Socket-SSL/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile
index 495c8d9dedb..560d4f01d24 100644
--- a/security/p5-IO-Socket-SSL/Makefile
+++ b/security/p5-IO-Socket-SSL/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2010/08/21 16:35:44 seb Exp $
+# $NetBSD: Makefile,v 1.52.2.1 2010/12/12 18:04:03 tron Exp $
-DISTNAME= IO-Socket-SSL-1.33
+DISTNAME= IO-Socket-SSL-1.35
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
SVR4_PKGNAME= p5iss
CATEGORIES= security net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
diff --git a/security/p5-IO-Socket-SSL/distinfo b/security/p5-IO-Socket-SSL/distinfo
index 8a9e55d8486..275ec450440 100644
--- a/security/p5-IO-Socket-SSL/distinfo
+++ b/security/p5-IO-Socket-SSL/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.37 2010/05/05 22:47:20 seb Exp $
+$NetBSD: distinfo,v 1.37.4.1 2010/12/12 18:04:03 tron Exp $
-SHA1 (IO-Socket-SSL-1.33.tar.gz) = 0ecb3d4cf105ee223fadf7805a77c97f0c1df8a9
-RMD160 (IO-Socket-SSL-1.33.tar.gz) = 650284ff15aba8d4feaafdca37a634741c2b0275
-Size (IO-Socket-SSL-1.33.tar.gz) = 67061 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