Update to 1.963
- New upstream release 1.963 - Fix behavior of stop_SSL: for blocking sockets it now enough to call it once, for non-blocking it should be called again as long as EAGAIN and SSL_ERROR is set to SSL_WANT_(READ|WRITE) - Don't call blocking if start_SSL failed and downgraded socket has no blocking method - Documentation enhancements: - Special section for differences to IO::Socket - Describe problem with blocking accept on non-blocking socket - Describe arguments to new_from_fd and make clear that for upgrading an existing IO::Socket, start_SSL should be used directly
This commit is contained in:
parent
e46dec335a
commit
d661fc4239
@ -1,5 +1,5 @@
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 1.962
|
||||
Version: 1.963
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl library for transparent SSL
|
||||
Group: Development/Libraries
|
||||
@ -70,6 +70,19 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/IO::Socket::SSL::Utils.3pm*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 14 2014 Paul Howarth <paul@city-fan.org> - 1.963-1
|
||||
- Update to 1.963
|
||||
- Fix behavior of stop_SSL: for blocking sockets it now enough to call it
|
||||
once, for non-blocking it should be called again as long as EAGAIN and
|
||||
SSL_ERROR is set to SSL_WANT_(READ|WRITE)
|
||||
- Don't call blocking if start_SSL failed and downgraded socket has no
|
||||
blocking method
|
||||
- Documentation enhancements:
|
||||
- Special section for differences to IO::Socket
|
||||
- Describe problem with blocking accept on non-blocking socket
|
||||
- Describe arguments to new_from_fd and make clear that for upgrading an
|
||||
existing IO::Socket, start_SSL should be used directly
|
||||
|
||||
* Thu Nov 28 2013 Paul Howarth <paul@city-fan.org> - 1.962-1
|
||||
- Update to 1.962
|
||||
- Work around problems with older F5 BIG-IP by offering fewer ciphers on the
|
||||
|
Loading…
Reference in New Issue
Block a user