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 c30ba5c..cd0becc 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} +Release: 62%{?dist} 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 @@ -400,7 +400,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 #---------------------------------------------------------------------------- @@ -1441,6 +1441,9 @@ exit 0 #---------------------------------------------------------------------------- %changelog +* 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)