From 204e694ac275b537502d7ddcfce723b8b9eff128 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 8 Jan 2024 21:25:18 +0800 Subject: libraw: upgrade 0.21.1 -> 0.21.2 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 Signed-off-by: Khem Raj --- meta-oe/recipes-support/libraw/libraw_0.21.1.bb | 11 ----------- meta-oe/recipes-support/libraw/libraw_0.21.2.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-oe/recipes-support/libraw/libraw_0.21.1.bb create mode 100644 meta-oe/recipes-support/libraw/libraw_0.21.2.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-support/libraw/libraw_0.21.1.bb b/meta-oe/recipes-support/libraw/libraw_0.21.1.bb deleted file mode 100644 index a3bbbe39ef..0000000000 --- a/meta-oe/recipes-support/libraw/libraw_0.21.1.bb +++ /dev/null @@ -1,11 +0,0 @@ -SUMMARY = "raw image decoder" -LICENSE = "LGPL-2.1-only | CDDL-1.0" -LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=1501ae0aa3c8544e63f08d6f7bf88a6f" - -SRC_URI = "git://github.com/LibRaw/LibRaw.git;branch=master;protocol=https" -SRCREV = "cccb97647fcee56801fa68231fa8a38aa8b52ef7" -S = "${WORKDIR}/git" - -inherit autotools pkgconfig - -DEPENDS = "jpeg jasper lcms" diff --git a/meta-oe/recipes-support/libraw/libraw_0.21.2.bb b/meta-oe/recipes-support/libraw/libraw_0.21.2.bb new file mode 100644 index 0000000000..4d089f3b79 --- /dev/null +++ b/meta-oe/recipes-support/libraw/libraw_0.21.2.bb @@ -0,0 +1,11 @@ +SUMMARY = "raw image decoder" +LICENSE = "LGPL-2.1-only | CDDL-1.0" +LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=1501ae0aa3c8544e63f08d6f7bf88a6f" + +SRC_URI = "git://github.com/LibRaw/LibRaw.git;branch=0.21-stable;protocol=https" +SRCREV = "1ef70158d7fde1ced6aaddb0b9443c32a7121d3d" +S = "${WORKDIR}/git" + +inherit autotools pkgconfig + +DEPENDS = "jpeg jasper lcms" -- cgit v1.2.3-54-g00ecf