Update to 2.054
- New upstream release 2.054 - Small behavior fixes - If SSL_fingerprint is used and matches, don't check for OCSP - Utils::CERT_create: Small fixes to properly specific purpose, ability to use predefined complex purpose but disable some features - Update PublicSuffix - Updates for documentation, especially regarding pitfalls with forking or using non-blocking sockets, spelling fixes - Test fixes and improvements - Stability improvements for live tests - Regenerate certificates in certs/ and make sure they are limited to the correct purpose; check in program used to generate certificates - Adjust tests since certificates have changed and some tests used certificates intended for client authentication as server certificates, which now no longer works
This commit is contained in:
parent
1a5e9cfa4d
commit
6d1cc77223
@ -20,7 +20,7 @@
|
||||
or croak("invalid SSL_version specified");
|
||||
--- lib/IO/Socket/SSL.pod
|
||||
+++ lib/IO/Socket/SSL.pod
|
||||
@@ -967,11 +967,12 @@ protocol to the specified version.
|
||||
@@ -993,11 +993,12 @@ protocol to the specified version.
|
||||
All values are case-insensitive. Instead of 'TLSv1_1' and 'TLSv1_2' one can
|
||||
also use 'TLSv11' and 'TLSv12'. Support for 'TLSv1_1' and 'TLSv1_2' requires
|
||||
recent versions of Net::SSLeay and openssl.
|
@ -81,7 +81,7 @@
|
||||
# set values inside _init to work with perlcc, RT#95452
|
||||
--- lib/IO/Socket/SSL.pod
|
||||
+++ lib/IO/Socket/SSL.pod
|
||||
@@ -993,12 +993,8 @@ documentation (L<http://www.openssl.org/
|
||||
@@ -1019,12 +1019,8 @@ documentation (L<http://www.openssl.org/
|
||||
for more details.
|
||||
|
||||
Unless you fail to contact your peer because of no shared ciphers it is
|
@ -1,12 +1,12 @@
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 2.052
|
||||
Version: 2.054
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl library for transparent SSL
|
||||
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.052-use-system-default-cipher-list.patch
|
||||
Patch1: IO-Socket-SSL-2.052-use-system-default-SSL-version.patch
|
||||
Patch0: IO-Socket-SSL-2.054-use-system-default-cipher-list.patch
|
||||
Patch1: IO-Socket-SSL-2.054-use-system-default-SSL-version.patch
|
||||
BuildArch: noarch
|
||||
# Module Build
|
||||
BuildRequires: coreutils
|
||||
@ -111,6 +111,23 @@ make test
|
||||
%{_mandir}/man3/IO::Socket::SSL::Utils.3*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 22 2018 Paul Howarth <paul@city-fan.org> - 2.054-1
|
||||
- Update to 2.054
|
||||
- Small behavior fixes
|
||||
- If SSL_fingerprint is used and matches, don't check for OCSP
|
||||
- Utils::CERT_create: Small fixes to properly specific purpose, ability to
|
||||
use predefined complex purpose but disable some features
|
||||
- Update PublicSuffix
|
||||
- Updates for documentation, especially regarding pitfalls with forking or
|
||||
using non-blocking sockets, spelling fixes
|
||||
- Test fixes and improvements
|
||||
- Stability improvements for live tests
|
||||
- Regenerate certificates in certs/ and make sure they are limited to the
|
||||
correct purpose; check in program used to generate certificates
|
||||
- Adjust tests since certificates have changed and some tests used
|
||||
certificates intended for client authentication as server certificates,
|
||||
which now no longer works
|
||||
|
||||
* Mon Oct 23 2017 Paul Howarth <paul@city-fan.org> - 2.052-1
|
||||
- Update to 2.052
|
||||
- Disable NPN support if LibreSSL ≥ 2.6.1 is detected since they've replaced
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (IO-Socket-SSL-2.052.tar.gz) = 44a2ba94d1e9f911d6815a784263e2cddac0cea90e79cf8e267f73d8b2a3726ca9933d621bac8849a52db50bff0bd7a0d2cfd546a550f2963ea44346d3f8b600
|
||||
SHA512 (IO-Socket-SSL-2.054.tar.gz) = c44b842a9aac6d916d1711b36d879881347199214c55bccad6943d88bdf8ac1bbc3d756a69c8733687bb8a9861c14fb0d44ed097e30545202025b19e4c963297
|
||||
|
Loading…
Reference in New Issue
Block a user