Accepting request 1090354 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/1090354
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-IO-Socket-SSL?expand=0&rev=97
This commit is contained in:
Dominique Leuenberger 2023-06-03 22:12:01 +00:00 committed by Git OBS Bridge
commit e0926150c7
4 changed files with 22 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri May 19 03:07:24 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de>

View File

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