Update to 1.55
- New upstream release 1.55: - Work around IO::Socket's work around for systems returning EISCONN etc. on connect retry for non-blocking sockets by clearing $! if SUPER::connect returned true (CPAN RT#75101)
This commit is contained in:
parent
5ceb5a161a
commit
4ac798649d
@ -4,7 +4,7 @@
|
||||
#
|
||||
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 1.54
|
||||
Version: 1.55
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl library for transparent SSL
|
||||
Group: Development/Libraries
|
||||
@ -59,6 +59,12 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/IO::Socket::SSL.3pm*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 20 2012 Paul Howarth <paul@city-fan.org> - 1.55-1
|
||||
- Update to 1.55
|
||||
- work around IO::Socket's work around for systems returning EISCONN etc. on
|
||||
connect retry for non-blocking sockets by clearing $! if SUPER::connect
|
||||
returned true (CPAN RT#75101)
|
||||
|
||||
* Wed Jan 11 2012 Paul Howarth <paul@city-fan.org> - 1.54-1
|
||||
- Update to 1.54
|
||||
- return 0 instead of undef in SSL_verify_callback to fix uninitialized
|
||||
|
Loading…
Reference in New Issue
Block a user