diff --git a/binutils-CVE-2025-7546.patch b/binutils-error-on-corrupted-group.patch similarity index 100% rename from binutils-CVE-2025-7546.patch rename to binutils-error-on-corrupted-group.patch diff --git a/binutils.spec b/binutils.spec index ec5b554..da88550 100644 --- a/binutils.spec +++ b/binutils.spec @@ -2,7 +2,7 @@ Summary: A GNU collection of binary utilities Name: binutils%{?_with_debug:-debug} Version: 2.41 -Release: 61%{?dist}.alma.1 +Release: 62%{?dist}.alma.1 License: GPL-3.0-or-later AND (GPL-3.0-or-later WITH Bison-exception-2.2) AND (LGPL-2.0-or-later WITH GCC-exception-2.0) AND BSD-3-Clause AND GFDL-1.3-or-later AND GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-2.0-or-later URL: https://sourceware.org/binutils @@ -403,7 +403,7 @@ Patch64: binutils-CVE-2025-11083.patch # Purpose: Stops a potential illegal memory access when copying a corrupt # input file. PR 33050 # Lifetime: Fixed in 2.46 -Patch65: binutils-CVE-2025-7546.patch +Patch65: binutils-error-on-corrupted-group.patch #---------------------------------------------------------------------------- @@ -1451,11 +1451,14 @@ exit 0 #---------------------------------------------------------------------------- %changelog -* Fri Dec 19 2025 Andrew Lukoshko - 2.41-61.alma.1 +* Tue Jan 27 2026 Andrew Lukoshko - 2.41-62.alma.1 - Add bison to BuildRequires for RISC-V - Disable LTO for RISC-V - Disable testsuite for RISC-V +* Mon Jan 19 2026 Nick Clifton - 2.41-62 +- Fix a potential illegal memory access when copying a corrupt input file. (RHEL-142279) + * Tue Dec 16 2025 Nick Clifton - 2.41-61 - Fix a potential illegal memory access when copying a corrupt input file. (RHEL-132254)