diff options
| author | Ankur Tyagi <ankur.tyagi85@gmail.com> | 2026-02-18 23:20:02 +1300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-02-20 23:34:17 -0800 |
| commit | 7f3d7b7adb295f72e20bf1f49f099d8cd98f1038 (patch) | |
| tree | f7503ea405ab37a6ea0183732dcc2654551db92a | |
| parent | ff397db3d10569da3607df7bdef57767bce79d0a (diff) | |
| download | meta-openembedded-7f3d7b7adb295f72e20bf1f49f099d8cd98f1038.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-multimedia/libjxl/libjxl_0.11.2.bb (renamed from meta-oe/recipes-multimedia/libjxl/libjxl_0.11.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-multimedia/libjxl/libjxl_0.11.1.bb b/meta-oe/recipes-multimedia/libjxl/libjxl_0.11.2.bb index 8170c9055d..617d3bc502 100644 --- a/meta-oe/recipes-multimedia/libjxl/libjxl_0.11.1.bb +++ b/meta-oe/recipes-multimedia/libjxl/libjxl_0.11.2.bb | |||
| @@ -8,11 +8,11 @@ inherit cmake pkgconfig mime | |||
| 8 | 8 | ||
| 9 | DEPENDS = "highway brotli" | 9 | DEPENDS = "highway brotli" |
| 10 | 10 | ||
| 11 | SRC_URI = "gitsm://github.com/libjxl/libjxl.git;protocol=https;nobranch=1 \ | 11 | SRC_URI = "gitsm://github.com/libjxl/libjxl.git;protocol=https;nobranch=1;tag=v${PV} \ |
| 12 | file://0001-cmake-Do-not-use-mrelax-all-with-clang-on-RISCV64.patch \ | 12 | file://0001-cmake-Do-not-use-mrelax-all-with-clang-on-RISCV64.patch \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | SRCREV = "794a5dcf0d54f9f0b20d288a12e87afb91d20dfc" | 15 | SRCREV = "332feb17d17311c748445f7ee75c4fb55cc38530" |
| 16 | 16 | ||
| 17 | EXTRA_OECMAKE = " \ | 17 | EXTRA_OECMAKE = " \ |
| 18 | -DCMAKE_BUILD_TYPE=Release \ | 18 | -DCMAKE_BUILD_TYPE=Release \ |
