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:
Paul Howarth 2016-06-28 10:37:28 +01:00
parent 456f4340b9
commit 1bbcd86cf3
2 changed files with 10 additions and 3 deletions

View File

@ -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

View File

@ -1 +1 @@
c4dacb943a1ffd35f10217b94547bcdc IO-Socket-SSL-2.027.tar.gz
4ac687c0b067f6a67fbf46c6b758ac07 IO-Socket-SSL-2.029.tar.gz