diff --git a/IO-Socket-SSL-2.060.tar.gz b/IO-Socket-SSL-2.060.tar.gz deleted file mode 100644 index 4a940b5..0000000 --- a/IO-Socket-SSL-2.060.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb5b2877ac5b686a5d7b8dd71cf5464ffe75d10c32047b5570674870e46b1b8c -size 233169 diff --git a/IO-Socket-SSL-2.061.tar.gz b/IO-Socket-SSL-2.061.tar.gz new file mode 100644 index 0000000..b01c9fa --- /dev/null +++ b/IO-Socket-SSL-2.061.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b7dddc6c2653f567092f5a179504a6b299adfac8625c6f6839622a8b45200e5 +size 236767 diff --git a/perl-IO-Socket-SSL.changes b/perl-IO-Socket-SSL.changes index 8375106..cb6bfee 100644 --- a/perl-IO-Socket-SSL.changes +++ b/perl-IO-Socket-SSL.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat Feb 23 06:14:56 UTC 2019 - Stephan Kulow + +- updated to 2.061 + see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes + + 2.061 + - Support for TLS 1.3 session reuse. Needs Net::SSLeay 1.86+. + Note that the previous (and undocumented) API for the session cache has been + changed. + - Support for multiple curves, automatic setting of curves and setting of + supported curves in client. Needs Net::SSLeay 1.86+. + - Enable Post-Handshake-Authentication (TLSv1.3 feature) client-side when + client certificates are provided. Thanks to jorton[AT]redhat[DOT]com. + Needs Net::SSLeay 1.86+. + ------------------------------------------------------------------- Thu Nov 1 11:28:32 UTC 2018 - Vítězslav Čížek diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec index 399ebf4..cd6ef1b 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) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-IO-Socket-SSL -Version: 2.060 +Version: 2.061 Release: 0 %define cpan_name IO-Socket-SSL Summary: Nearly transparent SSL encapsulation for IO::Socket::INET @@ -26,8 +26,6 @@ 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 -# Prevent tests from dying on SIGPIPE, CPAN RT#126899 -Patch0: IO-Socket-SSL-2.060-make-all-tests-which-use-fork-also-ignore-signal-PIP.patch BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -79,15 +77,14 @@ Additional documentation can be found in %prep %setup -q -n %{cpan_name}-%{version} -%patch0 -p1 find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install