Description:
This update for libjxl fixes the following issues:
Security fixes:
- CVE-2025-70103: heap buffer overflow when hen processing crafted pbm-images due to insufficient bounds checks
(bsc#1266460).
Other fixes:
- Update to version 0.10.5:
- fix tile dimension in low memory rendering pipeline.
- fix number of channels for gray-to-gray color transform.
- `djxl`: reject decoding JXL files if "packed" representation size overflows.
- Changes from version 0.10.4:
- Huffman lookup table size fix.
- Check height limit in modular trees.