diff options
author | he <he@pkgsrc.org> | 2008-08-03 20:47:11 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-08-03 20:47:11 +0000 |
commit | 925bae797056d5998a56a9e4d90f26389a94ed34 (patch) | |
tree | dc0a05e599c6f0d7c587fdbe23d4854a0ff2f136 /security | |
parent | 248476e90b0414baecccc76a7d8f22f7ab33f409 (diff) | |
download | pkgsrc-925bae797056d5998a56a9e4d90f26389a94ed34.tar.gz |
Update from version 1.13 to 1.14. Changes:
v1.14
- added support for verification of hostname from certificate
including subjectAltNames, support for IDN etc based on patch and
input from christopher[AT]odenbachs[DOT]de and
achim[AT]grolmsnet[DOT]de.
It is also possible to get more information from peer_certificate
based on this patch. See documentation for peer_certificate and
verify_hostname
- automatic verification of hostnames with SSL_verifycn_scheme and
SSL_verifycn_name
- global setting of default context options like SSL_verifycn_scheme,
SSL_verify_mode with set_ctx_defaults
- fix import of inet4,inet6 which got broken within 1.13_X.
Thanks to <at[AT]altlinux[DOT]ru> for bugreport and patch
- clarified and enhanced debugging supppport based on bugreport
http://rt.cpan.org/Ticket/Display.html?id=32960
- put information into README regarding the supported and recommanded
version of Net::SSLeay
Diffstat (limited to 'security')
-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 8986bcff05e..d692d9e0fba 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2008/02/05 11:36:04 obache Exp $ +# $NetBSD: Makefile,v 1.36 2008/08/03 20:47:11 he Exp $ -DISTNAME= IO-Socket-SSL-1.13 +DISTNAME= IO-Socket-SSL-1.14 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 ae9f7eda7d4..8b481c832e4 100644 --- a/security/p5-IO-Socket-SSL/distinfo +++ b/security/p5-IO-Socket-SSL/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2008/02/05 11:36:04 obache Exp $ +$NetBSD: distinfo,v 1.23 2008/08/03 20:47:11 he Exp $ -SHA1 (IO-Socket-SSL-1.13.tar.gz) = 6c25cb636d0252b280a4f173ede19ce6d29d4a42 -RMD160 (IO-Socket-SSL-1.13.tar.gz) = a984018c083964214e0c53cbbe728d0071b9cb94 -Size (IO-Socket-SSL-1.13.tar.gz) = 52531 bytes +SHA1 (IO-Socket-SSL-1.14.tar.gz) = f0b6aa46d37ee4c529ee32fd76cbf4b6a41a96ba +RMD160 (IO-Socket-SSL-1.14.tar.gz) = bd18d5f69e9fbaa07bcbc97935bb54ec94719b66 +Size (IO-Socket-SSL-1.14.tar.gz) = 61088 bytes |