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:
parent
eec47bfccf
commit
5821112cbb
@ -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 <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
|
||||
- Update to 1.965
|
||||
- New key SSL_session_key to influence how sessions are inserted and looked
|
||||
|
Loading…
Reference in New Issue
Block a user