diff options
author | wiz <wiz@pkgsrc.org> | 2015-08-26 11:48:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-08-26 11:48:26 +0000 |
commit | 2d44a43437f49a93c15b875981b18c1a89c9464d (patch) | |
tree | 073c5fbe082a93560cd2130164e0b2eb8b7972d0 /security/p5-IO-Socket-SSL | |
parent | 0252aa61e813a12ca844fd01eb022d192029f459 (diff) | |
download | pkgsrc-2d44a43437f49a93c15b875981b18c1a89c9464d.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
Diffstat (limited to 'security/p5-IO-Socket-SSL')
-rw-r--r-- | security/p5-IO-Socket-SSL/Makefile | 5 | ||||
-rw-r--r-- | security/p5-IO-Socket-SSL/distinfo | 8 |
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 |