diff options
| author | Peter Marko <peter.marko@siemens.com> | 2025-08-15 19:05:17 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-19 09:48:36 +0100 |
| commit | 5dce840ba8f409490cca5dce9fe504c9115fb4e5 (patch) | |
| tree | c10c3a079cd4f21af8259b31cf264684945a0d21 /meta/recipes-devtools/dpkg | |
| parent | 6f397c72f489ca1b0c3bb2b89dadc2fe6079abcc (diff) | |
| download | poky-5dce840ba8f409490cca5dce9fe504c9115fb4e5.tar.gz | |
dpkg: set status for CVE-2025-6297
NVD tracks this CVE as "Up to (excluding) 2025-06-30"
(which is fix commit date, not dpkg version)
(From OE-Core rev: 75859969b5ed7359124198eb48c480b8f6fe6f8f)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/dpkg')
| -rw-r--r-- | meta/recipes-devtools/dpkg/dpkg_1.22.21.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg_1.22.21.bb b/meta/recipes-devtools/dpkg/dpkg_1.22.21.bb index d793c26d57..69b3c3d880 100644 --- a/meta/recipes-devtools/dpkg/dpkg_1.22.21.bb +++ b/meta/recipes-devtools/dpkg/dpkg_1.22.21.bb | |||
| @@ -19,3 +19,6 @@ SRC_URI = "git://salsa.debian.org/dpkg-team/dpkg.git;protocol=https;branch=1.22. | |||
| 19 | SRC_URI:append:class-native = " file://0001-build.c-ignore-return-of-1-from-tar-cf.patch" | 19 | SRC_URI:append:class-native = " file://0001-build.c-ignore-return-of-1-from-tar-cf.patch" |
| 20 | 20 | ||
| 21 | SRCREV = "d72b038fd2113cb62972e4071db03dd1388394d8" | 21 | SRCREV = "d72b038fd2113cb62972e4071db03dd1388394d8" |
| 22 | |||
| 23 | # NVD tracks this CVE as "Up to (excluding) 2025-06-30" (which is fix commit date, not dpkg version) | ||
| 24 | CVE_STATUS[CVE-2025-6297] = "cpe-incorrect: this is fixed in 1.22.21" | ||
