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:
Paul Howarth 2012-02-20 16:50:20 +00:00
parent 5ceb5a161a
commit 4ac798649d
2 changed files with 8 additions and 2 deletions

View File

@ -4,7 +4,7 @@
# #
Name: perl-IO-Socket-SSL Name: perl-IO-Socket-SSL
Version: 1.54 Version: 1.55
Release: 1%{?dist} Release: 1%{?dist}
Summary: Perl library for transparent SSL Summary: Perl library for transparent SSL
Group: Development/Libraries Group: Development/Libraries
@ -59,6 +59,12 @@ rm -rf %{buildroot}
%{_mandir}/man3/IO::Socket::SSL.3pm* %{_mandir}/man3/IO::Socket::SSL.3pm*
%changelog %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 * Wed Jan 11 2012 Paul Howarth <paul@city-fan.org> - 1.54-1
- Update to 1.54 - Update to 1.54
- return 0 instead of undef in SSL_verify_callback to fix uninitialized - return 0 instead of undef in SSL_verify_callback to fix uninitialized

View File

@ -1 +1 @@
3d091d3de33a8ca2fe5f75172b1a329b IO-Socket-SSL-1.54.tar.gz d8196a120f889a23481416c4af058965 IO-Socket-SSL-1.55.tar.gz