Update to 7.16
- New upstream release 7.16 - Add ffdhe group dh parameters from RFC 7919, and use ffdhe3072 as new default, instead of schmorp1539 - AnyEvent::Log did not re-assess logging status of AnyEvent::Log::loggers when contexts were changed with ->attach/detach/slaves, causing them not to log even though a recent attach should have caused them to log - Added some more logging configuration examples - Mention RFC 8482 in AnyEvent::DNS - ffdhe group dh parameters require OpenSSL ≥ 1.0.2 (CPAN RT#130116)
This commit is contained in:
parent
6b8ad455c6
commit
2419794a63
@ -7,8 +7,8 @@
|
||||
%global have_weak_deps 0%{?fedora} > 20 || 0%{?rhel} > 7
|
||||
|
||||
Name: perl-AnyEvent
|
||||
Version: 7.15
|
||||
Release: 3%{?dist}
|
||||
Version: 7.16
|
||||
Release: 1%{?dist}
|
||||
Summary: Framework for multiple event loops
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/AnyEvent
|
||||
@ -24,6 +24,7 @@ BuildRequires: perl(Canary::Stability)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
|
||||
# Module requirements
|
||||
BuildRequires: openssl-libs >= 1:1.0.2
|
||||
BuildRequires: perl-interpreter >= 3:5.8.1
|
||||
BuildRequires: perl(B)
|
||||
BuildRequires: perl(base)
|
||||
@ -193,6 +194,17 @@ make test
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jul 21 2019 Paul Howarth <paul@city-fan.org> - 7.16-1
|
||||
- Update to 7.16
|
||||
- Add ffdhe group dh parameters from RFC 7919, and use ffdhe3072 as new
|
||||
default, instead of schmorp1539
|
||||
- AnyEvent::Log did not re-assess logging status of AnyEvent::Log::loggers
|
||||
when contexts were changed with ->attach/detach/slaves, causing them not to
|
||||
log even though a recent attach should have caused them to log
|
||||
- Added some more logging configuration examples
|
||||
- Mention RFC 8482 in AnyEvent::DNS
|
||||
- ffdhe group dh parameters require OpenSSL ≥ 1.0.2 (CPAN RT#130116)
|
||||
|
||||
* Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 7.15-3
|
||||
- Perl 5.30 re-rebuild of bootstrapped packages
|
||||
|
||||
@ -209,7 +221,7 @@ make test
|
||||
distributions compiling it against openssl 1.1, which unfortunately
|
||||
succeeds and results in a very broken module
|
||||
- AnyEvent::DNS::dns_unpack now stores the original DNS packet in the __
|
||||
member, to allow decoding of undecodable resouce records containing
|
||||
member, to allow decoding of undecodable resource records containing
|
||||
compressed domain names
|
||||
- AnyEvent::Socket::parse_ipv6 would NOT, as advertised, accept ipv4
|
||||
addresses; it now does and converts them to ipv4 mapped addresses
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (AnyEvent-7.15.tar.gz) = 90ed9c89313e3ed07461e3426230083850a02ed1796b3c1eaaed1e7e6f77cb24609a36b6cdae7cd907c9867a2a347b8833f73c5718e52832bb57db7a356d3cd1
|
||||
SHA512 (AnyEvent-7.16.tar.gz) = 27c794d5e78a7c359b0e48ef698be4ef56787b54f457d9397795abade9d55460f8acc086f8becabb37f1195d014cd441e3e9783dcca2e1c550c64453960d4cd4
|
||||
|
Loading…
Reference in New Issue
Block a user