mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/sdl: fix patch reference in IGNORE_CVES
Since Buildroot commit [1] the
`0003-SDL_x11yuv.c-fix-possible-use-after-free.patch` patch reference
was renamed.
This update the reference in IGNORE_CVES accordingly.
[1] 9fab7bb79d package/sdl: drop directfb support
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
ee647574b7
commit
d372b654a4
@@ -13,7 +13,7 @@ SDL_CPE_ID_VENDOR = libsdl
|
||||
SDL_CPE_ID_PRODUCT = simple_directmedia_layer
|
||||
SDL_INSTALL_STAGING = YES
|
||||
|
||||
# 0003-SDL_x11yuv.c-fix-possible-use-after-free.patch
|
||||
# 0002-SDL_x11yuv.c-fix-possible-use-after-free.patch
|
||||
SDL_IGNORE_CVES += CVE-2022-34568
|
||||
|
||||
# we're patching configure.in, but package cannot autoreconf with our version of
|
||||
|
||||
Reference in New Issue
Block a user