Update to 2.029
- New upstream release 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
This commit is contained in:
parent
456f4340b9
commit
1bbcd86cf3
@ -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 <paul@city-fan.org> - 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 <jplesnik@redhat.com> - 2.027-2
|
||||
- Perl 5.24 rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user