From 6080b4380d976df7730ad0a7c9fab41fa61e6fa39078cf4a0953f1dfa6c5b33e Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 21 Jul 2018 08:40:44 +0000 Subject: [PATCH] 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 --- IO-Socket-SSL-2.056.tar.gz | 3 --- IO-Socket-SSL-2.058.tar.gz | 3 +++ perl-IO-Socket-SSL.changes | 28 ++++++++++++++++++++++++++++ perl-IO-Socket-SSL.spec | 2 +- 4 files changed, 32 insertions(+), 4 deletions(-) delete mode 100644 IO-Socket-SSL-2.056.tar.gz create mode 100644 IO-Socket-SSL-2.058.tar.gz diff --git a/IO-Socket-SSL-2.056.tar.gz b/IO-Socket-SSL-2.056.tar.gz deleted file mode 100644 index 0273675..0000000 --- a/IO-Socket-SSL-2.056.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91451ecc28b243a78b438f0a42db24c4b60a86f088879b38e40bdbd697818259 -size 232898 diff --git a/IO-Socket-SSL-2.058.tar.gz b/IO-Socket-SSL-2.058.tar.gz new file mode 100644 index 0000000..4fae9d5 --- /dev/null +++ b/IO-Socket-SSL-2.058.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:746cd17c292cfc206b394497a060b0582d0b06a1040e6bb27e6530d56786e40b +size 234586 diff --git a/perl-IO-Socket-SSL.changes b/perl-IO-Socket-SSL.changes index 8de3a87..4846339 100644 --- a/perl-IO-Socket-SSL.changes +++ b/perl-IO-Socket-SSL.changes @@ -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 diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec index 054743b..8861bc6 100644 --- a/perl-IO-Socket-SSL.spec +++ b/perl-IO-Socket-SSL.spec @@ -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