summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/binutils/binutils-2.42.inc
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2025-11-02 12:58:36 +0100
committerSteve Sakoman <steve@sakoman.com>2025-11-07 06:54:41 -0800
commit9e31b2eb185a55c5211605453d3b47492943ad91 (patch)
treeb286f664ad33bf4e0e858581ba30a677054476f7 /meta/recipes-devtools/binutils/binutils-2.42.inc
parentca2c8b88be669cb70538771add78ae4c64d920ec (diff)
downloadpoky-9e31b2eb185a55c5211605453d3b47492943ad91.tar.gz
binutils: patch CVE-2025-11413
Pick commit per NVD CVE report. Note that there were two patches for this, first [1] and then [2]. The second patch moved the original patch to different location. Cherry-pick of second patch is successful leaving out the code removing the code from first location, so the patch attached here is not identical to the upstream commit but is identical to applying both and merging them to a single patch. [1] https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=1108620d7a521f1c85d2f629031ce0fbae14e331 [2] https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=72efdf166aa0ed72ecc69fc2349af6591a7a19c0 (From OE-Core rev: 98df728e6136d04af0f4922b7ffbeffb704de395) (From OE-Core rev: b220cccdab44bc707d2c934a3ea81d20b67d14b0) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-2.42.inc')
-rw-r--r--meta/recipes-devtools/binutils/binutils-2.42.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.42.inc b/meta/recipes-devtools/binutils/binutils-2.42.inc
index b13c31717d..60b0d03ccd 100644
--- a/meta/recipes-devtools/binutils/binutils-2.42.inc
+++ b/meta/recipes-devtools/binutils/binutils-2.42.inc
@@ -65,5 +65,6 @@ SRC_URI = "\
65 file://0027-CVE-2025-8225.patch \ 65 file://0027-CVE-2025-8225.patch \
66 file://CVE-2025-11414.patch \ 66 file://CVE-2025-11414.patch \
67 file://CVE-2025-11412.patch \ 67 file://CVE-2025-11412.patch \
68 file://CVE-2025-11413.patch \
68" 69"
69S = "${WORKDIR}/git" 70S = "${WORKDIR}/git"