From: Peter Marko Date: Sun, 24 Aug 2025 12:42:47 +0000 (+0200) Subject: binutils: set status for CVE-2025-8224 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c7297f46efa410a9204d3d386d307deada967bb6;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git binutils: set status for CVE-2025-8224 Commit mentioned in CVE report is already included in current hash. Can be verified by trying to cherry-pick. Signed-off-by: Peter Marko Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-devtools/binutils/binutils-2.44.inc b/meta/recipes-devtools/binutils/binutils-2.44.inc index 26c2a413b8..5ee82fa0e5 100644 --- a/meta/recipes-devtools/binutils/binutils-2.44.inc +++ b/meta/recipes-devtools/binutils/binutils-2.44.inc @@ -19,6 +19,7 @@ SRCBRANCH ?= "binutils-2_44-branch" UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P\d+_(\d_?)*)" CVE_STATUS[CVE-2025-1153] = "cpe-stable-backport: fix available in used git hash" +CVE_STATUS[CVE-2025-8224] = "cpe-stable-backport: fix available in used git hash" SRCREV ?= "8e98f97aecb0f0a1a1e2ef244e9aa235248ef8fa" BINUTILS_GIT_URI ?= "git://sourceware.org/git/binutils-gdb.git;branch=${SRCBRANCH};protocol=https"