Update to 2.024
- New upstream release 2.024 - Work around issue where the connect fails on systems having only a loopback interface and where IO::Socket::IP is used as super class (default when available) - Update patches as needed
This commit is contained in:
parent
5dde526491
commit
1b3e2576a4
@ -9,7 +9,7 @@
|
||||
SSL_verify_callback => undef,
|
||||
SSL_verifycn_scheme => undef, # fallback cn verification
|
||||
SSL_verifycn_publicsuffix => undef, # fallback default list verification
|
||||
@@ -2172,7 +2172,7 @@ sub new {
|
||||
@@ -2179,7 +2179,7 @@ sub new {
|
||||
$ssl_op |= &Net::SSLeay::OP_SINGLE_DH_USE;
|
||||
$ssl_op |= &Net::SSLeay::OP_SINGLE_ECDH_USE if $can_ecdh;
|
||||
|
@ -1,13 +1,13 @@
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 2.023
|
||||
Release: 2%{?dist}
|
||||
Version: 2.024
|
||||
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.021-use-system-default-cipher-list.patch
|
||||
Patch1: IO-Socket-SSL-2.023-use-system-default-SSL-version.patch
|
||||
Patch1: IO-Socket-SSL-2.024-use-system-default-SSL-version.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||
BuildArch: noarch
|
||||
# Module Build
|
||||
@ -115,6 +115,13 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/IO::Socket::SSL::Utils.3*
|
||||
|
||||
%changelog
|
||||
* Sun Feb 7 2016 Paul Howarth <paul@city-fan.org> - 2.024-1
|
||||
- Update to 2.024
|
||||
- Work around issue where the connect fails on systems having only a loopback
|
||||
interface and where IO::Socket::IP is used as super class (default when
|
||||
available)
|
||||
- Update patches as needed
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.023-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user