From d372b654a45882f641ff65a4acf7126e66c35487 Mon Sep 17 00:00:00 2001 From: Thomas Perale Date: Mon, 29 Dec 2025 10:07:17 +0100 Subject: [PATCH] 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 Signed-off-by: Thomas Petazzoni --- package/sdl/sdl.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/sdl/sdl.mk b/package/sdl/sdl.mk index 439c30b2a5..29697fe3c9 100644 --- a/package/sdl/sdl.mk +++ b/package/sdl/sdl.mk @@ -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