diff options
author | wiz <wiz@pkgsrc.org> | 2018-08-21 12:06:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-08-21 12:06:03 +0000 |
commit | 43d17ec6944fed612f71ed20cf405a7cec9bc307 (patch) | |
tree | 784bc96a4b38243fd52e78a5554b199a0fba7f4f | |
parent | 5f78a91404eb4aefa5c8c4d03357534a599f727e (diff) | |
download | pkgsrc-43d17ec6944fed612f71ed20cf405a7cec9bc307.tar.gz |
p5-IO-Socket-SSL: update to 2.059.
2.059 2018/08/15
- fix memleak when CRL are used.
Thanks to Franz Skale for report and patch
https://rt.cpan.org/Ticket/Display.html?id=125867
- fix memleak when using stop_SSL and threads, reported by Paul Evans
https://rt.cpan.org/Ticket/Display.html?id=125867#txn-1797132
2.058 2018/07/19
- fix t/session_ticket.t: it failed with OpenSSL 1.1.* since this version
expects the extKeyUsage of clientAuth in the client cert also to be allowed
by the CA if CA uses extKeyUsage
2.057 2018/07/18
- fix memory leak which occured with explicit stop_SSL in connection with
non-blocking sockets or timeout - https://rt.cpan.org/Ticket/Display.html?id=125867
Thanks to Paul Evans for reporting
- fix redefine warnings in case Socket6 is installed but neither IO::Socket::IP
nor IO::Socket::INET6 - https://rt.cpan.org/Ticket/Display.html?id=124963
- IO::Socket::SSL::Intercept - optional 'serial' argument can be starting number
or callback to create serial number based on the original certificate
- new function get_session_reused to check if a session got reused
- IO::Socket::SSL::Utils::CERT_asHash: fingerprint_xxx now set to the correct value
-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 189bf852739..9a2902a1929 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.122 2018/02/25 18:47:31 wiz Exp $ +# $NetBSD: Makefile,v 1.123 2018/08/21 12:06:03 wiz Exp $ -DISTNAME= IO-Socket-SSL-2.056 +DISTNAME= IO-Socket-SSL-2.059 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 6a3ea8e88bb..38c33559da0 100644 --- a/security/p5-IO-Socket-SSL/distinfo +++ b/security/p5-IO-Socket-SSL/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.95 2018/02/25 18:47:31 wiz Exp $ +$NetBSD: distinfo,v 1.96 2018/08/21 12:06:03 wiz Exp $ -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 +SHA1 (IO-Socket-SSL-2.059.tar.gz) = e8ea25371105bef2b17a6bcb96188adaa0a9837d +RMD160 (IO-Socket-SSL-2.059.tar.gz) = 3f07a6df57da1439e0fa4d76ba083a6b18f430cb +SHA512 (IO-Socket-SSL-2.059.tar.gz) = af3800d171036b026bcb502692f70d88c4a9f2546e465181ef9037467b942c94303840cc479403f5f0e6f0ad6b06918cbaf78f0b1447e5416594c819ed94a39b +Size (IO-Socket-SSL-2.059.tar.gz) = 233372 bytes |