diff --git a/IO-Socket-SSL-2.035-use-system-default-SSL-version.patch b/IO-Socket-SSL-2.037-use-system-default-SSL-version.patch similarity index 95% rename from IO-Socket-SSL-2.035-use-system-default-SSL-version.patch rename to IO-Socket-SSL-2.037-use-system-default-SSL-version.patch index 8cda4a4..2e184c0 100644 --- a/IO-Socket-SSL-2.035-use-system-default-SSL-version.patch +++ b/IO-Socket-SSL-2.037-use-system-default-SSL-version.patch @@ -1,6 +1,6 @@ --- lib/IO/Socket/SSL.pm +++ lib/IO/Socket/SSL.pm -@@ -93,7 +93,7 @@ my $algo2digest = do { +@@ -95,7 +95,7 @@ my $algo2digest = do { # global defaults my %DEFAULT_SSL_ARGS = ( SSL_check_crl => 0, @@ -9,7 +9,7 @@ SSL_verify_callback => undef, SSL_verifycn_scheme => undef, # fallback cn verification SSL_verifycn_publicsuffix => undef, # fallback default list verification -@@ -2200,7 +2200,7 @@ sub new { +@@ -2202,7 +2202,7 @@ sub new { my $ssl_op = $DEFAULT_SSL_OP; diff --git a/IO-Socket-SSL-2.034-use-system-default-cipher-list.patch b/IO-Socket-SSL-2.037-use-system-default-cipher-list.patch similarity index 97% rename from IO-Socket-SSL-2.034-use-system-default-cipher-list.patch rename to IO-Socket-SSL-2.037-use-system-default-cipher-list.patch index f36ec0c..15f5d12 100644 --- a/IO-Socket-SSL-2.034-use-system-default-cipher-list.patch +++ b/IO-Socket-SSL-2.037-use-system-default-cipher-list.patch @@ -1,6 +1,6 @@ --- lib/IO/Socket/SSL.pm +++ lib/IO/Socket/SSL.pm -@@ -101,10 +101,10 @@ my %DEFAULT_SSL_ARGS = ( +@@ -103,10 +103,10 @@ my %DEFAULT_SSL_ARGS = ( SSL_npn_protocols => undef, # meaning depends whether on server or client side SSL_alpn_protocols => undef, # list of protocols we'll accept/send, for example ['http/1.1','spdy/3.1'] @@ -15,7 +15,7 @@ ); my %DEFAULT_SSL_CLIENT_ARGS = ( -@@ -114,63 +114,6 @@ my %DEFAULT_SSL_CLIENT_ARGS = ( +@@ -116,63 +116,6 @@ my %DEFAULT_SSL_CLIENT_ARGS = ( SSL_ca_file => undef, SSL_ca_path => undef, diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec index 060fbd7..b6f8d23 100644 --- a/perl-IO-Socket-SSL.spec +++ b/perl-IO-Socket-SSL.spec @@ -1,13 +1,13 @@ Name: perl-IO-Socket-SSL -Version: 2.035 +Version: 2.037 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.034-use-system-default-cipher-list.patch -Patch1: IO-Socket-SSL-2.035-use-system-default-SSL-version.patch +Patch0: IO-Socket-SSL-2.037-use-system-default-cipher-list.patch +Patch1: IO-Socket-SSL-2.037-use-system-default-SSL-version.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) BuildArch: noarch # Module Build @@ -116,6 +116,13 @@ rm -rf %{buildroot} %{_mandir}/man3/IO::Socket::SSL::Utils.3* %changelog +* Tue Aug 23 2016 Paul Howarth - 2.037-1 +- Update to 2.037 + - Disable OCSP support when Net::SSLeay 1.75..1.77 is used (CPAN RT#116795) + - Fix session cache del_session: it freed the session but did not properly + remove it from the cache; further reuse caused crash +- Update patches as needed + * Thu Aug 11 2016 Paul Howarth - 2.035-1 - Update to 2.035 - Fixes for issues introduced in 2.034 diff --git a/sources b/sources index 0761baa..8ddf99f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -18a653525b5e00253dc8a8e97c172a4d IO-Socket-SSL-2.035.tar.gz +415172849bcc03a1f59ea012233ad127 IO-Socket-SSL-2.037.tar.gz