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
This commit is contained in:
Paul Howarth 2014-06-10 20:09:12 +01:00
parent 92741ab3e8
commit e8dc5a3938
2 changed files with 9 additions and 3 deletions

View File

@ -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@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@lists.fedoraproject.org> - 1.991-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

View File

@ -1 +1 @@
33c4542688ed0512be626eb0905c9ba6 IO-Socket-SSL-1.991.tar.gz
5902dca97010ac93b9a551ebd463f65a IO-Socket-SSL-1.992.tar.gz