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:
parent
f032fb52a6
commit
5ceb5a161a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user