Hello community, here is the log from the commit of package perl-IO-Socket-SSL for openSUSE:Factory checked in at 2019-02-28 21:25:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-IO-Socket-SSL (Old) and /work/SRC/openSUSE:Factory/.perl-IO-Socket-SSL.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-IO-Socket-SSL" Thu Feb 28 21:25:09 2019 rev:82 rq:678527 version:2.062 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-IO-Socket-SSL/perl-IO-Socket-SSL.changes 2018-11-12 09:50:16.120388505 +0100 +++ /work/SRC/openSUSE:Factory/.perl-IO-Socket-SSL.new.28833/perl-IO-Socket-SSL.changes 2019-02-28 21:25:10.793897456 +0100 @@ -1,0 +2,29 @@ +Sun Feb 24 06:14:18 UTC 2019 - Stephan Kulow <[email protected]> + +- updated to 2.062 + see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes + + 2.062 + - Enable X509_V_FLAG_PARTIAL_CHAIN if supported by Net::SSLeay (1.83+) and + OpenSSL (1.1.0+). This makes leaf certificates or intermediate certificates in + the trust store be usable as full trust anchors too. + +------------------------------------------------------------------- +Sat Feb 23 06:14:56 UTC 2019 - Stephan Kulow <[email protected]> + +- 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+. + - Removed patch: + IO-Socket-SSL-2.060-make-all-tests-which-use-fork-also-ignore-signal-PIP.patch + +------------------------------------------------------------------- Old: ---- IO-Socket-SSL-2.060-make-all-tests-which-use-fork-also-ignore-signal-PIP.patch IO-Socket-SSL-2.060.tar.gz New: ---- IO-Socket-SSL-2.062.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-IO-Socket-SSL.spec ++++++ --- /var/tmp/diff_new_pack.914plV/_old 2019-02-28 21:25:11.397897254 +0100 +++ /var/tmp/diff_new_pack.914plV/_new 2019-02-28 21:25:11.397897254 +0100 @@ -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.062 Release: 0 %define cpan_name IO-Socket-SSL Summary: Nearly transparent SSL encapsulation for IO::Socket::INET @@ -26,8 +26,6 @@ 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 @@ %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 ++++++ IO-Socket-SSL-2.060.tar.gz -> IO-Socket-SSL-2.062.tar.gz ++++++ ++++ 2240 lines of diff (skipped)
