summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorNinette Adhikari <ninette@thehoodiefirm.com>2025-10-13 21:19:18 +0200
committerGyorgy Sarvari <skandigraun@gmail.com>2025-10-17 10:51:27 +0200
commit5fd149feb49fb682c59d6963e6ed7437238dcf55 (patch)
tree72f907bea0e90bbc1ce2d8ef98c02d58f34f9b5e /meta-oe
parentf4adc003e46f9b2ad9f8fd1e33f3a533e16355f4 (diff)
downloadmeta-openembedded-5fd149feb49fb682c59d6963e6ed7437238dcf55.tar.gz
xsp: CVE status update for CVE-2006-2658
The recipe used in the `meta-openembedded` is a different xsp package compared to the one which has the CVE issue. Package used in `meta-embedded`: maemo xsp http://repository.maemo.org/pool/maemo/ossw/source/x/xsp/ Package with CVE issue: mono xsp https://github.com/mono/xsp Signed-off-by: Ninette Adhikari <ninette@thehoodiefirm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 3cb411a05744eaa6e822c3d435d9205aa87ff632) Reworked for Kirkstone (CVE_CHECK_IGNORE vs CVE_STATUS) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-multimedia/xsp/xsp_1.0.0-8.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/xsp/xsp_1.0.0-8.bb b/meta-oe/recipes-multimedia/xsp/xsp_1.0.0-8.bb
index c611da48c0..fbd3ee09b5 100644
--- a/meta-oe/recipes-multimedia/xsp/xsp_1.0.0-8.bb
+++ b/meta-oe/recipes-multimedia/xsp/xsp_1.0.0-8.bb
@@ -13,3 +13,6 @@ REQUIRED_DISTRO_FEATURES = "x11"
13 13
14SRC_URI[md5sum] = "2a0d8d02228d4cbd28b6e07bb7c17cf5" 14SRC_URI[md5sum] = "2a0d8d02228d4cbd28b6e07bb7c17cf5"
15SRC_URI[sha256sum] = "8b722b952b64841d996c70c3278499886c81bb5012991beed5f66f4158418f59" 15SRC_URI[sha256sum] = "8b722b952b64841d996c70c3278499886c81bb5012991beed5f66f4158418f59"
16
17# cpe-incorrect: The recipe used in the `meta-openembedded` is a different xsp package compared to the one which has the CVE issue.
18CVE_CHECK_IGNORE += "CVE-2006-2658"