From 5ceb5a161a2e8ca8484861e61b4366e290df4450 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Wed, 11 Jan 2012 12:55:37 +0000 Subject: [PATCH] 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) --- perl-IO-Socket-SSL.spec | 7 ++++++- sources | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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