libjxl: upgrade 0.11.1 -> 0.11.2

- fix tile dimension in low memory rendering pipeline (CVE-2025-12474)
- fix number of channels for gray-to-gray color transform (CVE-2026-1837)
- djxl: reject decoding JXL files if "packed" representation size overflows
    size_t

https://github.com/libjxl/libjxl/releases/tag/v0.11.2

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Ankur Tyagi
2026-02-18 23:20:02 +13:00
committed by Khem Raj
parent ff397db3d1
commit 7f3d7b7adb

View File

@@ -8,11 +8,11 @@ inherit cmake pkgconfig mime
DEPENDS = "highway brotli"
SRC_URI = "gitsm://github.com/libjxl/libjxl.git;protocol=https;nobranch=1 \
SRC_URI = "gitsm://github.com/libjxl/libjxl.git;protocol=https;nobranch=1;tag=v${PV} \
file://0001-cmake-Do-not-use-mrelax-all-with-clang-on-RISCV64.patch \
"
SRCREV = "794a5dcf0d54f9f0b20d288a12e87afb91d20dfc"
SRCREV = "332feb17d17311c748445f7ee75c4fb55cc38530"
EXTRA_OECMAKE = " \
-DCMAKE_BUILD_TYPE=Release \