mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-25 11:30:37 -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]9fab7bb79dpackage/sdl: drop directfb support Signed-off-by: Thomas Perale <thomas.perale@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commitd372b654a4) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
@@ -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