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
This commit is contained in:
Pedro Monreal Gonzalez 2022-11-23 17:43:59 +00:00 committed by Git OBS Bridge
parent 4ad2fb52d2
commit 08c28725ff
4 changed files with 21 additions and 4 deletions

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5579a61ffc3520e1abe02f4507b56938f34b823d89c32ab051f3fbd3cf166a19
size 258264

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Nov 22 03:07:27 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de>

View File

@ -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