Update to 2.079
- New upstream release 2.079 - Properly extract IPv6 address for verification from PeerAddr if not explicitly given as SSL_verifycn_name (GH#123)
This commit is contained in:
parent
d3e66e33ba
commit
555496a682
@ -9,7 +9,7 @@
|
||||
SSL_verify_callback => undef,
|
||||
SSL_verifycn_scheme => undef, # fallback cn verification
|
||||
SSL_verifycn_publicsuffix => undef, # fallback default list verification
|
||||
@@ -2392,7 +2392,7 @@ sub new {
|
||||
@@ -2398,7 +2398,7 @@ sub new {
|
||||
|
||||
my $ssl_op = $DEFAULT_SSL_OP;
|
||||
|
@ -6,14 +6,14 @@
|
||||
%bcond_without perl_IO_Socket_SSL_test_IO_Socket_INET6
|
||||
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 2.078
|
||||
Version: 2.079
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl library for transparent SSL
|
||||
License: (GPL-1.0-or-later OR Artistic-1.0-Perl) AND MPL-2.0
|
||||
URL: https://metacpan.org/release/IO-Socket-SSL
|
||||
Source0: https://cpan.metacpan.org/modules/by-module/IO/IO-Socket-SSL-%{version}.tar.gz
|
||||
Patch0: IO-Socket-SSL-2.076-use-system-default-cipher-list.patch
|
||||
Patch1: IO-Socket-SSL-2.078-use-system-default-SSL-version.patch
|
||||
Patch1: IO-Socket-SSL-2.079-use-system-default-SSL-version.patch
|
||||
# A test for Enable-Post-Handshake-Authentication-TLSv1.3-feature.patch,
|
||||
# bug #1632660, requires openssl tool
|
||||
Patch2: IO-Socket-SSL-2.066-Test-client-performs-Post-Handshake-Authentication.patch
|
||||
@ -125,6 +125,11 @@ make test
|
||||
%{_mandir}/man3/IO::Socket::SSL::PublicSuffix.3*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 16 2023 Paul Howarth <paul@city-fan.org> - 2.079-1
|
||||
- Update to 2.079
|
||||
- Properly extract IPv6 address for verification from PeerAddr if
|
||||
not explicitly given as SSL_verifycn_name (GH#123)
|
||||
|
||||
* Mon Dec 12 2022 Paul Howarth <paul@city-fan.org> - 2.078-1
|
||||
- Update to 2.078
|
||||
- Revert decision from 2014 to not verify hostname by default if hostname is
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (IO-Socket-SSL-2.078.tar.gz) = ff801b65c1eaed7570db767f1e3b071c374914230af0bd55cba5869afad14eff03f5bc02181200d742963f1fa7be6dbc21c9861e08b4d382a6a0e79e1e7dadc1
|
||||
SHA512 (IO-Socket-SSL-2.079.tar.gz) = 0d820759aefe04d426b7dbcac9ee4a6d8376eb2650d5d6c8c496e0eac70b38f5f6214c87bd74e1c6e96aac9ef0e4bf34ec9be1e3d21d4fd541fc3d190a75d4ba
|
||||
|
Loading…
Reference in New Issue
Block a user