diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-04-09 18:31:56 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-10 07:59:54 -0700 |
| commit | dfe6b82cc14ad84d986efd5e928a74e9f9827502 (patch) | |
| tree | c328f3e85e5ede91b0196f21af3d07344b715d8d | |
| parent | 9a4ee804f5a68d601a0c32416c336dd4e5ab4040 (diff) | |
| download | meta-openembedded-dfe6b82cc14ad84d986efd5e928a74e9f9827502.tar.gz | |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
| -rw-r--r-- | meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.4.2.bb (renamed from meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.4.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
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 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" | |||
| 6 | 6 | ||
| 7 | DEPENDS = "tiff zlib libpng jpeg libsdl3 libwebp libjxl" | 7 | DEPENDS = "tiff zlib libpng jpeg libsdl3 libwebp libjxl" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/libsdl-org/SDL_image.git;protocol=https;branch=release-3.4.x" | 9 | SRC_URI = "git://github.com/libsdl-org/SDL_image.git;protocol=https;branch=release-3.4.x;tag=release-${PV}" |
| 10 | SRCREV = "ad58ecfc27a1bd09e510ceff8bbbdb1094806476" | 10 | SRCREV = "96a73a551a857b7c8d0ca3cc553a266eabbab6a7" |
| 11 | 11 | ||
| 12 | EXTRA_OECMAKE += "-DSDLIMAGE_JXL=ON" | 12 | EXTRA_OECMAKE += "-DSDLIMAGE_JXL=ON" |
| 13 | 13 | ||
