diff options
author | wiz <wiz@pkgsrc.org> | 2018-02-25 18:47:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-02-25 18:47:31 +0000 |
commit | 348caaf393b30818b50263909d1618c0e79ba80c (patch) | |
tree | bfe77e4755d8ba305bbca1e6c11fa08205ffb4c3 /security/p5-IO-Socket-SSL | |
parent | 9ea21f71c3775b3ea8927ffeadc4231496628afb (diff) | |
download | pkgsrc-348caaf393b30818b50263909d1618c0e79ba80c.tar.gz |
p5-IO-Socket-SSL: update to 2.056.
2.056 2018/02/19
- Intercept - fix creation of serial number: base it on binary digest instead of
treating hex fingerprint as binary. Allow use of own serial numbers again.
- t/io-socket-ip.t - skip test if no IPv6 support on system RT#124464
- update PublicSuffix
2.055 2018/02/15
- use SNI also if hostname was given all-uppercase
- Utils::CERT_create - don't add authority key for issuer since Chrome does
not like this
- Intercept:
- change behavior of code based cache to better support synchronizing
within multiprocess/threaded setups
- don't use counter for serial number but somehow base it on original
certificate in order to avoid conflicts with reuse of serial numbers
after restart
- RT#124431 - better support platforms w/o IPv6
- RT#124306 - spelling fixes in documentation
2.054 2018/01/22
- added missing test certificates to MANIFEST
2.053 2018/01/21
- small behavior fixes
- if SSL_fingerprint is used and matches don't check for OCSP
- Utils::CERT_create - small fixes to properly specific purpose, ability to
use predefined complex purpose but disable some features
- update PublicSuffix
- updates for documentation, especially regarding pitfalls with forking or using
non-blocking sockets. Spelling fixes.
- test fixes and improvements
- stability improvements for live tests
- regenerate certificate in certs/ and make sure they are limited to the
correct purpose. Checkin program used to generate certificates.
- adjust tests since certificates have changed and some tests used
certificates intended for client authentication as server certificates,
which now no longer works
Diffstat (limited to 'security/p5-IO-Socket-SSL')
-rw-r--r-- | security/p5-IO-Socket-SSL/Makefile | 4 | ||||
-rw-r--r-- | security/p5-IO-Socket-SSL/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile index 43389d16386..189bf852739 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.121 2017/11/08 21:07:32 wiz Exp $ +# $NetBSD: Makefile,v 1.122 2018/02/25 18:47:31 wiz Exp $ -DISTNAME= IO-Socket-SSL-2.052 +DISTNAME= IO-Socket-SSL-2.056 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 711cea317f0..6a3ea8e88bb 100644 --- a/security/p5-IO-Socket-SSL/distinfo +++ b/security/p5-IO-Socket-SSL/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.94 2017/11/08 21:07:32 wiz Exp $ +$NetBSD: distinfo,v 1.95 2018/02/25 18:47:31 wiz Exp $ -SHA1 (IO-Socket-SSL-2.052.tar.gz) = 06ee7899ee4bdb89406e6960062821ef959bb7d5 -RMD160 (IO-Socket-SSL-2.052.tar.gz) = 1e92f9bf508c90ac5346b4ea56ca71a185f61aa3 -SHA512 (IO-Socket-SSL-2.052.tar.gz) = 44a2ba94d1e9f911d6815a784263e2cddac0cea90e79cf8e267f73d8b2a3726ca9933d621bac8849a52db50bff0bd7a0d2cfd546a550f2963ea44346d3f8b600 -Size (IO-Socket-SSL-2.052.tar.gz) = 221703 bytes +SHA1 (IO-Socket-SSL-2.056.tar.gz) = 281b20a3b50294b4362a7a7b9c631dc5a0d04b4c +RMD160 (IO-Socket-SSL-2.056.tar.gz) = 942d7cbeb58e098bbf9c1b9dc2c2f8cb320dec5e +SHA512 (IO-Socket-SSL-2.056.tar.gz) = a3d580f977f8fd99f196a710f6eb5bc649d46e22d17f4e02660b2bab130629b34d1aff037974f320ce52121b13c1d77aa2f504278ec50530667e67413442b70b +Size (IO-Socket-SSL-2.056.tar.gz) = 232898 bytes |