mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
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:
committed by
Thomas Petazzoni
parent
b1ca8ca4ba
commit
5043af53ed
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user