Update to 2.076
- New upstream release 2.076 - Added curl like tracing (based on GH#117) - Fixed race condition in t/sni_verify.t (GH#97)
This commit is contained in:
parent
1d45841005
commit
4b7f89bd90
@ -1,6 +1,6 @@
|
|||||||
--- lib/IO/Socket/SSL.pm
|
--- lib/IO/Socket/SSL.pm
|
||||||
+++ lib/IO/Socket/SSL.pm
|
+++ lib/IO/Socket/SSL.pm
|
||||||
@@ -197,7 +197,7 @@ if ( defined &Net::SSLeay::CTX_set_min_p
|
@@ -199,7 +199,7 @@ if ( defined &Net::SSLeay::CTX_set_min_p
|
||||||
# global defaults
|
# global defaults
|
||||||
my %DEFAULT_SSL_ARGS = (
|
my %DEFAULT_SSL_ARGS = (
|
||||||
SSL_check_crl => 0,
|
SSL_check_crl => 0,
|
||||||
@ -9,7 +9,7 @@
|
|||||||
SSL_verify_callback => undef,
|
SSL_verify_callback => undef,
|
||||||
SSL_verifycn_scheme => undef, # fallback cn verification
|
SSL_verifycn_scheme => undef, # fallback cn verification
|
||||||
SSL_verifycn_publicsuffix => undef, # fallback default list verification
|
SSL_verifycn_publicsuffix => undef, # fallback default list verification
|
||||||
@@ -2393,7 +2393,7 @@ sub new {
|
@@ -2395,7 +2395,7 @@ sub new {
|
||||||
|
|
||||||
my $ssl_op = $DEFAULT_SSL_OP;
|
my $ssl_op = $DEFAULT_SSL_OP;
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
--- lib/IO/Socket/SSL.pm
|
--- lib/IO/Socket/SSL.pm
|
||||||
+++ lib/IO/Socket/SSL.pm
|
+++ lib/IO/Socket/SSL.pm
|
||||||
@@ -205,8 +205,10 @@ my %DEFAULT_SSL_ARGS = (
|
@@ -207,8 +207,10 @@ my %DEFAULT_SSL_ARGS = (
|
||||||
SSL_npn_protocols => undef, # meaning depends whether on server or client side
|
SSL_npn_protocols => undef, # meaning depends whether on server or client side
|
||||||
SSL_alpn_protocols => undef, # list of protocols we'll accept/send, for example ['http/1.1','spdy/3.1']
|
SSL_alpn_protocols => undef, # list of protocols we'll accept/send, for example ['http/1.1','spdy/3.1']
|
||||||
|
|
@ -6,14 +6,14 @@
|
|||||||
%bcond_without perl_IO_Socket_SSL_test_IO_Socket_INET6
|
%bcond_without perl_IO_Socket_SSL_test_IO_Socket_INET6
|
||||||
|
|
||||||
Name: perl-IO-Socket-SSL
|
Name: perl-IO-Socket-SSL
|
||||||
Version: 2.075
|
Version: 2.076
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Perl library for transparent SSL
|
Summary: Perl library for transparent SSL
|
||||||
License: (GPL-1.0-or-later OR Artistic-1.0-Perl) AND MPL-2.0
|
License: (GPL-1.0-or-later OR Artistic-1.0-Perl) AND MPL-2.0
|
||||||
URL: https://metacpan.org/release/IO-Socket-SSL
|
URL: https://metacpan.org/release/IO-Socket-SSL
|
||||||
Source0: https://cpan.metacpan.org/modules/by-module/IO/IO-Socket-SSL-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/modules/by-module/IO/IO-Socket-SSL-%{version}.tar.gz
|
||||||
Patch0: IO-Socket-SSL-2.074-use-system-default-cipher-list.patch
|
Patch0: IO-Socket-SSL-2.076-use-system-default-cipher-list.patch
|
||||||
Patch1: IO-Socket-SSL-2.075-use-system-default-SSL-version.patch
|
Patch1: IO-Socket-SSL-2.076-use-system-default-SSL-version.patch
|
||||||
# A test for Enable-Post-Handshake-Authentication-TLSv1.3-feature.patch,
|
# A test for Enable-Post-Handshake-Authentication-TLSv1.3-feature.patch,
|
||||||
# bug #1632660, requires openssl tool
|
# bug #1632660, requires openssl tool
|
||||||
Patch2: IO-Socket-SSL-2.066-Test-client-performs-Post-Handshake-Authentication.patch
|
Patch2: IO-Socket-SSL-2.066-Test-client-performs-Post-Handshake-Authentication.patch
|
||||||
@ -126,6 +126,11 @@ make test
|
|||||||
%{_mandir}/man3/IO::Socket::SSL::PublicSuffix.3*
|
%{_mandir}/man3/IO::Socket::SSL::PublicSuffix.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 14 2022 Paul Howarth <paul@city-fan.org> - 2.076-1
|
||||||
|
- Update to 2.076
|
||||||
|
- Added curl like tracing (based on GH#117)
|
||||||
|
- Fixed race condition in t/sni_verify.t (GH#97)
|
||||||
|
|
||||||
* Sat Sep 3 2022 Paul Howarth <paul@city-fan.org> - 2.075-1
|
* Sat Sep 3 2022 Paul Howarth <paul@city-fan.org> - 2.075-1
|
||||||
- Update to 2.075
|
- Update to 2.075
|
||||||
- Treat SSL_write returning 0 same as previously -1, as suggested by both
|
- Treat SSL_write returning 0 same as previously -1, as suggested by both
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (IO-Socket-SSL-2.075.tar.gz) = ed693aa360e669401d5d2b81d988d6d2bd39f042452d7194cc8a7ec2dccf1dfa213ecb29572178a3abfdd20af999217d19a3d9a4c7978207a2edaac5148c9853
|
SHA512 (IO-Socket-SSL-2.076.tar.gz) = 1103e98356d8ed265b893d5a41ad7993c52e946e24836c60066a14de3714754285a3d19b4e37db0a27ce950a4f794594a0a0ddd95887d360255a0b03f4a54188
|
||||||
|
Loading…
Reference in New Issue
Block a user