Update to 1.54

- New upstream release 1.54:
  - return 0 instead of undef in SSL_verify_callback to fix uninitialized
    warnings (CPAN RT#73629)
This commit is contained in:
Paul Howarth 2012-01-11 12:55:37 +00:00
parent f032fb52a6
commit 5ceb5a161a
2 changed files with 7 additions and 2 deletions

View File

@ -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 <paul@city-fan.org> - 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 <paul@city-fan.org> - 1.53-1
- Update to 1.53
- kill child in t/memleak_bad_handshake.t if test fails (CPAN RT#73146)

View File

@ -1 +1 @@
a99c266408ba64a184dc8a6e090ab8bf IO-Socket-SSL-1.53.tar.gz
3d091d3de33a8ca2fe5f75172b1a329b IO-Socket-SSL-1.54.tar.gz