Update to 2.050
- New upstream release 2.050 - Removed unnecessary settings of SSL_version and SSL_cipher_list from tests - protocol_version.t can now deal when TLS 1.0 and/or TLS 1.1 are not supported, as is the case with openssl versions in latest Debian (buster)
This commit is contained in:
parent
2b6a4ffa38
commit
bcc0f35452
@ -1,6 +1,6 @@
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 2.049
|
||||
Release: 2%{?dist}
|
||||
Version: 2.050
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl library for transparent SSL
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/IO-Socket-SSL/
|
||||
@ -12,8 +12,8 @@ BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Module Runtime
|
||||
BuildRequires: openssl >= 0.9.8
|
||||
@ -111,6 +111,12 @@ make test
|
||||
%{_mandir}/man3/IO::Socket::SSL::Utils.3*
|
||||
|
||||
%changelog
|
||||
* Fri Aug 18 2017 Paul Howarth <paul@city-fan.org> - 2.050-1
|
||||
- Update to 2.050
|
||||
- Removed unnecessary settings of SSL_version and SSL_cipher_list from tests
|
||||
- protocol_version.t can now deal when TLS 1.0 and/or TLS 1.1 are not
|
||||
supported, as is the case with openssl versions in latest Debian (buster)
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.049-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (IO-Socket-SSL-2.049.tar.gz) = b0fcae64e177e0095678ba80a451d566e81be2dc80b4fbf5e19d32b54401a8fdfe31ed0a554baa070b6c9587d01fff363365239fdc58967520e86fa28210e4bb
|
||||
SHA512 (IO-Socket-SSL-2.050.tar.gz) = 49edda46df64a6f09485843ddae81db674d9f8c8a1a0a10638567367ca544372f4ccf6ef062add2fa960819c582e14c3f50db7d19a67af2523a2e26111a06b66
|
||||
|
Loading…
Reference in New Issue
Block a user