From 52ff3e1aafecf4f4224754338f52fc96cccb4a6f Mon Sep 17 00:00:00 2001 From: eastb233 Date: Tue, 19 Aug 2025 14:49:15 +0800 Subject: [PATCH] [NFC] format patch names --- ...tch => backport-CVE-2021-42574-part1.patch | 0 ...tch => backport-CVE-2021-42574-part2.patch | 0 ...tch => backport-CVE-2021-42574-part3.patch | 0 binutils.spec | 20 ++++++++++++++----- 4 files changed, 15 insertions(+), 5 deletions(-) rename backport-0001-CVE-2021-42574.patch => backport-CVE-2021-42574-part1.patch (100%) rename backport-0002-CVE-2021-42574.patch => backport-CVE-2021-42574-part2.patch (100%) rename backport-0003-CVE-2021-42574.patch => backport-CVE-2021-42574-part3.patch (100%) diff --git a/backport-0001-CVE-2021-42574.patch b/backport-CVE-2021-42574-part1.patch similarity index 100% rename from backport-0001-CVE-2021-42574.patch rename to backport-CVE-2021-42574-part1.patch diff --git a/backport-0002-CVE-2021-42574.patch b/backport-CVE-2021-42574-part2.patch similarity index 100% rename from backport-0002-CVE-2021-42574.patch rename to backport-CVE-2021-42574-part2.patch diff --git a/backport-0003-CVE-2021-42574.patch b/backport-CVE-2021-42574-part3.patch similarity index 100% rename from backport-0003-CVE-2021-42574.patch rename to backport-CVE-2021-42574-part3.patch diff --git a/binutils.spec b/binutils.spec index 0d4505c..0cfc37a 100644 --- a/binutils.spec +++ b/binutils.spec @@ -1,7 +1,7 @@ Summary: Binary utilities Name: binutils Version: 2.37 -Release: 30 +Release: 34 License: GPLv3+ URL: https://sourceware.org/binutils @@ -22,9 +22,9 @@ Source: https://ftp.gnu.org/gnu/binutils/binutils-%{version}.tar.xz Patch3001: backport-CVE-2019-1010204.patch Patch3002: backport-Fix-a-potential-use-of-an-uninitialised-value-in-the.patch Patch3003: backport-CVE-2021-45078.patch -Patch3004: backport-0001-CVE-2021-42574.patch -Patch3005: backport-0002-CVE-2021-42574.patch -Patch3006: backport-0003-CVE-2021-42574.patch +Patch3004: backport-CVE-2021-42574-part1.patch +Patch3005: backport-CVE-2021-42574-part2.patch +Patch3006: backport-CVE-2021-42574-part3.patch Patch3007: backport-bfd-Close-the-file-descriptor-if-there-is-no-archive.patch Patch3008: backport-binutils-AArch64-EFI.patch Patch3009: backport-PR28391-strip-objcopy-preserve-dates-.a-cannot-set-t.patch @@ -88,6 +88,7 @@ Patch3061: SME-0007-aarch64-SME-Add-new-SME-system-registers.patch Patch3062: SME-0008-aarch64-SME-SVE2-instructions-added-to-support-SME.patch Patch3063: SME-0009-aarch64-Check-for-register-aliases-before-mnemonics.patch Patch3064: SME-0010-aarch64-Add-support-for-new-SME-instructions.patch + Patch3065: backport-libctf-fix-ref-leak-of-names-of-newly-inserted-non-r.patch Patch3066: backport-CVE-2024-57630.patch Patch3067: backport-CVE-2025-0840.patch @@ -111,14 +112,20 @@ Patch5003: binutils-2.22.52.0.4-no-config-h-check.patch # BUG:1452111 Patch5004: binutils-2.27-aarch64-ifunc.patch Patch5005: Fix-gold-relocation-offset-and-adrp-signed-shife.patch -Patch5006: backport-CVE-2025-3198.patch +# Patch5006: Unused +Patch5007: backport-CVE-2025-3198.patch %ifarch sw_64 # sw_64 Patch6001: sw_64-support-not-upstream-new-files.patch Patch6002: sw_64-support-not-upstream-modified-files.patch +# Patch6003: Unused +# Patch6004: Unused +# Patch6005: Unused +# Patch6006: Unused %endif + Provides: bundled(libiberty) Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) @@ -468,6 +475,9 @@ fi %{_infodir}/bfd*info* %changelog +* Tue Aug 19 2025 eastb233 - 2.37-34 +- [NFC] format patch names + * Thu May 22 2025 Linux_zhang - 2.37-30 - Fix CVE-2025-3198: Memory leak issue in objdump -- Gitee