diff --git a/IO-Socket-SSL-2.023-use-system-default-SSL-version.patch b/IO-Socket-SSL-2.024-use-system-default-SSL-version.patch similarity index 98% rename from IO-Socket-SSL-2.023-use-system-default-SSL-version.patch rename to IO-Socket-SSL-2.024-use-system-default-SSL-version.patch index 0354427..c1dfeff 100644 --- a/IO-Socket-SSL-2.023-use-system-default-SSL-version.patch +++ b/IO-Socket-SSL-2.024-use-system-default-SSL-version.patch @@ -9,7 +9,7 @@ SSL_verify_callback => undef, SSL_verifycn_scheme => undef, # fallback cn verification SSL_verifycn_publicsuffix => undef, # fallback default list verification -@@ -2172,7 +2172,7 @@ sub new { +@@ -2179,7 +2179,7 @@ sub new { $ssl_op |= &Net::SSLeay::OP_SINGLE_DH_USE; $ssl_op |= &Net::SSLeay::OP_SINGLE_ECDH_USE if $can_ecdh; diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec index f7d03c0..3e0c2d6 100644 --- a/perl-IO-Socket-SSL.spec +++ b/perl-IO-Socket-SSL.spec @@ -1,13 +1,13 @@ Name: perl-IO-Socket-SSL -Version: 2.023 -Release: 2%{?dist} +Version: 2.024 +Release: 1%{?dist} Summary: Perl library for transparent SSL Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/IO-Socket-SSL/ Source0: http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-%{version}.tar.gz Patch0: IO-Socket-SSL-2.021-use-system-default-cipher-list.patch -Patch1: IO-Socket-SSL-2.023-use-system-default-SSL-version.patch +Patch1: IO-Socket-SSL-2.024-use-system-default-SSL-version.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) BuildArch: noarch # Module Build @@ -115,6 +115,13 @@ rm -rf %{buildroot} %{_mandir}/man3/IO::Socket::SSL::Utils.3* %changelog +* Sun Feb 7 2016 Paul Howarth - 2.024-1 +- Update to 2.024 + - Work around issue where the connect fails on systems having only a loopback + interface and where IO::Socket::IP is used as super class (default when + available) +- Update patches as needed + * Thu Feb 04 2016 Fedora Release Engineering - 2.023-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index bd22d08..9af911f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -89df81cbc1c477937fdcfa8fea173a48 IO-Socket-SSL-2.023.tar.gz +9d1be9159475fe67afa5f2e238808086 IO-Socket-SSL-2.024.tar.gz