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)
This commit is contained in:
Paul Howarth 2014-01-22 12:27:31 +00:00
parent eec47bfccf
commit 5821112cbb
2 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-IO-Socket-SSL Name: perl-IO-Socket-SSL
Version: 1.965 Version: 1.966
Release: 1%{?dist} Release: 1%{?dist}
Summary: Perl library for transparent SSL Summary: Perl library for transparent SSL
Group: Development/Libraries Group: Development/Libraries
@ -71,6 +71,13 @@ rm -rf %{buildroot}
%{_mandir}/man3/IO::Socket::SSL::Utils.3pm* %{_mandir}/man3/IO::Socket::SSL::Utils.3pm*
%changelog %changelog
* Wed Jan 22 2014 Paul Howarth <paul@city-fan.org> - 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 <paul@city-fan.org> - 1.965-1 * Fri Jan 17 2014 Paul Howarth <paul@city-fan.org> - 1.965-1
- Update to 1.965 - Update to 1.965
- New key SSL_session_key to influence how sessions are inserted and looked - New key SSL_session_key to influence how sessions are inserted and looked

View File

@ -1 +1 @@
2091fbdefe070a5f074b36abe3894f50 IO-Socket-SSL-1.965.tar.gz af82b20feb6633f1a707d40dbbf7f590 IO-Socket-SSL-1.966.tar.gz