From patchwork Fri May 1 14:25: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: 87373 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 8D7AFCD4853 for ; Fri, 1 May 2026 14:25:59 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.15715.1777645540185683116 for ; Fri, 01 May 2026 07:25:53 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=Ww40ThK4; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=iADg+Qwr; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101019de3ee8519-cf54f30e-48d1-4a84-9c21-f969be4cd14f-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=1777645553; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=qKHe69uktMo20JBMg2gZoAThVgeHxyLK7DE4PutQ+ZY=; b=Ww40ThK4p0GHgnpWLWZx8w0rn4xsCqVMaWUOSgjGMPhQAWIxrQeAsD/M9pAN/UNt 1b8z324kfKwYiAW0JuIkYzSNGYMQHR8tX3WQH5ONSa+LaOPIhicjzLKWhbHmWI3c4Og DN2RCWUBoezrwh0lXhRESLYDaczCGGxhQE3aM+2A= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1777645553; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=qKHe69uktMo20JBMg2gZoAThVgeHxyLK7DE4PutQ+ZY=; b=iADg+QwrOZVSq0Op8KYqxY0Ct9MT81TCGjYPo9sX7R1xyaT07/Lvm3/1X+qWDsYs A7t0lzoFpfvUw5rKNIBnCOrJh2ZFvxO0wRhaaSAMh9QYO/UC0fJGu/lzGbT3h69hYc1 sIw8r51Uh12BWm0zCmWMxqfjykWKYbNXFsbvpPeQ= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] libpng: upgrading to 1.6.58 SUCCEEDED Message-ID: <0101019de3ee8519-cf54f30e-48d1-4a84-9c21-f969be4cd14f-000000@us-west-2.amazonses.com> Date: Fri, 1 May 2026 14:25:52 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.05.01-54.240.27.30 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 ; Fri, 01 May 2026 14:25:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/236284 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libpng* to *1.6.58* has Succeeded. Next steps: - apply the patch: git am 0001-libpng-upgrade-1.6.56-1.6.58.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 5333738193a7b6c81ebab11707920fab5d0e5b30 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 1 May 2026 12:58:50 +0000 Subject: [PATCH] libpng: upgrade 1.6.56 -> 1.6.58 --- .../libpng/{libpng_1.6.56.bb => libpng_1.6.58.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/libpng/{libpng_1.6.56.bb => libpng_1.6.58.bb} (97%) diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.56.bb b/meta/recipes-multimedia/libpng/libpng_1.6.58.bb similarity index 97% rename from meta/recipes-multimedia/libpng/libpng_1.6.56.bb rename to meta/recipes-multimedia/libpng/libpng_1.6.58.bb index 7ede0a6c8b..7a8a524043 100644 --- a/meta/recipes-multimedia/libpng/libpng_1.6.56.bb +++ b/meta/recipes-multimedia/libpng/libpng_1.6.58.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] = "28eb403f51f0f7405249132cecfe82ea5c0ef97f1b32c5a65828814ae0d34775" MIRRORS += "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/ ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/older-releases/"