mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/x11r7/xserver_xorg-server: fix deprecated CPE
The CPE 'x.org:xorg-server' is deprecated in favour of 'x.org:x_server'. See the following: - https://nvd.nist.gov/products/cpe/detail/F6729083-29EE-4772-9DFF-80B43980D6BE - https://nvd.nist.gov/vuln/detail/CVE-2025-26601 Signed-off-by: Thomas Perale <thomas.perale@mind.be> [Julien: fix "xorg-server:x_server" to "x.org:x_server" in commit log] Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
fdb540a00e
commit
85c71fee3f
@@ -10,7 +10,7 @@ XSERVER_XORG_SERVER_SITE = https://xorg.freedesktop.org/archive/individual/xserv
|
||||
XSERVER_XORG_SERVER_LICENSE = MIT
|
||||
XSERVER_XORG_SERVER_LICENSE_FILES = COPYING
|
||||
XSERVER_XORG_SERVER_CPE_ID_VENDOR = x.org
|
||||
XSERVER_XORG_SERVER_CPE_ID_PRODUCT = xorg-server
|
||||
XSERVER_XORG_SERVER_CPE_ID_PRODUCT = x_server
|
||||
XSERVER_XORG_SERVER_SELINUX_MODULES = xdg xserver
|
||||
XSERVER_XORG_SERVER_INSTALL_STAGING = YES
|
||||
|
||||
|
||||
Reference in New Issue
Block a user