summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2015-08-26 11:48:26 +0000
committerwiz <wiz>2015-08-26 11:48:26 +0000
commit22b9a0479d293fb6f5c05212888d6293e78384da (patch)
tree073c5fbe082a93560cd2130164e0b2eb8b7972d0
parenta6099ecea99012465955d57d19f9d3cc460cd38c (diff)
downloadpkgsrc-22b9a0479d293fb6f5c05212888d6293e78384da.tar.gz
Update to 2.017:
2.017 2015/08/24 - checks for readability of files/dirs for certificates and CA no longer use -r because this is not safe when ACLs are used. Thanks to BBYRD, RT#106295 - new method sock_certificate similar to peer_certificate based on idea of Paul Evans, RT#105733 - get_fingerprint can now take optional certificate as argument and compute the fingerprint of it. Useful in connection with sock_certificate. - check for both EWOULDBLOCK and EAGAIN since these codes are different on some platforms. Thanks to Andy Grundman, RT#106573 - enforce default verification scheme if none was specified, i.e. no longer just warn but accept. If really no verification is wanted a scheme of 'none' must be explicitely specified. - support different cipher suites per SNI hosts
-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 7e1ba4c3786..76e418fa1fa 100644
--- a/security/p5-IO-Socket-SSL/Makefile
+++ b/security/p5-IO-Socket-SSL/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.90 2015/06/12 10:51:08 wiz Exp $
+# $NetBSD: Makefile,v 1.91 2015/08/26 11:48:26 wiz Exp $
-DISTNAME= IO-Socket-SSL-2.016
+DISTNAME= IO-Socket-SSL-2.017
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
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 c7b1ed41b6b..100f6954d0b 100644
--- a/security/p5-IO-Socket-SSL/distinfo
+++ b/security/p5-IO-Socket-SSL/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.65 2015/06/03 07:15:14 wiz Exp $
+$NetBSD: distinfo,v 1.66 2015/08/26 11:48:26 wiz Exp $
-SHA1 (IO-Socket-SSL-2.016.tar.gz) = 32199aa7a4c361edf3417071e14d9722d36bbd8c
-RMD160 (IO-Socket-SSL-2.016.tar.gz) = 265c3309f732bb9cdca66a9c5005ad3cb7e81a2e
-Size (IO-Socket-SSL-2.016.tar.gz) = 195529 bytes
+SHA1 (IO-Socket-SSL-2.017.tar.gz) = 4421bc4b2e9825f3227886f1715d2d2c23e10889
+RMD160 (IO-Socket-SSL-2.017.tar.gz) = 41ca50642179702ea402f2fe8741862de5c4c126
+Size (IO-Socket-SSL-2.017.tar.gz) = 196481 bytes