From 5821112cbb277c6fd66274fa5c7f6fbf405d3ae0 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Wed, 22 Jan 2014 12:27:31 +0000 Subject: [PATCH] Update to 1.966 - New upstream release 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) --- perl-IO-Socket-SSL.spec | 9 ++++++++- sources | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) 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