Update to 2.007
- New upstream release 2.007 - Make getline/readline fall back to super class if class is not sslified yet, i.e. behave the same as sysread, syswrite etc. (CPAN RT#100529)
This commit is contained in:
parent
af52f67378
commit
bc89e90476
@ -9,7 +9,7 @@
|
||||
SSL_verify_callback => undef,
|
||||
SSL_verifycn_scheme => undef, # fallback cn verification
|
||||
SSL_verifycn_publicsuffix => undef, # fallback default list verification
|
||||
@@ -2068,7 +2068,7 @@ WARN
|
||||
@@ -2069,7 +2069,7 @@ WARN
|
||||
$ssl_op |= &Net::SSLeay::OP_SINGLE_DH_USE;
|
||||
$ssl_op |= &Net::SSLeay::OP_SINGLE_ECDH_USE if $can_ecdh;
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 2.006
|
||||
Version: 2.007
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl library for transparent SSL
|
||||
Group: Development/Libraries
|
||||
@ -7,7 +7,7 @@ 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.006-use-system-default-cipher-list.patch
|
||||
Patch1: IO-Socket-SSL-2.006-use-system-default-SSL-version.patch
|
||||
Patch1: IO-Socket-SSL-2.007-use-system-default-SSL-version.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||
BuildArch: noarch
|
||||
# Module Build
|
||||
@ -112,6 +112,11 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/IO::Socket::SSL::Utils.3*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 27 2014 Paul Howarth <paul@city-fan.org> - 2.007-1
|
||||
- Update to 2.007
|
||||
- Make getline/readline fall back to super class if class is not sslified
|
||||
yet, i.e. behave the same as sysread, syswrite etc. (CPAN RT#100529)
|
||||
|
||||
* Sun Nov 23 2014 Paul Howarth <paul@city-fan.org> - 2.006-1
|
||||
- Update to 2.006
|
||||
- Make SSLv3 available even if the SSL library disables it by default in
|
||||
|
Loading…
Reference in New Issue
Block a user