]> code.ossystems Code Review - openembedded-core.git/commitdiff
xserver-xorg: update CVE_PRODUCT
authorAnuj Mittal <anuj.mittal@intel.com>
Wed, 29 Dec 2021 01:34:56 +0000 (09:34 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Jan 2022 23:13:32 +0000 (23:13 +0000)
Some of the CVEs have x_server as the product name.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-xserver/xserver-xorg.inc

index 7d1f17e7777670f0a88559f9f5352a6483374ff1..4e88cf26f723ba4088530ca88939dcc3d7399746 100644 (file)
@@ -19,7 +19,7 @@ SRC_URI = "${XORG_MIRROR}/individual/xserver/${XORG_PN}-${PV}.tar.xz"
 
 UPSTREAM_CHECK_REGEX = "xorg-server-(?P<pver>\d+(\.(?!99)\d+)+)\.tar"
 
-CVE_PRODUCT = "xorg-server"
+CVE_PRODUCT = "xorg-server x_server"
 
 S = "${WORKDIR}/${XORG_PN}-${PV}"