Update to 2.046
- New upstream release 2.046 - Clean up everything in DESTROY and make sure to start with a fresh %%{*self} in configure_SSL because it can happen that a GLOB gets used again without calling DESTROY (https://github.com/noxxi/p5-io-socket-ssl/issues/56) - Update patches as needed
This commit is contained in:
parent
46a5435ffc
commit
259846ffa3
@ -9,7 +9,7 @@
|
||||
SSL_verify_callback => undef,
|
||||
SSL_verifycn_scheme => undef, # fallback cn verification
|
||||
SSL_verifycn_publicsuffix => undef, # fallback default list verification
|
||||
@@ -2233,7 +2233,7 @@ sub new {
|
||||
@@ -2235,7 +2235,7 @@ sub new {
|
||||
|
||||
my $ssl_op = $DEFAULT_SSL_OP;
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 2.045
|
||||
Version: 2.046
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl library for transparent SSL
|
||||
Group: Development/Libraries
|
||||
@ -7,7 +7,7 @@ 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.045-use-system-default-cipher-list.patch
|
||||
Patch1: IO-Socket-SSL-2.045-use-system-default-SSL-version.patch
|
||||
Patch1: IO-Socket-SSL-2.046-use-system-default-SSL-version.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||
BuildArch: noarch
|
||||
# Module Build
|
||||
@ -117,6 +117,14 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/IO::Socket::SSL::Utils.3*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 16 2017 Paul Howarth <paul@city-fan.org> - 2.046-1
|
||||
- Update to 2.046
|
||||
- Clean up everything in DESTROY and make sure to start with a fresh
|
||||
%%{*self} in configure_SSL because it can happen that a GLOB gets used
|
||||
again without calling DESTROY
|
||||
(https://github.com/noxxi/p5-io-socket-ssl/issues/56)
|
||||
- Update patches as needed
|
||||
|
||||
* Tue Feb 14 2017 Paul Howarth <paul@city-fan.org> - 2.045-1
|
||||
- Update to 2.045
|
||||
- Fixed memory leak caused by not destroying CREATED_IN_THIS_THREAD for SSL
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (IO-Socket-SSL-2.045.tar.gz) = fa2d1c9ad690965069a2f05a0bcecfd6c03fe3c2d38e50195933a9301c5c2374871eed3da637eaf3556df0c8e60ef8be26491d2d3ca453062079d69d2ce0ffa0
|
||||
SHA512 (IO-Socket-SSL-2.046.tar.gz) = 24e9e1f8716cf9829ce9028b72616a68ece56ab0a3d41d56e24a2fead4f7898c4916bcb1627e7fe64a56a210286b2ee08f970eaabd88f65349c33be9e24fd13e
|
||||
|
Loading…
Reference in New Issue
Block a user