Update to 2.051
- New upstream release 2.051 - syswrite: If SSL_write sets SSL_ERROR_SYSCALL but not $! (as seen with OpenSSL 1.1.0 on Windows), set $! to EPIPE to propagate a useful error up (GH#62)
This commit is contained in:
parent
bcc0f35452
commit
7481a58e0f
@ -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
|
||||||
@@ -2251,7 +2251,7 @@ sub new {
|
@@ -2253,7 +2253,7 @@ sub new {
|
||||||
|
|
||||||
my $ssl_op = $DEFAULT_SSL_OP;
|
my $ssl_op = $DEFAULT_SSL_OP;
|
||||||
|
|
@ -1,12 +1,12 @@
|
|||||||
Name: perl-IO-Socket-SSL
|
Name: perl-IO-Socket-SSL
|
||||||
Version: 2.050
|
Version: 2.051
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Perl library for transparent SSL
|
Summary: Perl library for transparent SSL
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: http://search.cpan.org/dist/IO-Socket-SSL/
|
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
|
Source0: http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-%{version}.tar.gz
|
||||||
Patch0: IO-Socket-SSL-2.045-use-system-default-cipher-list.patch
|
Patch0: IO-Socket-SSL-2.045-use-system-default-cipher-list.patch
|
||||||
Patch1: IO-Socket-SSL-2.047-use-system-default-SSL-version.patch
|
Patch1: IO-Socket-SSL-2.051-use-system-default-SSL-version.patch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# Module Build
|
# Module Build
|
||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
@ -111,6 +111,12 @@ make test
|
|||||||
%{_mandir}/man3/IO::Socket::SSL::Utils.3*
|
%{_mandir}/man3/IO::Socket::SSL::Utils.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 5 2017 Paul Howarth <paul@city-fan.org> - 2.051-1
|
||||||
|
- Update to 2.051
|
||||||
|
- syswrite: If SSL_write sets SSL_ERROR_SYSCALL but not $! (as seen with
|
||||||
|
OpenSSL 1.1.0 on Windows), set $! to EPIPE to propagate a useful error up
|
||||||
|
(GH#62)
|
||||||
|
|
||||||
* Fri Aug 18 2017 Paul Howarth <paul@city-fan.org> - 2.050-1
|
* Fri Aug 18 2017 Paul Howarth <paul@city-fan.org> - 2.050-1
|
||||||
- Update to 2.050
|
- Update to 2.050
|
||||||
- Removed unnecessary settings of SSL_version and SSL_cipher_list from tests
|
- Removed unnecessary settings of SSL_version and SSL_cipher_list from tests
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (IO-Socket-SSL-2.050.tar.gz) = 49edda46df64a6f09485843ddae81db674d9f8c8a1a0a10638567367ca544372f4ccf6ef062add2fa960819c582e14c3f50db7d19a67af2523a2e26111a06b66
|
SHA512 (IO-Socket-SSL-2.051.tar.gz) = 36b7c8b0369297fdbddf48aebab5646248718f5692b358074f6de4858a4a952d8c9ac0e398e9023805f923bb52c3b9e0605d3cd5b39d67d7cf12d38aa9ee6e78
|
||||||
|
Loading…
Reference in New Issue
Block a user