diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec index 6a05054..b767d57 100644 --- a/perl-IO-Socket-SSL.spec +++ b/perl-IO-Socket-SSL.spec @@ -4,7 +4,7 @@ # Name: perl-IO-Socket-SSL -Version: 1.53 +Version: 1.54 Release: 1%{?dist} Summary: Perl library for transparent SSL Group: Development/Libraries @@ -59,6 +59,11 @@ rm -rf %{buildroot} %{_mandir}/man3/IO::Socket::SSL.3pm* %changelog +* 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 + warnings (CPAN RT#73629) + * Mon Dec 12 2011 Paul Howarth - 1.53-1 - Update to 1.53 - kill child in t/memleak_bad_handshake.t if test fails (CPAN RT#73146) diff --git a/sources b/sources index 4a4eee7..a7cff54 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a99c266408ba64a184dc8a6e090ab8bf IO-Socket-SSL-1.53.tar.gz +3d091d3de33a8ca2fe5f75172b1a329b IO-Socket-SSL-1.54.tar.gz