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: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
Ankur Tyagi 2026-02-24 20:04:48 +01:00 committed by Anuj Mittal
parent 1a18d1ac74
commit 592de481e6
No known key found for this signature in database
GPG Key ID: 4340AEFE69F5085C

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 \