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

Paul Howarth pghmcfc at fedoraproject.org
Tue Jun 10 19:09:58 UTC 2014


commit e8dc5a39382d965b99da07d819120a0f730600c7
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Jun 10 20:09:12 2014 +0100

    Update to 1.992
    
    - New upstream release 1.992
      - Set $! to undef before doing IO (accept, read...); on Windows a connection
        reset could cause an SSL read error without setting $!, so make sure we
        don't keep the old value and maybe thus run into an endless loop

 perl-IO-Socket-SSL.spec |   10 ++++++++--
 sources                 |    2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec
index 0815e0f..a99b6fd 100644
--- a/perl-IO-Socket-SSL.spec
+++ b/perl-IO-Socket-SSL.spec
@@ -1,6 +1,6 @@
 Name:		perl-IO-Socket-SSL
-Version:	1.991
-Release:	2%{?dist}
+Version:	1.992
+Release:	1%{?dist}
 Summary:	Perl library for transparent SSL
 Group:		Development/Libraries
 License:	GPL+ or Artistic
@@ -86,6 +86,12 @@ rm -rf %{buildroot}
 %{_mandir}/man3/IO::Socket::SSL::Utils.3*
 
 %changelog
+* Tue Jun 10 2014 Paul Howarth <paul at city-fan.org> - 1.992-1
+- Update to 1.992
+  - Set $! to undef before doing IO (accept, read...); on Windows a connection
+    reset could cause an SSL read error without setting $!, so make sure we
+    don't keep the old value and maybe thus run into an endless loop
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.991-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 11fd72c..8ed02eb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-33c4542688ed0512be626eb0905c9ba6  IO-Socket-SSL-1.991.tar.gz
+5902dca97010ac93b9a551ebd463f65a  IO-Socket-SSL-1.992.tar.gz


More information about the scm-commits mailing list