From 08c28725ff53fb79dd4520bc755735f0b43f2805850f51001bfc8d4fba047691 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Wed, 23 Nov 2022 17:43:59 +0000 Subject: [PATCH] Accepting request 1037682 from devel:languages:perl:autoupdate - updated to 2.077 see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes 2.077 2022/11/21 - fix memory leak in session cache, thanks to genuaboro https://github.com/noxxi/p5-io-socket-ssl/pull/118 - more race conditions in tests fixed thanks to jddurand https://github.com/noxxi/p5-io-socket-ssl/issues/97 2.076 2022/11/12 - added curl like tracing based on contribution from jddurand https://github.com/noxxi/p5-io-socket-ssl/pull/117 - fixed race condition in t/sni_verify.t based on analysis from jddurand https://github.com/noxxi/p5-io-socket-ssl/issues/97 OBS-URL: https://build.opensuse.org/request/show/1037682 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=138 --- IO-Socket-SSL-2.075.tar.gz | 3 --- IO-Socket-SSL-2.077.tar.gz | 3 +++ perl-IO-Socket-SSL.changes | 17 +++++++++++++++++ perl-IO-Socket-SSL.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 IO-Socket-SSL-2.075.tar.gz create mode 100644 IO-Socket-SSL-2.077.tar.gz diff --git a/IO-Socket-SSL-2.075.tar.gz b/IO-Socket-SSL-2.075.tar.gz deleted file mode 100644 index 30c170f..0000000 --- a/IO-Socket-SSL-2.075.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c30ee2220b1e181a968ebbc81861d0cadf334b001377a44105ae5a8637ddae8c -size 253142 diff --git a/IO-Socket-SSL-2.077.tar.gz b/IO-Socket-SSL-2.077.tar.gz new file mode 100644 index 0000000..def1e04 --- /dev/null +++ b/IO-Socket-SSL-2.077.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5579a61ffc3520e1abe02f4507b56938f34b823d89c32ab051f3fbd3cf166a19 +size 258264 diff --git a/perl-IO-Socket-SSL.changes b/perl-IO-Socket-SSL.changes index 54d19dc..8a62b95 100644 --- a/perl-IO-Socket-SSL.changes +++ b/perl-IO-Socket-SSL.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Nov 22 03:07:27 UTC 2022 - Tina Müller + +- updated to 2.077 + see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes + + 2.077 2022/11/21 + - fix memory leak in session cache, thanks to genuaboro + https://github.com/noxxi/p5-io-socket-ssl/pull/118 + - more race conditions in tests fixed thanks to jddurand + https://github.com/noxxi/p5-io-socket-ssl/issues/97 + 2.076 2022/11/12 + - added curl like tracing based on contribution from jddurand + https://github.com/noxxi/p5-io-socket-ssl/pull/117 + - fixed race condition in t/sni_verify.t based on analysis from jddurand + https://github.com/noxxi/p5-io-socket-ssl/issues/97 + ------------------------------------------------------------------- Sat Sep 3 03:06:38 UTC 2022 - Tina Müller diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec index 0f5b5ba..cb2b6ab 100644 --- a/perl-IO-Socket-SSL.spec +++ b/perl-IO-Socket-SSL.spec @@ -18,7 +18,7 @@ %define cpan_name IO-Socket-SSL Name: perl-IO-Socket-SSL -Version: 2.075 +Version: 2.077 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Nearly transparent SSL encapsulation for IO::Socket::INET