diff mbox series

[26/56] libpng: upgrade 1.6.47 -> 1.6.48

Message ID 1747040619-7566-26-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [01/56] appstream: upgrade 1.0.4 -> 1.0.5 | expand

Commit Message

Mingyu Wang (Fujitsu) May 12, 2025, 9:03 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
-  Fixed the floating-point version of the mDCv setter 'png_set_mDCv'.
-  Added #error directives to discourage the inclusion of private
   libpng implementation header files in PNG-supporting applications.
-  Added the CMake build option 'PNG_LIBCONF_HEADER', to be used as an
   alternative to 'DFA_XTRA'.
-  Removed the Travis CI configuration files

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libpng/{libpng_1.6.47.bb => libpng_1.6.48.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/libpng/{libpng_1.6.47.bb => libpng_1.6.48.bb} (92%)
diff mbox series

Patch

diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.47.bb b/meta/recipes-multimedia/libpng/libpng_1.6.48.bb
similarity index 92%
rename from meta/recipes-multimedia/libpng/libpng_1.6.47.bb
rename to meta/recipes-multimedia/libpng/libpng_1.6.48.bb
index 371ff1436f..338891c683 100644
--- a/meta/recipes-multimedia/libpng/libpng_1.6.47.bb
+++ b/meta/recipes-multimedia/libpng/libpng_1.6.48.bb
@@ -11,7 +11,7 @@  DEPENDS = "zlib"
 LIBV = "16"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/${BP}.tar.xz"
-SRC_URI[sha256sum] = "b213cb381fbb1175327bd708a77aab708a05adde7b471bc267bd15ac99893631"
+SRC_URI[sha256sum] = "46fd06ff37db1db64c0dc288d78a3f5efd23ad9ac41561193f983e20937ece03"
 
 MIRRORS += "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/ ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/older-releases/"