Accepting request 624149 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/624149
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=102
This commit is contained in:
Stephan Kulow 2018-07-21 08:40:44 +00:00 committed by Git OBS Bridge
parent 0df083b597
commit 6080b4380d
4 changed files with 32 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:91451ecc28b243a78b438f0a42db24c4b60a86f088879b38e40bdbd697818259
size 232898

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:746cd17c292cfc206b394497a060b0582d0b06a1040e6bb27e6530d56786e40b
size 234586

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Fri Jul 20 05:30:14 UTC 2018 - coolo@suse.com
- updated to 2.058
see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
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
-------------------------------------------------------------------
Thu Jul 19 05:31:02 UTC 2018 - coolo@suse.com
- updated to 2.057
see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
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
-------------------------------------------------------------------
Tue Feb 20 06:26:27 UTC 2018 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-IO-Socket-SSL
Version: 2.056
Version: 2.058
Release: 0
%define cpan_name IO-Socket-SSL
Summary: Nearly transparent SSL encapsulation for IO::Socket::INET