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 - 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 - 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