From: Peter Marko Date: Sat, 6 Dec 2025 20:48:24 +0000 (+0100) Subject: libpng: upgrade 1.6.51 -> 1.6.52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=424c8aba2a52f464b2a652f56770437bdd08bf9e;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git libpng: upgrade 1.6.51 -> 1.6.52 Handles CVE-2025-66293 >From Release Notes [1]: Fixed CVE-2025-66293 (high severity): Out-of-bounds read in `png_image_read_composite`. (Reported by flyfish101 .) Fixed the Paeth filter handling in the RISC-V RVV implementation. (Reported by Filip Wasil; fixed by Liang Junzhao.) Improved the performance of the RISC-V RVV implementation. (Contributed by Liang Junzhao.) Added allocation failure fuzzing to oss-fuzz. (Contributed by Philippe Antoine.) [1] https://github.com/pnggroup/libpng/blob/v1.6.52/CHANGES#L6307-L6316 Signed-off-by: Peter Marko Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.51.bb b/meta/recipes-multimedia/libpng/libpng_1.6.52.bb similarity index 97% rename from meta/recipes-multimedia/libpng/libpng_1.6.51.bb rename to meta/recipes-multimedia/libpng/libpng_1.6.52.bb index e499f61ff4..fba6e77b1c 100644 --- a/meta/recipes-multimedia/libpng/libpng_1.6.51.bb +++ b/meta/recipes-multimedia/libpng/libpng_1.6.52.bb @@ -14,7 +14,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/${BP}.tar.xz \ file://run-ptest \ " -SRC_URI[sha256sum] = "a050a892d3b4a7bb010c3a95c7301e49656d72a64f1fc709a90b8aded192bed2" +SRC_URI[sha256sum] = "36bd726228ec93a3b6c22fdb49e94a67b16f2fe9b39b78b7cb65772966661ccc" MIRRORS += "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/ ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/older-releases/"