From patchwork Sat Feb 1 13:21:10 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 56460 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 E8812C0219D for ; Sat, 1 Feb 2025 13:21:12 +0000 (UTC) Received: from a27-33.smtp-out.us-west-2.amazonses.com (a27-33.smtp-out.us-west-2.amazonses.com [54.240.27.33]) by mx.groups.io with SMTP id smtpd.web10.42717.1738416051266334107 for ; Sat, 01 Feb 2025 05:21:11 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=jKvmJ4oH; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=n4V+iFzv; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 01010194c1ac203f-467fe7cd-83d3-4f1f-82e9-ae116e303fdb-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1738416070; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=U4I6tcYOYCezWEfDD4CXBYzmr+ZQEni87eF6uq1BTOU=; b=jKvmJ4oHJLWeJudnMcLtx2TujSt8XfxHaXgLq9UTXhKQWEG35gRGrdxgpHres1Ze e6dyJbEsIUB8Fw62g63x45dcdYsrjZ6O1YbqnHWAtuKV3Dq9N2EjnQ8//L2Cv6GQ4Zg DI9Acg+pDeYnjpCO2XkHNFUN8e4RtOwsJUoBNsYc= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1738416070; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=U4I6tcYOYCezWEfDD4CXBYzmr+ZQEni87eF6uq1BTOU=; b=n4V+iFzvd/6rcrt/hm8ddFz7Btn2mtvK//QbJTUIKMgOVCxPc7xKh8y1i4QKFS8l EVGkDEDE7/QDkmrQI7fjGKIgqOqkl0CGHdUMY0dCgHq+xN8YRFKO1L5vxk5DpLdJ/3i hwXUgDGY2xp1Y50xYN8XGURq0E43l91QnUxlC9/c= MIME-Version: 1.0 From: auh@yoctoproject.org To: Anuj Mittal Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libpng: upgrading to 1.6.45 SUCCEEDED Message-ID: <01010194c1ac203f-467fe7cd-83d3-4f1f-82e9-ae116e303fdb-000000@us-west-2.amazonses.com> Date: Sat, 1 Feb 2025 13:21:10 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.02.01-54.240.27.33 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 01 Feb 2025 13:21:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/210598 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libpng* to *1.6.45* has Succeeded. Next steps: - apply the patch: git am 0001-libpng-upgrade-1.6.44-1.6.45.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 1cd18ca15ddfa1c9f6e2cf3ba666f910d3e82338 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 1 Feb 2025 12:57:38 +0000 Subject: [PATCH] libpng: upgrade 1.6.44 -> 1.6.45 --- .../{libpng_1.6.44.bb => libpng_1.6.45.bb} | 28 +++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/libpng/{libpng_1.6.44.bb => libpng_1.6.45.bb} (50%) diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.44.bb b/meta/recipes-multimedia/libpng/libpng_1.6.45.bb similarity index 50% rename from meta/recipes-multimedia/libpng/libpng_1.6.44.bb rename to meta/recipes-multimedia/libpng/libpng_1.6.45.bb index dce4fadc47..a94ac0329e 100644 --- a/meta/recipes-multimedia/libpng/libpng_1.6.44.bb +++ b/meta/recipes-multimedia/libpng/libpng_1.6.45.bb @@ -1,3 +1,27 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- LICENSE +# +++ LICENSE +# @@ -4,8 +4,8 @@ +# PNG Reference Library License version 2 +# --------------------------------------- +# +# - * Copyright (c) 1995-2024 The PNG Reference Library Authors. +# - * Copyright (c) 2018-2024 Cosmin Truta. +# + * Copyright (c) 1995-2025 The PNG Reference Library Authors. +# + * Copyright (c) 2018-2025 Cosmin Truta. +# * Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson. +# * Copyright (c) 1996-1997 Andreas Dilger. +# * Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc. +# +# + SUMMARY = "PNG image format decoding library" DESCRIPTION = "An open source project to develop and maintain the reference \ library for use in applications that read, create, and manipulate PNG \ @@ -5,13 +29,13 @@ library for use in applications that read, create, and manipulate PNG \ HOMEPAGE = "http://www.libpng.org/" SECTION = "libs" LICENSE = "Libpng" -LIC_FILES_CHKSUM = "file://LICENSE;md5=0fdbfbe10fc294a6fca24dc76134222a" +LIC_FILES_CHKSUM = "file://LICENSE;md5=5516d77a3cf75f55a0d37254e3e65a20" DEPENDS = "zlib" LIBV = "16" SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/${BP}.tar.xz" -SRC_URI[sha256sum] = "60c4da1d5b7f0aa8d158da48e8f8afa9773c1c8baa5d21974df61f1886b8ce8e" +SRC_URI[sha256sum] = "926485350139ffb51ef69760db35f78846c805fef3d59bfdcb2fba704663f370" MIRRORS += "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/ ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/older-releases/"