diff options
author | wiz <wiz@pkgsrc.org> | 2014-11-16 12:11:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-11-16 12:11:55 +0000 |
commit | 377eebd4eb0b7fae44b2652dca2afacfde82287d (patch) | |
tree | 54951a488475bb88c5f2cc08879ae507131e8742 /security | |
parent | 96fb8353e267d88af599e09e79d678906f88cdd6 (diff) | |
download | pkgsrc-377eebd4eb0b7fae44b2652dca2afacfde82287d.tar.gz |
Update to 2.005:
2.005 2014/11/15
- next try to fix t/protocol_version.t for OpenSSL w/o SSLv3 support
2.004 2014/11/15
- only test fix: fix t/protocol_version.t to deal with OpenSSL installations
which are compiled without SSLv3 support.
2.003 2014/11/14
- make SSLv3 available even if the SSL library disables it by default in
SSL_CTX_new (like done in LibreSSL). Default will stay to disable SSLv3,
so this will be only done when setting SSL_version explicitly.
- fix possible segmentation fault when trying to use an invalid certificate,
reported by Nick Andrew.
- Use only the ICANN part of the default public suffix list and not the
private domains. This makes existing exceptions for s3.amazonaws.com and
googleapis.com obsolete. Thanks to Gervase Markham from mozilla.org.
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 055c29af981..b3fb38b9bfa 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.77 2014/10/23 07:24:06 wiz Exp $ +# $NetBSD: Makefile,v 1.78 2014/11/16 12:11:55 wiz Exp $ -DISTNAME= IO-Socket-SSL-2.002 +DISTNAME= IO-Socket-SSL-2.005 PKGNAME= p5-${DISTNAME} CATEGORIES= security net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SU/SULLR/} diff --git a/security/p5-IO-Socket-SSL/distinfo b/security/p5-IO-Socket-SSL/distinfo index c0bec585c9f..d3bcea5e13d 100644 --- a/security/p5-IO-Socket-SSL/distinfo +++ b/security/p5-IO-Socket-SSL/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.54 2014/10/23 07:24:06 wiz Exp $ +$NetBSD: distinfo,v 1.55 2014/11/16 12:11:55 wiz Exp $ -SHA1 (IO-Socket-SSL-2.002.tar.gz) = 6eff55158562d742ba7b078f1756f5fe3a0820bf -RMD160 (IO-Socket-SSL-2.002.tar.gz) = 2c9e496ca4a5939096ef131a597a1c137195f0c9 -Size (IO-Socket-SSL-2.002.tar.gz) = 192115 bytes +SHA1 (IO-Socket-SSL-2.005.tar.gz) = cbc5604e86483b4afc04e893d97a39f959e573ac +RMD160 (IO-Socket-SSL-2.005.tar.gz) = 531925c51187f86f5c74224aea978f9b5e3a8863 +Size (IO-Socket-SSL-2.005.tar.gz) = 193569 bytes |