Update to 2.059
- New upstream release 2.059 - Fix memory leak when CRLs are used (CPAN RT#125867) - Fix memory leak when using stop_SSL and threads (https://rt.cpan.org/Ticket/Display.html?id=125867#txn-1797132)
This commit is contained in:
parent
23e698433c
commit
14f244955b
@ -9,7 +9,7 @@
|
||||
SSL_verify_callback => undef,
|
||||
SSL_verifycn_scheme => undef, # fallback cn verification
|
||||
SSL_verifycn_publicsuffix => undef, # fallback default list verification
|
||||
@@ -2278,7 +2278,7 @@ sub new {
|
||||
@@ -2279,7 +2279,7 @@ sub new {
|
||||
|
||||
my $ssl_op = $DEFAULT_SSL_OP;
|
||||
|
@ -1,12 +1,12 @@
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 2.058
|
||||
Version: 2.059
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl library for transparent SSL
|
||||
License: GPL+ or Artistic
|
||||
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.054-use-system-default-cipher-list.patch
|
||||
Patch1: IO-Socket-SSL-2.058-use-system-default-SSL-version.patch
|
||||
Patch1: IO-Socket-SSL-2.059-use-system-default-SSL-version.patch
|
||||
BuildArch: noarch
|
||||
# Module Build
|
||||
BuildRequires: coreutils
|
||||
@ -111,6 +111,12 @@ make test
|
||||
%{_mandir}/man3/IO::Socket::SSL::Utils.3*
|
||||
|
||||
%changelog
|
||||
* Thu Aug 16 2018 Paul Howarth <paul@city-fan.org> - 2.059-1
|
||||
- Update to 2.059
|
||||
- Fix memory leak when CRLs are used (CPAN RT#125867)
|
||||
- Fix memory leak when using stop_SSL and threads
|
||||
(https://rt.cpan.org/Ticket/Display.html?id=125867#txn-1797132)
|
||||
|
||||
* Thu Jul 19 2018 Paul Howarth <paul@city-fan.org> - 2.058-1
|
||||
- Update to 2.058
|
||||
- Fix memory leak that occured with explicit stop_SSL in connection with
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (IO-Socket-SSL-2.058.tar.gz) = 87701f107fa44f20661fc0ed214f6910382ff2c2a9054215353b42daea57f77b4fc2eecb753128ebdcf82e834c448a2bce07967cbbe186e2e0e0a78419a4850f
|
||||
SHA512 (IO-Socket-SSL-2.059.tar.gz) = af3800d171036b026bcb502692f70d88c4a9f2546e465181ef9037467b942c94303840cc479403f5f0e6f0ad6b06918cbaf78f0b1447e5416594c819ed94a39b
|
||||
|
Loading…
Reference in New Issue
Block a user