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

Paul Howarth pghmcfc at fedoraproject.org
Mon Jan 28 13:46:22 UTC 2013


commit 5e526125f8c93bdb43b8b50ece97329b6b494bb8
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Jan 28 13:42:15 2013 +0000

    Update to 1.82
    
    - New upstream release 1.82
      - sub error sets $SSL_ERROR etc. only if there really is an error; otherwise
        it will keep the latest error, which allows IO::Socket::SSL->new to report
        the correct problem, even if the problem is deeper in the code (like in
        connect)
      - Correct spelling (CPAN RT#82790)

 perl-IO-Socket-SSL.spec |   10 +++++++++-
 sources                 |    2 +-
 2 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec
index 2f4f520..564197c 100644
--- a/perl-IO-Socket-SSL.spec
+++ b/perl-IO-Socket-SSL.spec
@@ -1,5 +1,5 @@
 Name:		perl-IO-Socket-SSL
-Version:	1.81
+Version:	1.82
 Release:	1%{?dist}
 Summary:	Perl library for transparent SSL
 Group:		Development/Libraries
@@ -66,6 +66,14 @@ rm -rf %{buildroot}
 %{_mandir}/man3/IO::Socket::SSL.3pm*
 
 %changelog
+* Mon Jan 28 2013 Paul Howarth <paul at city-fan.org> - 1.82-1
+- Update to 1.82
+  - sub error sets $SSL_ERROR etc. only if there really is an error; otherwise
+    it will keep the latest error, which allows IO::Socket::SSL->new to report
+    the correct problem, even if the problem is deeper in the code (like in
+    connect)
+  - Correct spelling (CPAN RT#82790)
+
 * Thu Dec  6 2012 Paul Howarth <paul at city-fan.org> - 1.81-1
 - Update to 1.81
   - Deprecated set_ctx_defaults; new name is set_defaults (the old name is
diff --git a/sources b/sources
index c09ca35..279c565 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a29788f8c470778f8701a09134706108  IO-Socket-SSL-1.81.tar.gz
+8b16dd3c5ad996a158e28107f80cd6b0  IO-Socket-SSL-1.82.tar.gz


More information about the scm-commits mailing list