summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libraw/libraw_0.21.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* libraw: CVE status update for CVE-2020-22628 and CVE-2023-1729Ninette Adhikari2024-06-281-0/+3
| | | | | | | The current version (0.21.2) is not affected by the CVE which affects versions earlier than 0.21.2. Signed-off-by: Ninette Adhikari <ninette@thehoodiefirm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libraw: upgrade 0.21.1 -> 0.21.2Wang Mingyu2024-01-081-0/+11
Changelog ======== * New compile-defined limit LIBRAW_MAX_PROFILE_SIZE_MB: limits allocation/read size for embedded color profile (default: 256Mb) * Embedded color profile allocation/read size: limited by input file size. * Multiple fixes (mostly inspired by oss-fuzz) to improve library stability and/or input checks. * raw-identify: use fallback if PATH_MAX not available * Disabled color conversion for Canon 16-bit thumbnails * docs/changelog: explained the case when no thumbnail is found in specific file * swapXX renamed to libraw_swapXX to avoid name conflict * better striped thumbnails handling Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>