From 95f33e5b299e7513e1a77e36736df1e75b92893cd2e6f688cb7373b240d8a8c4 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 1 Jun 2023 15:22:17 +0000 Subject: [PATCH] Accepting request 1090332 from devel:languages:perl:autoupdate - updated to 2.083 see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes 2.083 2023/05/18 - fix t/protocol_version.t for OpenSSL versions which don't support SECLEVEL (regression from #122) 2.082 2023/05/17 - SSL_version default now TLS 1.2+ since TLS 1.1 and lower deprecated #122 - fix output of alert string when debugging #132 - improve regex for hostname validation #130, #126 - add can_ciphersuites subroutine for feature checking #127 - Utils::CERT_create - die if unexpected arguments are given instead of ignoring these OBS-URL: https://build.opensuse.org/request/show/1090332 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=144 --- IO-Socket-SSL-2.081.tar.gz | 3 --- IO-Socket-SSL-2.083.tar.gz | 3 +++ perl-IO-Socket-SSL.changes | 17 +++++++++++++++++ perl-IO-Socket-SSL.spec | 4 ++-- 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 IO-Socket-SSL-2.081.tar.gz create mode 100644 IO-Socket-SSL-2.083.tar.gz diff --git a/IO-Socket-SSL-2.081.tar.gz b/IO-Socket-SSL-2.081.tar.gz deleted file mode 100644 index 6287414..0000000 --- a/IO-Socket-SSL-2.081.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07bdf826a8d6b463316d241451c890d1012fa2499a83d8e3d00ce0a584618443 -size 261773 diff --git a/IO-Socket-SSL-2.083.tar.gz b/IO-Socket-SSL-2.083.tar.gz new file mode 100644 index 0000000..626ebab --- /dev/null +++ b/IO-Socket-SSL-2.083.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:904ef28765440a97d8a9a0df597f8c3d7f3cb0a053d1b082c10bed03bc802069 +size 259940 diff --git a/perl-IO-Socket-SSL.changes b/perl-IO-Socket-SSL.changes index f69b26e..ad32752 100644 --- a/perl-IO-Socket-SSL.changes +++ b/perl-IO-Socket-SSL.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri May 19 03:07:24 UTC 2023 - Tina Müller + +- updated to 2.083 + see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes + + 2.083 2023/05/18 + - fix t/protocol_version.t for OpenSSL versions which don't support SECLEVEL + (regression from #122) + 2.082 2023/05/17 + - SSL_version default now TLS 1.2+ since TLS 1.1 and lower deprecated #122 + - fix output of alert string when debugging #132 + - improve regex for hostname validation #130, #126 + - add can_ciphersuites subroutine for feature checking #127 + - Utils::CERT_create - die if unexpected arguments are given instead of ignoring + these + ------------------------------------------------------------------- Thu Jan 26 03:07:12 UTC 2023 - Tina Müller diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec index 43d7545..448cd0e 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.081 +Version: 2.083 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Nearly transparent SSL encapsulation for IO::Socket::INET @@ -78,7 +78,7 @@ Additional documentation can be found in %prep %autosetup -n %{cpan_name}-%{version} -p1 -find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor