package/pixman: remove stale IGNORE_CVES

Since Buildroot commit [1] the CVEs are no longer matched to CPEs with
versions using '-'.

The CVE-2023-37769 is then no longer matched to the pixman package.

For more information, see the explanation in commit [1].

[1] 35f376d88e support/scripts/cve.py: fix CPE matching

Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Thomas Perale
2025-12-30 09:19:09 +01:00
committed by Thomas Petazzoni
parent b1ca8ca4ba
commit 5043af53ed

View File

@@ -26,12 +26,6 @@ PIXMAN_CONF_OPTS = \
-Dlibpng=disabled \
-Dtests=disabled
# Affects only tests, and we don't build tests.
# See https://gitlab.freedesktop.org/pixman/pixman/-/issues/76, which says
# "not sure why NVD keeps assigning CVEs like this. This is just a test
# executable".
PIXMAN_IGNORE_CVES += CVE-2023-37769
ifeq ($(BR2_X86_CPU_HAS_MMX),y)
PIXMAN_CONF_OPTS += -Dmmx=enabled
else