Update to 2.043
- New upstream release 2.043 - Enable session ticket callback with Net::SSLeay ≥ 1.80 - Make t/session_ticket.t work with OpenSSL 1.1.0; with this version the session no longer gets reused if it was not properly closed, which is now done using an explicit close by the client - Update patches as needed
This commit is contained in:
parent
c290ff8f5b
commit
6a30f8ffc4
@ -1,6 +1,6 @@
|
||||
--- lib/IO/Socket/SSL.pm
|
||||
+++ lib/IO/Socket/SSL.pm
|
||||
@@ -98,7 +98,7 @@ my $algo2digest = do {
|
||||
@@ -97,7 +97,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
|
||||
@@ -2220,7 +2220,7 @@ sub new {
|
||||
@@ -2219,7 +2219,7 @@ sub new {
|
||||
|
||||
my $ssl_op = $DEFAULT_SSL_OP;
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- lib/IO/Socket/SSL.pm
|
||||
+++ lib/IO/Socket/SSL.pm
|
||||
@@ -106,10 +106,10 @@ my %DEFAULT_SSL_ARGS = (
|
||||
@@ -105,10 +105,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 = (
|
||||
@@ -119,63 +119,6 @@ my %DEFAULT_SSL_CLIENT_ARGS = (
|
||||
@@ -118,63 +118,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.041
|
||||
Version: 2.043
|
||||
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.041-use-system-default-cipher-list.patch
|
||||
Patch1: IO-Socket-SSL-2.041-use-system-default-SSL-version.patch
|
||||
Patch0: IO-Socket-SSL-2.042-use-system-default-cipher-list.patch
|
||||
Patch1: IO-Socket-SSL-2.042-use-system-default-SSL-version.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||
BuildArch: noarch
|
||||
# Module Build
|
||||
@ -116,6 +116,14 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/IO::Socket::SSL::Utils.3*
|
||||
|
||||
%changelog
|
||||
* Fri Jan 6 2017 Paul Howarth <paul@city-fan.org> - 2.043-1
|
||||
- Update to 2.043
|
||||
- Enable session ticket callback with Net::SSLeay ≥ 1.80
|
||||
- Make t/session_ticket.t work with OpenSSL 1.1.0; with this version the
|
||||
session no longer gets reused if it was not properly closed, which is now
|
||||
done using an explicit close by the client
|
||||
- Update patches as needed
|
||||
|
||||
* Wed Jan 4 2017 Paul Howarth <paul@city-fan.org> - 2.041-1
|
||||
- Update to 2.041
|
||||
- Leave session ticket callback off for now until the needed patch is
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (IO-Socket-SSL-2.041.tar.gz) = 7baeb69ba66eba21ff5ebec829a9dd986e749754abc2a9433f197875bc6e0d34d4f42ce1a45438501134e09dae92118c4d2bed93bdee012315dae24ca35cb975
|
||||
SHA512 (IO-Socket-SSL-2.043.tar.gz) = 91a49211c8aea107bdcfd886b276e3329f3e62fccce94c1700cd881d2282236b1f5714263dd4a9a3192c9f0bac0b73e11a0e19d18949855252994ed400462886
|
||||
|
Loading…
Reference in New Issue
Block a user