summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2025-08-24 14:42:47 +0200
committerSteve Sakoman <steve@sakoman.com>2025-08-29 10:02:59 -0700
commitc0192e2543c0be2827e13728bfa32893da88cb2d (patch)
tree6dd283a94924084c1d66b018a2c82ae3d46c5800
parent1828ecc19f426db84dcfc6254e33cab28a0889a4 (diff)
downloadpoky-c0192e2543c0be2827e13728bfa32893da88cb2d.tar.gz
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. (From OE-Core rev: c7297f46efa410a9204d3d386d307deada967bb6) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-devtools/binutils/binutils-2.44.inc1
1 files changed, 1 insertions, 0 deletions
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"
19UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P<pver>\d+_(\d_?)*)" 19UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P<pver>\d+_(\d_?)*)"
20 20
21CVE_STATUS[CVE-2025-1153] = "cpe-stable-backport: fix available in used git hash" 21CVE_STATUS[CVE-2025-1153] = "cpe-stable-backport: fix available in used git hash"
22CVE_STATUS[CVE-2025-8224] = "cpe-stable-backport: fix available in used git hash"
22 23
23SRCREV ?= "8e98f97aecb0f0a1a1e2ef244e9aa235248ef8fa" 24SRCREV ?= "8e98f97aecb0f0a1a1e2ef244e9aa235248ef8fa"
24BINUTILS_GIT_URI ?= "git://sourceware.org/git/binutils-gdb.git;branch=${SRCBRANCH};protocol=https" 25BINUTILS_GIT_URI ?= "git://sourceware.org/git/binutils-gdb.git;branch=${SRCBRANCH};protocol=https"