mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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:
parent
1a18d1ac74
commit
592de481e6
@ -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 \
|
||||
Loading…
x
Reference in New Issue
Block a user