diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec index 7be72dd..e82f9a0 100644 --- a/perl-IO-Socket-SSL.spec +++ b/perl-IO-Socket-SSL.spec @@ -1,5 +1,5 @@ Name: perl-IO-Socket-SSL -Version: 1.965 +Version: 1.966 Release: 1%{?dist} Summary: Perl library for transparent SSL Group: Development/Libraries @@ -71,6 +71,13 @@ rm -rf %{buildroot} %{_mandir}/man3/IO::Socket::SSL::Utils.3pm* %changelog +* Wed Jan 22 2014 Paul Howarth - 1.966-1 +- Update to 1.966 + - Fixed bug introduced in 1.964 - disabling TLSv1_2 no longer worked by + specifying !TLSv12; only !TLSv1_2 worked + - Fixed leak of session objects in SessionCache, if another session + replaced an existing session (introduced in 1.965) + * Fri Jan 17 2014 Paul Howarth - 1.965-1 - Update to 1.965 - New key SSL_session_key to influence how sessions are inserted and looked diff --git a/sources b/sources index 77a86ee..e2cccd4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2091fbdefe070a5f074b36abe3894f50 IO-Socket-SSL-1.965.tar.gz +af82b20feb6633f1a707d40dbbf7f590 IO-Socket-SSL-1.966.tar.gz