From 4ad2fb52d251b9c1c34fd1bd6388f9013219f46ae39bfefafb3517726a3fbffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Wed, 28 Sep 2022 13:30:53 +0000 Subject: [PATCH] Accepting request 1006455 from devel:languages:perl:autoupdate - updated to 2.075 see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes 2.075 - treat SSL_write returning 0 same as previously -1, as suggested by both OpenSSL and LibreSSL documentation - propagate error from SSL_shutdown, but if the shutdown is caused by an outer SSL error keep the original error - small tests fixes OBS-URL: https://build.opensuse.org/request/show/1006455 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=136 --- IO-Socket-SSL-2.074.tar.gz | 3 --- IO-Socket-SSL-2.075.tar.gz | 3 +++ cpanspec.yml | 2 +- perl-IO-Socket-SSL.changes | 13 +++++++++++++ perl-IO-Socket-SSL.spec | 7 +++---- 5 files changed, 20 insertions(+), 8 deletions(-) delete mode 100644 IO-Socket-SSL-2.074.tar.gz create mode 100644 IO-Socket-SSL-2.075.tar.gz diff --git a/IO-Socket-SSL-2.074.tar.gz b/IO-Socket-SSL-2.074.tar.gz deleted file mode 100644 index 0cb720a..0000000 --- a/IO-Socket-SSL-2.074.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36486b6be49da4d029819cf7069a7b41ed48af0c87e23be0f8e6aba23d08a832 -size 252821 diff --git a/IO-Socket-SSL-2.075.tar.gz b/IO-Socket-SSL-2.075.tar.gz new file mode 100644 index 0000000..30c170f --- /dev/null +++ b/IO-Socket-SSL-2.075.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c30ee2220b1e181a968ebbc81861d0cadf334b001377a44105ae5a8637ddae8c +size 253142 diff --git a/cpanspec.yml b/cpanspec.yml index 2fbd29d..1449a3b 100644 --- a/cpanspec.yml +++ b/cpanspec.yml @@ -1,5 +1,5 @@ patches: - perl-IO-Socket-SSL-use-system-default-cipher-list.patch: -p1 + perl-IO-Socket-SSL-use-system-default-cipher-list.patch: -p1 PATCH-FIX-UPSTREAM (bsc1200295) perl-IO-Socket-SSL doesn't follow system "PROFILE=SYSTEM" openSSL ciphers - https://git.centos.org/rpms/perl-IO-Socket-SSL/blob/e0b0ae04f5cdb41b1f29cb7d76c23abba7ac35e9/f/SOURCES/IO-Socket-SSL-2.066-use-system-default-cipher-list.patch ignore_requires: Mozilla::CA prep: |- rm README.Win32 diff --git a/perl-IO-Socket-SSL.changes b/perl-IO-Socket-SSL.changes index e2ee962..54d19dc 100644 --- a/perl-IO-Socket-SSL.changes +++ b/perl-IO-Socket-SSL.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Sep 3 03:06:38 UTC 2022 - Tina Müller + +- updated to 2.075 + see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes + + 2.075 + - treat SSL_write returning 0 same as previously -1, as suggested by both + OpenSSL and LibreSSL documentation + - propagate error from SSL_shutdown, but if the shutdown is caused by an outer + SSL error keep the original error + - small tests fixes + ------------------------------------------------------------------- Thu Jun 9 16:41:18 UTC 2022 - David Anes diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec index f11b9cb..0f5b5ba 100644 --- a/perl-IO-Socket-SSL.spec +++ b/perl-IO-Socket-SSL.spec @@ -18,15 +18,14 @@ %define cpan_name IO-Socket-SSL Name: perl-IO-Socket-SSL -Version: 2.074 +Version: 2.075 Release: 0 -Summary: Nearly transparent SSL encapsulation for IO::Socket::INET License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Nearly transparent SSL encapsulation for IO::Socket::INET URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/S/SU/SULLR/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml -# (bsc#1200295) perl-IO-Socket-SSL doesn't follow system "PROFILE=SYSTEM" openSSL ciphers -# UPSTREAM PATCH: https://git.centos.org/rpms/perl-IO-Socket-SSL/blob/e0b0ae04f5cdb41b1f29cb7d76c23abba7ac35e9/f/SOURCES/IO-Socket-SSL-2.066-use-system-default-cipher-list.patch +# PATCH-FIX-UPSTREAM (bsc1200295) perl-IO-Socket-SSL doesn't follow system "PROFILE=SYSTEM" openSSL ciphers - https://git.centos.org/rpms/perl-IO-Socket-SSL/blob/e0b0ae04f5cdb41b1f29cb7d76c23abba7ac35e9/f/SOURCES/IO-Socket-SSL-2.066-use-system-default-cipher-list.patch Patch0: perl-IO-Socket-SSL-use-system-default-cipher-list.patch BuildArch: noarch BuildRequires: perl