Update to 2.055
- New upstream release 2.055 - Use SNI also if hostname was given all-uppercase - Utils::CERT_create: Don't add authority key for issuer since Chrome does not like this - Intercept: - Change behavior of code-based cache to better support synchronizing within multiprocess/threaded set-ups - Don't use counter for serial number but somehow base it on original certificate in order to avoid conflicts with reuse of serial numbers after restart - Better support platforms without IPv6 (CPAN RT#124431) - Spelling fixes in documentation (CPAN RT#124306)
This commit is contained in:
parent
bf41694601
commit
9da01c1dfd
@ -9,7 +9,7 @@
|
||||
SSL_verify_callback => undef,
|
||||
SSL_verifycn_scheme => undef, # fallback cn verification
|
||||
SSL_verifycn_publicsuffix => undef, # fallback default list verification
|
||||
@@ -2267,7 +2267,7 @@ sub new {
|
||||
@@ -2269,7 +2269,7 @@ sub new {
|
||||
|
||||
my $ssl_op = $DEFAULT_SSL_OP;
|
||||
|
@ -1,12 +1,12 @@
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 2.054
|
||||
Release: 2%{?dist}
|
||||
Version: 2.055
|
||||
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.054-use-system-default-cipher-list.patch
|
||||
Patch1: IO-Socket-SSL-2.054-use-system-default-SSL-version.patch
|
||||
Patch1: IO-Socket-SSL-2.055-use-system-default-SSL-version.patch
|
||||
BuildArch: noarch
|
||||
# Module Build
|
||||
BuildRequires: coreutils
|
||||
@ -111,6 +111,20 @@ make test
|
||||
%{_mandir}/man3/IO::Socket::SSL::Utils.3*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 15 2018 Paul Howarth <paul@city-fan.org> - 2.055-1
|
||||
- Update to 2.055
|
||||
- Use SNI also if hostname was given all-uppercase
|
||||
- Utils::CERT_create: Don't add authority key for issuer since Chrome does
|
||||
not like this
|
||||
- Intercept:
|
||||
- Change behavior of code-based cache to better support synchronizing
|
||||
within multiprocess/threaded set-ups
|
||||
- Don't use counter for serial number but somehow base it on original
|
||||
certificate in order to avoid conflicts with reuse of serial numbers
|
||||
after restart
|
||||
- Better support platforms without IPv6 (CPAN RT#124431)
|
||||
- Spelling fixes in documentation (CPAN RT#124306)
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.054-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user