Tue, 04 Jun 2024 01:32:39 UTC | login

Information for build perl-AnyEvent-7.14-7.fc29

ID63878
Package Nameperl-AnyEvent
Version7.14
Release7.fc29
Epoch
SummaryFramework for multiple event loops
DescriptionAnyEvent provides an identical interface to multiple event loops. This allows module authors to utilize an event loop without forcing module users to use the same event loop (as multiple event loops cannot coexist peacefully at any one time).
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 24 Jul 2018 05:12:12 UTC
CompletedTue, 24 Jul 2018 05:43:32 UTC
Taskbuild (f29-candidate, perl-AnyEvent-7.14-7.fc29.src.rpm)
Tags
f29
f30
RPMs
src
perl-AnyEvent-7.14-7.fc29.src.rpm (info) (download)
riscv64
perl-AnyEvent-7.14-7.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 7.14-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sun Jul 01 2018 Jitka Plesnikova <jplesnik@redhat.com> - 7.14-6 - Perl 5.28 re-rebuild of bootstrapped packages * Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 7.14-5 - Perl 5.28 rebuild * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 7.14-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7.14-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7.14-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Jun 24 2017 Paul Howarth <paul@city-fan.org> - 7.14-1 - Update to 7.14 - Fix a crash bug in AnyEvent::Handle with openssl 1.1.0 - AnyEvent::Handle->keepalive was documented (and defined) twice - AnyEvent::Socket::tcp_bind/tcp_server would immediately unlink a unix listening socket unless a guard is used; change this so that no clean-up will be performed unless a guard is used and document this more clearly - Make tcp_bind/tcp_server error messages more regular - Fix building on Perl without '.' in @INC - Add TCP_FASTOPEN/MSG_FASTOPEN and MSG_NOSIGNAL/MSG_MORE/MSG_DONTWAIT to constants - Update warnings to common::sense 3.74 standards * Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 7.13-8 - Perl 5.26 re-rebuild of bootstrapped packages * Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 7.13-7 - Perl 5.26 rebuild * Wed May 17 2017 Jitka Plesnikova <jplesnik@redhat.com> - 7.13-6 - Fix building on Perl without '.' in @INC * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7.13-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Fri Nov 25 2016 Paul Howarth <paul@city-fan.org> - 7.13-4 - Fix segfault in SSL handling that manifests on OpenSSL 1.1.0 x86_64 (CPAN RT#118584, RHBZ#1390468) * Tue Nov 01 2016 Paul Howarth <paul@city-fan.org> - 7.13-3 - Avoid interactive prompt during build (#1390463) - For now, BuildConflict with perl-Net-SSLeay on Rawhide (#1390468) * Mon Oct 17 2016 Paul Howarth <paul@city-fan.org> - 7.13-2 - Add some optional dependencies (#1385642) - Work around SSL issues in Rawhide (possibly due to ongoing upgrade to OpenSSL 1.1.0) * Mon Sep 19 2016 Paul Howarth <paul@city-fan.org> - 7.13-1 - Update to 7.13 - Only call tlsext_host_name for non-empty common names - Log a (single) notice message if SNI is not supported - Upgrade to UTS-46:9.0.0 draft and switch to non-transitional behaviour (see also https://bugzilla.mozilla.org/show_bug.cgi?id=1218179) - It turns out that the UTS-46 IDNA testcase failures were indeed bugs in the testcases and the specification and not in the code - the post-9.0.0 unicode files have all known problems fixed, so finally the AnyEvent IDNA implementation can pass the full IDNA testsuite - without needing a single fix - Guarantee (and document) that condvar callbacks will be removed on invocation - important to avoid circular references - Simplify find command using -delete - Use %license unconditionally