Update to 7.09
- New upstream release 7.09 - AnyEvent::Debug called an internal function (AnyEvent::Log::ft) that was renamed to AnyEvent::Log:format_time, under its old name - Update AnyEvent::DNS fallback resolver addresses: it seems google effectively killed most other free dns resolvers, so remove them, but add Cable and Wireless (ecrc) since it was stable for 20 years or so, official or not, and there should be an alternative to google - perl5porters broke Windows error codes in 5.20, and mapped WSAEWOULDBLOCK on the (different) EWOULDBLOCK error code, and WSAEINPROGRESS into the incompatible ERINPROGRESS code (there may be others too); this version only works around the WSAEWOULDBLOCK issue, because I don't have a nice way to work around the WSAEINPROGRESS bug
This commit is contained in:
parent
ece8b3a669
commit
fc04feed7e
@ -4,7 +4,7 @@
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
Name: perl-AnyEvent
|
Name: perl-AnyEvent
|
||||||
Version: 7.08
|
Version: 7.09
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Framework for multiple event loops
|
Summary: Framework for multiple event loops
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -21,6 +21,7 @@ BuildRequires: perl(base)
|
|||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
BuildRequires: perl(Exporter)
|
BuildRequires: perl(Exporter)
|
||||||
BuildRequires: perl(List::Util)
|
BuildRequires: perl(List::Util)
|
||||||
|
BuildRequires: perl(overload)
|
||||||
BuildRequires: perl(Scalar::Util)
|
BuildRequires: perl(Scalar::Util)
|
||||||
BuildRequires: perl(Socket)
|
BuildRequires: perl(Socket)
|
||||||
BuildRequires: perl(Task::Weaken)
|
BuildRequires: perl(Task::Weaken)
|
||||||
@ -155,6 +156,20 @@ make test
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 2 2015 Paul Howarth <paul@city-fan.org> - 7.09-1
|
||||||
|
- Update to 7.09
|
||||||
|
- AnyEvent::Debug called an internal function (AnyEvent::Log::ft) that was
|
||||||
|
renamed to AnyEvent::Log:format_time, under its old name
|
||||||
|
- Update AnyEvent::DNS fallback resolver addresses: it seems google
|
||||||
|
effectively killed most other free dns resolvers, so remove them, but add
|
||||||
|
Cable and Wireless (ecrc) since it was stable for 20 years or so, official
|
||||||
|
or not, and there should be an alternative to google
|
||||||
|
- perl5porters broke Windows error codes in 5.20, and mapped WSAEWOULDBLOCK
|
||||||
|
on the (different) EWOULDBLOCK error code, and WSAEINPROGRESS into the
|
||||||
|
incompatible ERINPROGRESS code (there may be others too); this version
|
||||||
|
only works around the WSAEWOULDBLOCK issue, because I don't have a nice
|
||||||
|
way to work around the WSAEINPROGRESS bug
|
||||||
|
|
||||||
* Wed Dec 10 2014 Paul Howarth <paul@city-fan.org> - 7.08-1
|
* Wed Dec 10 2014 Paul Howarth <paul@city-fan.org> - 7.08-1
|
||||||
- Update to 7.08:
|
- Update to 7.08:
|
||||||
- Work around a newly introduced bug in Socket 2.011 (an erroneous sun_length
|
- Work around a newly introduced bug in Socket 2.011 (an erroneous sun_length
|
||||||
@ -168,7 +183,7 @@ make test
|
|||||||
avoid "criticals"; what were they thinking?)
|
avoid "criticals"; what were they thinking?)
|
||||||
- Mention json security issues in AnyEvent::Handle
|
- Mention json security issues in AnyEvent::Handle
|
||||||
- Changed default DNS resolver "max_outstanding" value from 1 to 10, the
|
- Changed default DNS resolver "max_outstanding" value from 1 to 10, the
|
||||||
latter beinfg the intended value all along
|
latter being the intended value all along
|
||||||
- Added new "AnyEvent::Impl::UV" interface module to the UV event lib
|
- Added new "AnyEvent::Impl::UV" interface module to the UV event lib
|
||||||
|
|
||||||
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 7.07-6
|
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 7.07-6
|
||||||
|
Loading…
Reference in New Issue
Block a user