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:
parent
92741ab3e8
commit
e8dc5a3938
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user