Accepting request 682020 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/682020
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=117
This commit is contained in:
Pedro Monreal Gonzalez 2019-03-06 08:29:42 +00:00 committed by Git OBS Bridge
parent 1c83562d62
commit 0befc720dd
4 changed files with 20 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5827c6459ed2dce1da0ba6f442d198fa2c81554e045930e32b92c6d39e3ac3f5
size 243078

View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Mar 6 06:13:26 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 2.065
see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
2.065
- make sure that Net::SSLeay::CTX_get0_param is defined before using
X509_V_FLAG_PARTIAL_CHAIN. Net::SSLeay 1.85 defined only the second with
LibreSSL 2.7.4 but not the first
https://rt.cpan.org/Ticket/Display.html?id=128716
- prefer AES for server side cipher default since it is usually
hardware-accelerated
-------------------------------------------------------------------
Tue Mar 5 11:52:51 UTC 2019 - Stephan Kulow <coolo@suse.com>

View File

@ -17,14 +17,15 @@
Name: perl-IO-Socket-SSL
Version: 2.064
Version: 2.065
Release: 0
%define cpan_name IO-Socket-SSL
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
#Source0: https://cpan.metacpan.org/authors/id/S/SU/SULLR/%{cpan_name}-2.063.tar.gz
Source0: IO-Socket-SSL-2.065.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build