diff options
author | wiz <wiz@pkgsrc.org> | 2015-02-04 12:19:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-02-04 12:19:07 +0000 |
commit | d9ce767cbd0901e991ab1c30e339d7dcc80054c3 (patch) | |
tree | a922e4b71a4573e99e8ca5538b04bb79b1987a0d /security/p5-IO-Socket-SSL | |
parent | 1f64f8de3c7415e4869fe3ee891c1db73ef97364 (diff) | |
download | pkgsrc-d9ce767cbd0901e991ab1c30e339d7dcc80054c3.tar.gz |
Update to 2.012. Depend on p5-Mozilla-CA.
2.012 2014/02/02
- fix t/ocsp.t in case no HTTP::Tiny is installed
2.011 2014/02/01
- fix t/ocsp.t - don't count on revoked.grc.com using OCSP stapling #101855
- added option 'purpose' to Utils::CERT_create to get better control of the
certificates purpose. Default is 'server,client' for non-CA (contrary to
only 'server' before)
- removed RC4 from default cipher suites on the server site
https://github.com/noxxi/p5-io-socket-ssl/issues/22
- refactoring of some tests using Test::More thanks to Sweet-kid and the
2015 Pull Request Challenge
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, 7 insertions, 6 deletions
diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile index e26382e33ad..7491eaabd9b 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.84 2015/01/23 06:22:20 obache Exp $ +# $NetBSD: Makefile,v 1.85 2015/02/04 12:19:07 wiz Exp $ -DISTNAME= IO-Socket-SSL-2.010 +DISTNAME= IO-Socket-SSL-2.012 PKGNAME= p5-${DISTNAME} CATEGORIES= security net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} @@ -13,6 +13,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-IO-Socket-INET6-[0-9]*:../../net/p5-IO-Socket-INET6 DEPENDS+= p5-Net-LibIDN-[0-9]*:../../net/p5-Net-LibIDN DEPENDS+= p5-Net-SSLeay>=1.59:../../security/p5-Net-SSLeay +DEPENDS+= p5-Mozilla-CA-[0-9]*:../../security/p5-Mozilla-CA USE_LANGUAGES= # empty PERL5_PACKLIST= auto/IO/Socket/SSL/.packlist diff --git a/security/p5-IO-Socket-SSL/distinfo b/security/p5-IO-Socket-SSL/distinfo index 38a5c4154b6..35d73d6c05b 100644 --- a/security/p5-IO-Socket-SSL/distinfo +++ b/security/p5-IO-Socket-SSL/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.60 2015/01/18 18:58:17 wiz Exp $ +$NetBSD: distinfo,v 1.61 2015/02/04 12:19:07 wiz Exp $ -SHA1 (IO-Socket-SSL-2.010.tar.gz) = 1171f196448206a0710a816e1ee44736f992233d -RMD160 (IO-Socket-SSL-2.010.tar.gz) = 0ae153c35fe5292642181beae4e70c5198abb160 -Size (IO-Socket-SSL-2.010.tar.gz) = 191974 bytes +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 |