diff options
author | Peter Marko <peter.marko@siemens.com> | 2025-05-03 18:59:54 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-05 17:22:11 +0100 |
commit | ebf9d387cca2b2037ca65326203a10f77fbf67dc (patch) | |
tree | a10e829862806fbd35062fdb0de1e0ad5d87b10b | |
parent | 1b5d6bb30d4a9bcfe9a6ae9cc08357fdc788c70e (diff) | |
download | poky-ebf9d387cca2b2037ca65326203a10f77fbf67dc.tar.gz |
binutils: mark CVE-2025-1153 as fixed
We had this CVE patched but the patch was removed with last 2.44 branch
updates as it is now included.
Since there is no new version which could be set in NVD DB, this needs
to be explicitly handled.
(From OE-Core rev: 32f18145dee54f61203506daef339cd132908287)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/binutils/binutils-2.44.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.44.inc b/meta/recipes-devtools/binutils/binutils-2.44.inc index b4f4a37db0..6bc65a0fea 100644 --- a/meta/recipes-devtools/binutils/binutils-2.44.inc +++ b/meta/recipes-devtools/binutils/binutils-2.44.inc | |||
@@ -18,6 +18,8 @@ SRCBRANCH ?= "binutils-2_44-branch" | |||
18 | 18 | ||
19 | UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P<pver>\d+_(\d_?)*)" | 19 | UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P<pver>\d+_(\d_?)*)" |
20 | 20 | ||
21 | CVE_STATUS[CVE-2025-1153] = "cpe-stable-backport: fix available in used git hash" | ||
22 | |||
21 | SRCREV ?= "96bc9e8081a5dbe8329c1d5b0c94191fd5bed840" | 23 | SRCREV ?= "96bc9e8081a5dbe8329c1d5b0c94191fd5bed840" |
22 | BINUTILS_GIT_URI ?= "git://sourceware.org/git/binutils-gdb.git;branch=${SRCBRANCH};protocol=https" | 24 | BINUTILS_GIT_URI ?= "git://sourceware.org/git/binutils-gdb.git;branch=${SRCBRANCH};protocol=https" |
23 | SRC_URI = "\ | 25 | SRC_URI = "\ |