[perl-IO-Socket-SSL] Update to 1.54

Paul Howarth pghmcfc at fedoraproject.org
Wed Jan 11 12:58:22 UTC 2012


commit 5ceb5a161a2e8ca8484861e61b4366e290df4450
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Jan 11 12:55:37 2012 +0000

    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 <paul at 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 at city-fan.org> - 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


More information about the scm-commits mailing list