diff options
author | Peter Marko <peter.marko@siemens.com> | 2025-05-20 22:20:32 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-06-02 10:26:30 -0700 |
commit | 717fb8a016297ccf9bc2abcc20fa36e07ebbe9e2 (patch) | |
tree | 06f50efb372301f08dd2eaea826ebcf4228f6117 | |
parent | 64d92df6981120b2b7a2eb4b172fedcef27735e1 (diff) | |
download | poky-717fb8a016297ccf9bc2abcc20fa36e07ebbe9e2.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)
(From OE-Core rev: b8ed40864e664e1cd50b2015569a406f49a0125e)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-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 41071fada1..28100abbe9 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 ?= "819d713b6340ed3657e00ad0bc8d5f2b73094a0f" | 23 | SRCREV ?= "819d713b6340ed3657e00ad0bc8d5f2b73094a0f" |
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 = "\ |