From 377707cda6b97d0213f40efaa3266e0b6dfbf60f Mon Sep 17 00:00:00 2001 From: AlmaLinux RelEng Bot Date: Tue, 19 May 2026 19:54:33 -0400 Subject: [PATCH] import UBI gcc-toolset-13-binutils-2.40-22.el9 --- SOURCES/binutils-CVE-2025-11083.patch | 4 ++-- SPECS/binutils.spec | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/SOURCES/binutils-CVE-2025-11083.patch b/SOURCES/binutils-CVE-2025-11083.patch index 6f2de42..54860bb 100644 --- a/SOURCES/binutils-CVE-2025-11083.patch +++ b/SOURCES/binutils-CVE-2025-11083.patch @@ -16,8 +16,8 @@ Signed-off-by: H.J. Lu bfd/elfcode.h | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) ---- binutils-2.40.orig/bfd/elfcode.h 2025-11-27 14:21:37.669884082 +0000 -+++ binutils-2.40/bfd/elfcode.h 2025-11-27 14:22:11.297013798 +0000 +--- binutils-2.40.orig/bfd/elfcode.h 2025-11-27 09:08:14.978889644 +0000 ++++ binutils-2.40/bfd/elfcode.h 2025-11-27 09:08:27.837705323 +0000 @@ -298,7 +298,7 @@ elf_swap_ehdr_out (bfd *abfd, /* Translate an ELF section header table entry in external format into an ELF section header table entry in internal format. */ diff --git a/SPECS/binutils.spec b/SPECS/binutils.spec index dd256a3..3ec6620 100644 --- a/SPECS/binutils.spec +++ b/SPECS/binutils.spec @@ -9,7 +9,7 @@ BuildRequires: scl-utils-build Summary: A GNU collection of binary utilities Name: %{?scl_prefix}binutils Version: 2.40 -Release: 21%{?dist}.1 +Release: 22%{?dist} License: GPLv3+ URL: https://sourceware.org/binutils @@ -1318,8 +1318,8 @@ exit 0 #---------------------------------------------------------------------------- %changelog -* Thu Nov 27 2025 Nick Clifton - 2.40-21.1 -- Fix a potential illegal memory access when linking a corrupt input file. (RHEL-130652) +* Thu Nov 27 2025 Nick Clifton - 2.40-22 +- Fix a potential illegal memory access when linking a corrupt input file. (RHEL-130655) * Thu Feb 22 2024 Nick Clifton - 2.40-21 - Run x86_64 assembler tests for znver5 architecture extension. (RHEL-23798)