diff mbox series

[AUH] libpng: upgrading to 1.6.49 SUCCEEDED

Message ID 01010197c6ca3bc9-3d58d2b8-86d3-467f-851d-377a94cd27bf-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libpng: upgrading to 1.6.49 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org July 1, 2025, 4:20 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *libpng* to *1.6.49* has Succeeded.

Next steps:
    - apply the patch: git am 0001-libpng-upgrade-1.6.48-1.6.49.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
From a9bc8f59028b9105ef4cc63196c1cf2bec7c172d Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Tue, 1 Jul 2025 15:30:00 +0000
Subject: [PATCH] libpng: upgrade 1.6.48 -> 1.6.49

---
 .../libpng/{libpng_1.6.48.bb => libpng_1.6.49.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/libpng/{libpng_1.6.48.bb => libpng_1.6.49.bb} (97%)
diff mbox series

Patch

diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.48.bb b/meta/recipes-multimedia/libpng/libpng_1.6.49.bb
similarity index 97%
rename from meta/recipes-multimedia/libpng/libpng_1.6.48.bb
rename to meta/recipes-multimedia/libpng/libpng_1.6.49.bb
index e603df1edd..c4af30be80 100644
--- a/meta/recipes-multimedia/libpng/libpng_1.6.48.bb
+++ b/meta/recipes-multimedia/libpng/libpng_1.6.49.bb
@@ -14,7 +14,7 @@  SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/${BP}.tar.xz \
            file://run-ptest \
 "
 
-SRC_URI[sha256sum] = "46fd06ff37db1db64c0dc288d78a3f5efd23ad9ac41561193f983e20937ece03"
+SRC_URI[sha256sum] = "43182aa48e39d64b1ab4ec6b71ab3e910b67eed3a0fff3777cf8cf40d6ef7024"
 
 MIRRORS += "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/ ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/older-releases/"