From dfe6b82cc14ad84d986efd5e928a74e9f9827502 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 9 Apr 2026 18:31:56 +0800 Subject: [PATCH] libsdl3-image: upgrade 3.4.0 -> 3.4.2 Changelog: =========== - Non-animated images can now be loaded as single frame animations - Fixed animated WebP frame composition - Fixed potential buffer overflow in tRNS handling - Fixed out of bounds read in XCF image loader (CVE-2026-35444) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{libsdl3-image_3.4.0.bb => libsdl3-image_3.4.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/libsdl3/{libsdl3-image_3.4.0.bb => libsdl3-image_3.4.2.bb} (83%) diff --git a/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.4.0.bb b/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.4.2.bb similarity index 83% rename from meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.4.0.bb rename to meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.4.2.bb index 324332eb84..0f7ce92efd 100644 --- a/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.4.0.bb +++ b/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.4.2.bb @@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=df8f4d887d3997f6e9cf81bb7f43dbf7" DEPENDS = "tiff zlib libpng jpeg libsdl3 libwebp libjxl" -SRC_URI = "git://github.com/libsdl-org/SDL_image.git;protocol=https;branch=release-3.4.x" -SRCREV = "ad58ecfc27a1bd09e510ceff8bbbdb1094806476" +SRC_URI = "git://github.com/libsdl-org/SDL_image.git;protocol=https;branch=release-3.4.x;tag=release-${PV}" +SRCREV = "96a73a551a857b7c8d0ca3cc553a266eabbab6a7" EXTRA_OECMAKE += "-DSDLIMAGE_JXL=ON"