diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec index 726878d..0565d36 100644 --- a/perl-IO-Socket-SSL.spec +++ b/perl-IO-Socket-SSL.spec @@ -1,6 +1,6 @@ Name: perl-IO-Socket-SSL -Version: 2.027 -Release: 2%{?dist} +Version: 2.029 +Release: 1%{?dist} Summary: Perl library for transparent SSL Group: Development/Libraries License: GPL+ or Artistic @@ -116,6 +116,13 @@ rm -rf %{buildroot} %{_mandir}/man3/IO::Socket::SSL::Utils.3* %changelog +* Tue Jun 28 2016 Paul Howarth - 2.029-1 +- Update to 2.029 + - Add del_session method to session cache + - Use SSL_session_key as the real key for the cache and not some derivate of + it, so that it works to remove the entry using the same key +- BR: perl-generators + * Mon May 16 2016 Jitka Plesnikova - 2.027-2 - Perl 5.24 rebuild diff --git a/sources b/sources index c1ec970..91349b0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c4dacb943a1ffd35f10217b94547bcdc IO-Socket-SSL-2.027.tar.gz +4ac687c0b067f6a67fbf46c6b758ac07 IO-Socket-SSL-2.029.tar.gz