From patchwork Wed Apr 15 14:04:52 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 86120 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id CC855F43838 for ; Wed, 15 Apr 2026 14:04:56 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.19830.1776261891667309223 for ; Wed, 15 Apr 2026 07:04:53 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=MZZwM5Eu; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=BM6L+dFs; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 0101019d91758adb-e9af4da5-eacd-4917-b491-e63c4a93fcd3-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1776261892; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=aOtu+KGepXSoTl+H60BIWzjib/P9jx+zLNV4JmFi7q0=; b=MZZwM5EuR3cDpxw+tPhhwqZ6OTibkLx8W09+ajdxsNUbfQbv6jF4tlEisaO7RS7x MVQMCoJy1VccUnYshHbnBeyi+scwIUFve7P5bJQjCX7EK2MSIMCjNqOGtIAz60uJXvo NBrVwDJoozHCXcfuQ/saMbAWMv13h6zDN+Yxly/Q= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1776261892; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=aOtu+KGepXSoTl+H60BIWzjib/P9jx+zLNV4JmFi7q0=; b=BM6L+dFsXi0ScovUnUoOMeXQrFsSnbi4+Sei7O2YMki7dpQJSna+kv3FJ6Bojutg wsBLct3WOO2wF4fCouZye94YzTNBzk6GsvMoUeBX7qNa+jgtSsT2vUgPG24silAJpfn E26FJMvIQKBlGA8yS8z/cS8FXEEAev2NhzBIYfYA= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] libpng: upgrading to 1.6.57 SUCCEEDED Message-ID: <0101019d91758adb-e9af4da5-eacd-4917-b491-e63c4a93fcd3-000000@us-west-2.amazonses.com> Date: Wed, 15 Apr 2026 14:04:52 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.04.15-54.240.27.23 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Apr 2026 14:04:56 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/235291 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libpng* to *1.6.57* has Succeeded. Next steps: - apply the patch: git am 0001-libpng-upgrade-1.6.56-1.6.57.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 c8a958810b52839db9131b010ed5db033300f8af Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 15 Apr 2026 12:49:01 +0000 Subject: [PATCH] libpng: upgrade 1.6.56 -> 1.6.57 --- .../libpng/{libpng_1.6.56.bb => libpng_1.6.57.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/libpng/{libpng_1.6.56.bb => libpng_1.6.57.bb} (97%) diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.56.bb b/meta/recipes-multimedia/libpng/libpng_1.6.57.bb similarity index 97% rename from meta/recipes-multimedia/libpng/libpng_1.6.56.bb rename to meta/recipes-multimedia/libpng/libpng_1.6.57.bb index 7ede0a6c8b..e63607f2b3 100644 --- a/meta/recipes-multimedia/libpng/libpng_1.6.56.bb +++ b/meta/recipes-multimedia/libpng/libpng_1.6.57.bb @@ -14,7 +14,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/${BP}.tar.xz \ file://run-ptest \ " -SRC_URI[sha256sum] = "f7d8bf1601b7804f583a254ab343a6549ca6cf27d255c302c47af2d9d36a6f18" +SRC_URI[sha256sum] = "d10c20d7171569804cae8dfc13ba6dcd0662c41ed39d43d4d429314aafb10a80" MIRRORS += "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/ ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/older-releases/"