diff options
author | wiz <wiz@pkgsrc.org> | 2015-05-03 09:58:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-05-03 09:58:01 +0000 |
commit | d2e24c9c5b30df1e0a56e8a6b4c8c8ee54149b7f (patch) | |
tree | ff59ad9a89e5fa885dff6b91dc6cfdb505a5e163 /security | |
parent | b354d75bd03860c5b1d38a7c4b05bbf3caa62a47 (diff) | |
download | pkgsrc-d2e24c9c5b30df1e0a56e8a6b4c8c8ee54149b7f.tar.gz |
Update to 2.013:
2.013 2015/05/01
- assign severities to internal error handling and make sure that follow-up
errors like "configuration failed" or "certificate verify error" don't
replace more specific "hostname verification failed" when reporting in
sub errstr/$SSL_ERROR. see also RT#103423
- enhanced documentation thanks to Chase Whitener
https://github.com/noxxi/p5-io-socket-ssl/pull/26
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 7491eaabd9b..07994f9a636 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.85 2015/02/04 12:19:07 wiz Exp $ +# $NetBSD: Makefile,v 1.86 2015/05/03 09:58:01 wiz Exp $ -DISTNAME= IO-Socket-SSL-2.012 +DISTNAME= IO-Socket-SSL-2.013 PKGNAME= p5-${DISTNAME} 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 35d73d6c05b..5fd218c48ec 100644 --- a/security/p5-IO-Socket-SSL/distinfo +++ b/security/p5-IO-Socket-SSL/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.61 2015/02/04 12:19:07 wiz Exp $ +$NetBSD: distinfo,v 1.62 2015/05/03 09:58:01 wiz Exp $ -SHA1 (IO-Socket-SSL-2.012.tar.gz) = f777869e279eb94c6a5cde7b3fe90705ec042857 -RMD160 (IO-Socket-SSL-2.012.tar.gz) = edd223311e5cf36fceea8249919c7c3a7720ddb5 -Size (IO-Socket-SSL-2.012.tar.gz) = 193636 bytes +SHA1 (IO-Socket-SSL-2.013.tar.gz) = 883392f420b60af8cafd2cfea1726ef2c9fc272e +RMD160 (IO-Socket-SSL-2.013.tar.gz) = a20f405e1bd690e303488190f4331febb491a4f0 +Size (IO-Socket-SSL-2.013.tar.gz) = 194395 bytes |