Update to 1.61
- New upstream release 1.61 - Call CTX_set_session_id_context so that server's session caching works with client certificates too (CPAN RT#76053)
This commit is contained in:
parent
8d029778df
commit
c823e4faca
@ -1,5 +1,5 @@
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 1.60
|
||||
Version: 1.61
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl library for transparent SSL
|
||||
Group: Development/Libraries
|
||||
@ -60,6 +60,11 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/IO::Socket::SSL.3pm*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 27 2012 Paul Howarth <paul@city-fan.org> - 1.61-1
|
||||
- Update to 1.61
|
||||
- call CTX_set_session_id_context so that server's session caching works with
|
||||
client certificates too (CPAN RT#76053)
|
||||
|
||||
* Tue Mar 20 2012 Paul Howarth <paul@city-fan.org> - 1.60-1
|
||||
- Update to 1.60
|
||||
- don't make blocking readline if socket was set nonblocking, but return as
|
||||
|
Loading…
Reference in New Issue
Block a user