From 3fa2b157bc16472fc21bf19f4e43baf7524db9d6afda7d272a59ab966612b359 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Tue, 2 Mar 2021 11:44:59 +0000 Subject: [PATCH] Accepting request 876189 from devel:languages:perl:autoupdate - updated to 2.070 see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes 2.070 2021/02/26 - changed bugtracker in Makefile.PL to github, away from obsolete rt.cpan.org 2.069 2021/01/22 - IO::Socket::Utils CERT_asHash and CERT_create now support subject and issuer with multiple same parts (like multiple OU). In this case an array ref instead of a scalar is used as hash value. https://github.com/noxxi/p5-io-socket-ssl/issues/95 OBS-URL: https://build.opensuse.org/request/show/876189 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=126 --- IO-Socket-SSL-2.068.tar.gz | 3 --- IO-Socket-SSL-2.070.tar.gz | 3 +++ perl-IO-Socket-SSL.changes | 14 ++++++++++++++ perl-IO-Socket-SSL.spec | 20 +++++++------------- 4 files changed, 24 insertions(+), 16 deletions(-) delete mode 100644 IO-Socket-SSL-2.068.tar.gz create mode 100644 IO-Socket-SSL-2.070.tar.gz diff --git a/IO-Socket-SSL-2.068.tar.gz b/IO-Socket-SSL-2.068.tar.gz deleted file mode 100644 index 414710f..0000000 --- a/IO-Socket-SSL-2.068.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4420fc0056f1827b4dd1245eacca0da56e2182b4ef6fc078f107dc43c3fb8ff9 -size 248709 diff --git a/IO-Socket-SSL-2.070.tar.gz b/IO-Socket-SSL-2.070.tar.gz new file mode 100644 index 0000000..c627cd0 --- /dev/null +++ b/IO-Socket-SSL-2.070.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:876fe09763e7a474519431aff248cb1f1abaf070d6bdc791f60bf9abe781cd3b +size 248102 diff --git a/perl-IO-Socket-SSL.changes b/perl-IO-Socket-SSL.changes index 9408c01..cfdc5de 100644 --- a/perl-IO-Socket-SSL.changes +++ b/perl-IO-Socket-SSL.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Feb 27 03:06:38 UTC 2021 - Tina Müller + +- updated to 2.070 + see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes + + 2.070 2021/02/26 + - changed bugtracker in Makefile.PL to github, away from obsolete rt.cpan.org + 2.069 2021/01/22 + - IO::Socket::Utils CERT_asHash and CERT_create now support subject and issuer + with multiple same parts (like multiple OU). In this case an array ref instead + of a scalar is used as hash value. + https://github.com/noxxi/p5-io-socket-ssl/issues/95 + ------------------------------------------------------------------- Mon May 4 17:49:31 UTC 2020 - Pedro Monreal Gonzalez diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec index 3a3f310..95cebea 100644 --- a/perl-IO-Socket-SSL.spec +++ b/perl-IO-Socket-SSL.spec @@ -1,7 +1,7 @@ # # spec file for package perl-IO-Socket-SSL # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,16 @@ # -Name: perl-IO-Socket-SSL -Version: 2.068 -Release: 0 %define cpan_name IO-Socket-SSL +Name: perl-IO-Socket-SSL +Version: 2.070 +Release: 0 Summary: Nearly transparent SSL encapsulation for IO::Socket::INET License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl 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 BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros #BuildRequires: perl(Mozilla::CA) @@ -76,15 +74,12 @@ Additional documentation can be found in * * IO::Socket::SSL::Utils - Useful functions for certificates etc %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 -# MANUAL BEGIN -rm README.Win32 -# MANUAL END %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -95,7 +90,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) -%doc BUGS Changes docs example README +%doc BUGS Changes docs example README README.Win32 %changelog