Update to 2.034
- New upstream release 2.034 - Move handling of global SSL arguments into creation of context, so that these get also applied when creating a context only - Update patches as needed
This commit is contained in:
parent
5c5f120ac9
commit
669ae1bebf
@ -9,7 +9,7 @@
|
||||
SSL_verify_callback => undef,
|
||||
SSL_verifycn_scheme => undef, # fallback cn verification
|
||||
SSL_verifycn_publicsuffix => undef, # fallback default list verification
|
||||
@@ -2204,7 +2204,7 @@ sub new {
|
||||
@@ -2202,7 +2202,7 @@ sub new {
|
||||
|
||||
my $ssl_op = $DEFAULT_SSL_OP;
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
or croak("invalid SSL_version specified");
|
||||
--- lib/IO/Socket/SSL.pod
|
||||
+++ lib/IO/Socket/SSL.pod
|
||||
@@ -942,11 +942,12 @@ protocol to the specified version.
|
||||
@@ -958,11 +958,12 @@ protocol to the specified version.
|
||||
All values are case-insensitive. Instead of 'TLSv1_1' and 'TLSv1_2' one can
|
||||
also use 'TLSv11' and 'TLSv12'. Support for 'TLSv1_1' and 'TLSv1_2' requires
|
||||
recent versions of Net::SSLeay and openssl.
|
@ -81,7 +81,7 @@
|
||||
# set values inside _init to work with perlcc, RT#95452
|
||||
--- lib/IO/Socket/SSL.pod
|
||||
+++ lib/IO/Socket/SSL.pod
|
||||
@@ -968,12 +968,8 @@ documentation (L<http://www.openssl.org/
|
||||
@@ -984,12 +984,8 @@ documentation (L<http://www.openssl.org/
|
||||
for more details.
|
||||
|
||||
Unless you fail to contact your peer because of no shared ciphers it is
|
@ -1,13 +1,13 @@
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 2.033
|
||||
Version: 2.034
|
||||
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.033-use-system-default-cipher-list.patch
|
||||
Patch1: IO-Socket-SSL-2.033-use-system-default-SSL-version.patch
|
||||
Patch0: IO-Socket-SSL-2.034-use-system-default-cipher-list.patch
|
||||
Patch1: IO-Socket-SSL-2.034-use-system-default-SSL-version.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||
BuildArch: noarch
|
||||
# Module Build
|
||||
@ -116,6 +116,12 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/IO::Socket::SSL::Utils.3*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 8 2016 Paul Howarth <paul@city-fan.org> - 2.034-1
|
||||
- Update to 2.034
|
||||
- Move handling of global SSL arguments into creation of context, so that
|
||||
these get also applied when creating a context only
|
||||
- Update patches as needed
|
||||
|
||||
* Sat Jul 16 2016 Paul Howarth <paul@city-fan.org> - 2.033-1
|
||||
- Update to 2.033
|
||||
- Support for session ticket reuse over multiple contexts and processes (if
|
||||
|
Loading…
Reference in New Issue
Block a user