diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec index b767d57..673c653 100644 --- a/perl-IO-Socket-SSL.spec +++ b/perl-IO-Socket-SSL.spec @@ -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 - 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 - 1.54-1 - Update to 1.54 - return 0 instead of undef in SSL_verify_callback to fix uninitialized diff --git a/sources b/sources index a7cff54..e475a73 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3d091d3de33a8ca2fe5f75172b1a329b IO-Socket-SSL-1.54.tar.gz +d8196a120f889a23481416c4af058965 IO-Socket-SSL-1.55.tar.gz