import UBI gcc-toolset-13-binutils-2.40-22.el9

This commit is contained in:
AlmaLinux RelEng Bot 2026-05-19 19:54:33 -04:00
parent e9e58b03c8
commit 377707cda6
2 changed files with 5 additions and 5 deletions

View File

@ -16,8 +16,8 @@ Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
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. */

View File

@ -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 <nickc@redhat.com> - 2.40-21.1
- Fix a potential illegal memory access when linking a corrupt input file. (RHEL-130652)
* Thu Nov 27 2025 Nick Clifton <nickc@redhat.com> - 2.40-22
- Fix a potential illegal memory access when linking a corrupt input file. (RHEL-130655)
* Thu Feb 22 2024 Nick Clifton <nickc@redhat.com> - 2.40-21
- Run x86_64 assembler tests for znver5 architecture extension. (RHEL-23798)