Update to 2.015
- New upstream release 2.015 - Work around problem with IO::Socket::INET6 on Windows, by explicitly using Domain AF_INET in the tests (CPAN RT#104226)
This commit is contained in:
parent
de67e57f13
commit
31561d8aa2
@ -9,7 +9,7 @@
|
||||
SSL_verify_callback => undef,
|
||||
SSL_verifycn_scheme => undef, # fallback cn verification
|
||||
SSL_verifycn_publicsuffix => undef, # fallback default list verification
|
||||
@@ -2119,7 +2119,7 @@ WARN
|
||||
@@ -2120,7 +2120,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.014
|
||||
Version: 2.015
|
||||
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.013-use-system-default-cipher-list.patch
|
||||
Patch1: IO-Socket-SSL-2.013-use-system-default-SSL-version.patch
|
||||
Patch1: IO-Socket-SSL-2.015-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 May 14 2015 Paul Howarth <paul@city-fan.org> - 2.015-1
|
||||
- Update to 2.015
|
||||
- Work around problem with IO::Socket::INET6 on Windows, by explicitly using
|
||||
Domain AF_INET in the tests (CPAN RT#104226)
|
||||
|
||||
* Tue May 5 2015 Paul Howarth <paul@city-fan.org> - 2.014-1
|
||||
- Update to 2.014
|
||||
- Utils::CERT_create - work around problems with authorityInfoAccess, where
|
||||
|
Loading…
Reference in New Issue
Block a user