Update to 2.019
- New upstream release 2.019 - Work around different behavior of getnameinfo from Socket and Socket6 by using a different wrapper depending on which module is used for IPv6 - Update patches as needed
This commit is contained in:
parent
6f9741cacd
commit
d23a4091cb
@ -9,7 +9,7 @@
|
||||
SSL_verify_callback => undef,
|
||||
SSL_verifycn_scheme => undef, # fallback cn verification
|
||||
SSL_verifycn_publicsuffix => undef, # fallback default list verification
|
||||
@@ -2135,7 +2135,7 @@ sub new {
|
||||
@@ -2143,7 +2143,7 @@ sub new {
|
||||
$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.018
|
||||
Version: 2.019
|
||||
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.018-use-system-default-cipher-list.patch
|
||||
Patch1: IO-Socket-SSL-2.018-use-system-default-SSL-version.patch
|
||||
Patch1: IO-Socket-SSL-2.019-use-system-default-SSL-version.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||
BuildArch: noarch
|
||||
# Module Build
|
||||
@ -115,6 +115,12 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/IO::Socket::SSL::Utils.3*
|
||||
|
||||
%changelog
|
||||
* Tue Sep 1 2015 Paul Howarth <paul@city-fan.org> - 2.019-1
|
||||
- Update to 2.019
|
||||
- Work around different behavior of getnameinfo from Socket and Socket6 by
|
||||
using a different wrapper depending on which module is used for IPv6
|
||||
- Update patches as needed
|
||||
|
||||
* Mon Aug 31 2015 Paul Howarth <paul@city-fan.org> - 2.018-1
|
||||
- Update to 2.018
|
||||
- Checks for readability of files/dirs for certificates and CA no longer use
|
||||
|
Loading…
Reference in New Issue
Block a user