Update to 2.037
- New upstream release 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
This commit is contained in:
parent
5273482db2
commit
1c9734277a
@ -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;
|
||||
|
@ -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,
|
||||
|
@ -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 <paul@city-fan.org> - 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 <paul@city-fan.org> - 2.035-1
|
||||
- Update to 2.035
|
||||
- Fixes for issues introduced in 2.034
|
||||
|
Loading…
Reference in New Issue
Block a user