The following Fedora EPEL 9 Security updates need testing: Age URL 5 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-94a20f339a mupdf-1.21.1-6.el9 The following builds have been pushed to Fedora EPEL 9 updates-testing dkms-3.1.4-3.el9 latexmk-4.86a-1.el9 lunasvg-3.1.0-1.el9 mrack-1.23.1-1.el9 php-nikic-php-parser5-5.4.0-1.el9 prosody-0.12.5-1.el9 python-cmdkit-2.7.7-1.el9 zcfan-1.4.0-1.el9 Details about builds: ================================================================================ dkms-3.1.4-3.el9 (FEDORA-EPEL-2024-99d1118882) Dynamic Kernel Module Support Framework -------------------------------------------------------------------------------- Update Information: Catch return code when module fails to build during an RPM transaction with a new kernel. Prevents missing generation of the initrd in case of broken DKMS modules. -------------------------------------------------------------------------------- ChangeLog: * Mon Dec 30 2024 Simone Caronni <negativo17@xxxxxxxxx> - 3.1.4-3 - Fix patch application. * Mon Dec 30 2024 Simone Caronni <negativo17@xxxxxxxxx> - 3.1.4-2 - Fix for #2333382. -------------------------------------------------------------------------------- References: [ 1 ] Bug #2333382 - dkms failure prevents initramfs generation https://bugzilla.redhat.com/show_bug.cgi?id=2333382 -------------------------------------------------------------------------------- ================================================================================ latexmk-4.86a-1.el9 (FEDORA-EPEL-2024-b67dc900a7) A make-like utility for LaTeX files -------------------------------------------------------------------------------- Update Information: Changes in version 4.86a: Correct instructions for remaking the documentation files in INSTALL. -------------------------------------------------------------------------------- ChangeLog: * Tue Dec 31 2024 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 4.86a-1 - Version 4.86a -------------------------------------------------------------------------------- References: [ 1 ] Bug #2334641 - latexmk-486a is available https://bugzilla.redhat.com/show_bug.cgi?id=2334641 -------------------------------------------------------------------------------- ================================================================================ lunasvg-3.1.0-1.el9 (FEDORA-EPEL-2024-01f2ce0f36) Standalone SVG rendering library in C++ -------------------------------------------------------------------------------- Update Information: first epel builds -------------------------------------------------------------------------------- ChangeLog: * Mon Dec 30 2024 Jonathan Wright <jonathan@xxxxxxxxxxxxx> - 3.1.0-1 - update to 3.1.0 * Thu Jul 18 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 2.3.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Mon Mar 25 2024 Davide Cavalca <dcavalca@xxxxxxxxxxxxxxxxx> - 2.3.9-1 - Initial import; Fixes: RHBZ#2265692 -------------------------------------------------------------------------------- ================================================================================ mrack-1.23.1-1.el9 (FEDORA-EPEL-2024-d7d9aaa6b6) Multicloud use-case based multihost async provisioner -------------------------------------------------------------------------------- Update Information: Automatic update for mrack-1.23.1-1.el9. Changelog for mrack * Mon Dec 16 2024 David Pascual Hernandez <davherna@xxxxxxxxxx> - 1.23.1-1 - 0cabc75 fix: Translate job-group properly (David Pascual) - 70e07c1 fix: Return empty list when there is no content in res_ks_list (David Pascual) -------------------------------------------------------------------------------- ChangeLog: * Mon Dec 16 2024 David Pascual Hernandez <davherna@xxxxxxxxxx> - 1.23.1-1 - 0cabc75 fix: Translate job-group properly (David Pascual) - 70e07c1 fix: Return empty list when there is no content in res_ks_list (David Pascual) -------------------------------------------------------------------------------- ================================================================================ php-nikic-php-parser5-5.4.0-1.el9 (FEDORA-EPEL-2024-40e2250e49) A PHP parser written in PHP - version 5 -------------------------------------------------------------------------------- Update Information: Version 5.4.0 (2024-12-30) Added Added Property::isAbstract() and Property::isFinal() methods. Added PropertyHook::isFinal() method. Emit an error if property hook is used on declaration with multiple properties. Fixed Make legacy class aliases compatible with classmap-authoritative autoloader. Param::isPromoted() and Param::isPublic() now returns true for parameters that have property hooks but no explicit visibility modifier. PropertyHook::getStmts() now correctly desugars short set hooks. set => $value will be expanded to set { $this->propertyName = $value; }. This requires the propertyName attribute on the hook to be set, which is now also set by the parser. If the attribute is not set, getStmts() will throw an error for short set hooks, as it is not possible to produce a correct desugaring. Version 5.3.1 (2024-10-08) Added Added support for declaring functions with name exit or die, to allow their use in stubs. Version 5.3.0 (2024-09-29) Added Added indent option to pretty printer, which can be used to specify the indentation to use (defaulting to four spaces). This also allows using tab indentation. Fixed Resolve names in PropertyHooks in the NameResolver. Include the trailing semicolon inside Stmt\GroupUse nodes, making them consistent with Stmt\Use_ nodes. Fixed indentation sometimes becoming negative in formatting-preserving pretty printer, resulting in ValueErrors. -------------------------------------------------------------------------------- ChangeLog: * Tue Dec 31 2024 Remi Collet <remi@xxxxxxxxxxxx> - 5.4.0-1 - update to 5.4.0 - re-license spec file to CECILL-2.1 -------------------------------------------------------------------------------- ================================================================================ prosody-0.12.5-1.el9 (FEDORA-EPEL-2024-f9a48f9896) Flexible communications server for Jabber/XMPP -------------------------------------------------------------------------------- Update Information: Prosody 0.12.5 Upstream is ending this year with a bugfix release from their stable 0.12 branch. This brings some general polish and a collection of fixes for various small issues people have reported in the past months. A notable behaviour change in this release is that Prosody will no longer send delivery errors to people you have blocked. Instead it will now just silently discard messages from the blocked JID, to avoid informing them that they have been blocked - which tends to be the preference of people upstream has spoken with, as well as the behaviour of many other online platforms. Obviously there are trade-offs here, so the behaviour is now configurable (see the mod_blocklist documentation). This will be among the last releases from the 0.12 branch, as upstream is preparing a new major release with lots of new features. Stay tuned, and happy new year! Fixes and improvements mod_blocklist: Drop blocked messages without error, option to restore compliant behavior Minor changes core.certmanager: Validate that tls_profile is one of the valid values net.http: Throw error if missing TLS context for HTTPS request net.http.parser: Reject overlarge header section earlier net.http.files: Validate argument to setup function MUC: optimizations for broadcast of visitor presence net.server_event: Add wrapserver API scansion: Enable blocklist compat during tests to fix CI prosodyctl check: Warn about invalid domain names in the config file util.prosodyctl.check: Correct modern replacement for disallow_s2s util.prosodyctl.cert: Ensure old cert is moved out of the way util.prosodyctl.check: Improve error handling of UDP socket setup mod_smacks: Destroy timed out session in async context mod_invites: Fix traceback when token_info isnâ??t set mod_admin_shell: Allow matching on host or bare JID in c2s:show mod_admin_adhoc: Fix log messages for reloading modules. core.moduleapi: Default labels to empty list to fix error if omitted mod_muc_mam: Improve wording of enable setting mod_bookmarks: Suppress error publishing empty legacy bookmarks w/ no PEP node mod_bookmarks: Clarify log messages on failure to sync to modern PEP bookmarks mod_invites_adhoc: Fix result form type (thanks betarays) mod_disco: Advertise disco#info and #items on bare JIDs util.xtemplate: Fix error on applying each() to zero stanzas -------------------------------------------------------------------------------- ChangeLog: * Tue Dec 31 2024 Robert Scheck <robert@xxxxxxxxxxxxxxxxx> 0.12.5-1 - Upgrade to 0.12.5 (#2335073) * Sun Dec 8 2024 Pete Walter <pwalter@xxxxxxxxxxxxxxxxx> - 0.12.4-6 - Rebuild for ICU 76 * Fri Jul 19 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.12.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Wed Jan 31 2024 Pete Walter <pwalter@xxxxxxxxxxxxxxxxx> - 0.12.4-4 - Rebuild for ICU 74 * Fri Jan 26 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.12.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.12.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #2335073 - prosody-0.12.5 is available https://bugzilla.redhat.com/show_bug.cgi?id=2335073 -------------------------------------------------------------------------------- ================================================================================ python-cmdkit-2.7.7-1.el9 (FEDORA-EPEL-2024-57e6991068) A library for developing command-line applications in Python -------------------------------------------------------------------------------- Update Information: update to 2.7.7 -------------------------------------------------------------------------------- ChangeLog: * Tue Dec 31 2024 Jonathan Wright <jonathan@xxxxxxxxxxxxx> - 2.7.7-1 - update to 2.7.7 * Tue Dec 10 2024 Jonathan Wright <jonathan@xxxxxxxxxxxxx> - 2.7.6-1 - initial package release rhbz#2327938 -------------------------------------------------------------------------------- ================================================================================ zcfan-1.4.0-1.el9 (FEDORA-EPEL-2024-1ee90dc45c) Zero-configuration fan daemon for ThinkPads -------------------------------------------------------------------------------- Update Information: Templatise zcfan.service Make fan levels configurable in config On watchdog timeout, write to watchdog to avoid spinup on some models Detect suspend and handle fan level reset -------------------------------------------------------------------------------- ChangeLog: * Tue Dec 31 2024 Michel Lind <salimma@xxxxxxxxxxxxxxxxx> - 1.4.0-1 - Update to 1.4.0 upstream release - Resolves: rhbz#2334766 * Sat Jul 20 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 1.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #2334766 - zcfan-1.4.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=2334766 --------------------------------------------------------------------------------
-- _______________________________________________ epel-devel mailing list -- epel-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to epel-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/epel-devel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue