The following Fedora EPEL 9 Security updates need testing: Age URL 6 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-c06235d493 yasm-1.3.0^20250625git121ab15-1.el9 1 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-226e292288 mosquitto-2.0.22-1.el9 The following builds have been pushed to Fedora EPEL 9 updates-testing gi-docgen-2025.4-1.el9 gotcha-1.0.5-6.el9 libayatana-appindicator-0.5.94-2.el9 libayatana-ido-0.10.4-4.el9 podman-compose-1.5.0-1.el9 valkey-8.0.4-1.el9 Details about builds: ================================================================================ gi-docgen-2025.4-1.el9 (FEDORA-EPEL-2025-d56a885cd1) Documentation tool for GObject-based libraries -------------------------------------------------------------------------------- Update Information: [2025.4] - 2025-07-02 Added Add online attribute for devhelp index Include type data in the field template Fixed Use normal font size for enumeration values description -------------------------------------------------------------------------------- ChangeLog: * Mon Jul 14 2025 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 2025.4-1 - Update to 2025.4 (close RHBZ#2375892) * Mon Jul 14 2025 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 2025.3-2 - Update .rpmlintrc file for current rpmlint -------------------------------------------------------------------------------- ================================================================================ gotcha-1.0.5-6.el9 (FEDORA-EPEL-2025-9383edfcb5) A library for wrapping function calls to shared libraries -------------------------------------------------------------------------------- Update Information: Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild -------------------------------------------------------------------------------- ChangeLog: * Fri Jan 17 2025 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 1.0.5-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Thu Jul 18 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 1.0.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Wed Feb 21 2024 Benson Muite <benson_muite@xxxxxxxxxxxxx> - 1.0.5-4 - Exclude i686 due to build failure * Wed Jan 24 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 1.0.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jan 20 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 1.0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Nov 18 2023 Benson Muite <benson_muite@xxxxxxxxxxxxx> - 1.0.5-1 - Initial import bz2250223 -------------------------------------------------------------------------------- ================================================================================ libayatana-appindicator-0.5.94-2.el9 (FEDORA-EPEL-2025-dab6cc431e) Ayatana Application Indicators -------------------------------------------------------------------------------- Update Information: Updated Ayatana Indicator libraries. -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 23 2025 Sérgio M. Basto <sergio@xxxxxxxxxx> - 0.5.94-2 - Update libayatana-appindicator to 0.5.94 - Resolves: rhbz#2351774 * Sun Mar 23 2025 Sérgio M. Basto <sergio@xxxxxxxxxx> - 0.5.94-1 - Update libayatana-appindicator to 0.5.94 - Resolves: rhbz#2351774 * Fri Jan 17 2025 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.5.93-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Thu Jul 18 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.5.93-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sun Mar 31 2024 Yaakov Selkowitz <yselkowi@xxxxxxxxxx> - 0.5.93-5 - Fix flatpak build -------------------------------------------------------------------------------- ================================================================================ libayatana-ido-0.10.4-4.el9 (FEDORA-EPEL-2025-dab6cc431e) Ayatana Indicator Display Objects library -------------------------------------------------------------------------------- Update Information: Updated Ayatana Indicator libraries. -------------------------------------------------------------------------------- ChangeLog: * Tue Jul 15 2025 Simone Caronni <negativo17@xxxxxxxxx> - 0.10.4-4 - Clean up git repository * Fri Jan 17 2025 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.10.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Wed Sep 25 2024 Sérgio M. Basto <sergio@xxxxxxxxxx> - 0.10.4-2 - better, just automation for packit and me * Tue Sep 24 2024 Packit <hello@xxxxxxxxxx> - 0.10.4-1 - Update to 0.10.4 upstream release - Resolves: rhbz#2307538 * Tue Sep 24 2024 Sérgio M. Basto <sergio@xxxxxxxxxx> - 0.10.3-2 - add .packit.yml * Wed Jul 24 2024 Arthur Bols <arthur@xxxxxxxx> - 0.10.3-1 - Update to 0.10.3 (fedora#2297251) * Thu Jul 18 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.10.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sun Jun 16 2024 Arthur Bols <arthur@xxxxxxxx> - 0.10.2-1 - Update to 0.10.2 (fedora#2274013) -------------------------------------------------------------------------------- ================================================================================ podman-compose-1.5.0-1.el9 (FEDORA-EPEL-2025-cc5bdb9b43) Run docker-compose.yml using podman -------------------------------------------------------------------------------- Update Information: Bug fixes Fixed path to a local SSH key to be relative to the directory of compose file during build. Fixed CMD healthchecks to run the given command directly and not use /bin/sh -c. Fixed regression of dockerfile definition if current directory name ends with ".git". Fixed exit code from push command. Implemented short syntax for environment variables set in .env for compose.yml environment: section. Fixed regression of log output including "text" in detached mode. Implemented up --no-recreate to work as advertised. Stack traces emitted due to YAML parse errors are now hidden. Features Added unregister command to remove systemd service registration (podman-compose systemd -a unregister) Added new docker_compose_compat x-podman meta setting to enable all Docker Compose compatibility settings Added new name_separator_compat x-podman setting to change name separator to hyphen, same as Docker Compose. Added support for environment variable interpolation for YAML keys. Added io.podman.compose.service label to created containers. It contains the same value as com.docker.compose.service. Added relabel option to secret to make possible to read the secret file by the contained process. Added support for setting x-podman values using PODMAN_COMPOSE_* environment variables. Added support to set --route option to podman network create via x-podman.routes key on network configuration. Implemented support for custom pod names in --in-pod. -------------------------------------------------------------------------------- ChangeLog: * Mon Jul 7 2025 Gwyn Ciesla <gwync@xxxxxxxxxxxxxx> - 1.5.0-1 - 1.5.0 * Fri Jun 6 2025 Python Maint <python-maint@xxxxxxxxxx> - 1.4.1-2 - Rebuilt for Python 3.14 * Thu Jun 5 2025 Gwyn Ciesla <gwync@xxxxxxxxxxxxxx> - 1.4.1-1 - 1.4.1 * Tue Jun 3 2025 Python Maint <python-maint@xxxxxxxxxx> - 1.4.0-3 - Rebuilt for Python 3.14 * Thu May 22 2025 Gwyn Ciesla <gwync@xxxxxxxxxxxxxx> - 1.4.0-2 - Ship bash completion * Mon May 12 2025 Gwyn Ciesla <gwync@xxxxxxxxxxxxxx> - 1.4.0-1 - 1.4.0 * Thu Jan 16 2025 Gwyn Ciesla <gwync@xxxxxxxxxxxxxx> - 1.3.0-2 - Patch for environment bug. * Tue Jan 7 2025 Gwyn Ciesla <gwync@xxxxxxxxxxxxxx> - 1.3.0-1 - 1.3.0 * Fri Jul 19 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 1.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri Jul 5 2024 Gwyn Ciesla <gwync@xxxxxxxxxxxxxx> - 1.2.0-1 - 1.2.0 * Fri Jun 7 2024 Python Maint <python-maint@xxxxxxxxxx> - 1.1.0-2 - Rebuilt for Python 3.13 * Mon Apr 22 2024 Gwyn Ciesla <gwync@xxxxxxxxxxxxxx> - 1.1.0-1 - 1.1.0 * Thu Feb 15 2024 Gwyn Ciesla <gwync@xxxxxxxxxxxxxx> - 1.0.6-6 - Drop requirement on podman-plugins, no longer exists with podman >= 5.x * Thu Jan 25 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 1.0.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 1.0.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ valkey-8.0.4-1.el9 (FEDORA-EPEL-2025-79c2e0f87a) A persistent key-value database -------------------------------------------------------------------------------- Update Information: Valkey 8.0.4 - Released Mon 07 July 2025 Upgrade urgency SECURITY: This release includes security fixes we recommend you apply as soon as possible. Security fixes CVE-2025-32023 prevent out-of-bounds write during hyperloglog operations (#2146) CVE-2025-48367 retry accept on transient errors (#2315) Security fixes backported from 8.1.2 CVE-2025-27151 Check length of AOF file name in valkey-check-aof (#2146) -------------------------------------------------------------------------------- ChangeLog: * Wed Jul 16 2025 Remi Collet <remi@xxxxxxxxxxxxxxxxx> - 8.0.4-1 - update to 8.0.4 fixes CVE-2025-27151 CVE-2025-48367 and CVE-2025-32023 -------------------------------------------------------------------------------- References: [ 1 ] Bug #2380115 - CVE-2025-48367 valkey: Redis Unauthenticated Denial of Service [epel-all] https://bugzilla.redhat.com/show_bug.cgi?id=2380115 [ 2 ] Bug #2380117 - CVE-2025-32023 valkey: Redis Hyperloglog Out-of-Bounds Write Vulnerability [epel-all] https://bugzilla.redhat.com/show_bug.cgi?id=2380117 --------------------------------------------------------------------------------
-- _______________________________________________ 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