From patchwork Sat Jul 1 16:02:03 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 26756 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 D73CAC001B3 for ; Sat, 1 Jul 2023 16:02:06 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.web10.10494.1688227322577278755 for ; Sat, 01 Jul 2023 09:02:04 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=WitC6G2F; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 010101891230a007-35cb399d-7f0a-4448-88a5-ccbb1a870e7b-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1688227324; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=uUHczPnUxpNGgnQe9vUijK+cm11qzwUNkHTR6fwZbSM=; b=WitC6G2FRLXvll6bF5VGkwHjhkJfld2wbocsQSfRtLQzEYIhsVlI/6SHTwuGpBzO hFy8GsZ4vqyNKEloh5mMGHmZ+TAC0qqx0LmvnimzMSjA5hOGTVspqjeSC1RTn375dke itESS2fNIDURvSeiGPNaQkJ+756MtHQWU3YYtxzY= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1688227324; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=uUHczPnUxpNGgnQe9vUijK+cm11qzwUNkHTR6fwZbSM=; b=I1YcJMEOX7iaS1+YstvBmqc4vB6nQX2E9y/tMTMU31mFUT+ZOincpqUvWvxXwO4a k6K5bmipZPnvV0sAgYux/wrA1ccj2lCliF+tSNZL4vM9haPGfqSTx/suujzt5v/7JMx qPHMmD4xLnS7O3nM8bC8a6qoDvz03nxB9VFrE8zA= MIME-Version: 1.0 From: auh@yoctoproject.org To: Anuj Mittal Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libpng: upgrading to 1.6.40 SUCCEEDED Message-ID: <010101891230a007-35cb399d-7f0a-4448-88a5-ccbb1a870e7b-000000@us-west-2.amazonses.com> Date: Sat, 1 Jul 2023 16:02:03 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.07.01-54.240.27.192 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 Jul 2023 16:02:06 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/183758 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libpng* to *1.6.40* has Succeeded. Next steps: - apply the patch: git am 0001-libpng-upgrade-1.6.39-1.6.40.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 08bc16c75a2730b537eb7264faf62d26cae6a311 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 1 Jul 2023 14:08:16 +0000 Subject: [PATCH] libpng: upgrade 1.6.39 -> 1.6.40 --- .../{libpng_1.6.39.bb => libpng_1.6.40.bb} | 28 +++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/libpng/{libpng_1.6.39.bb => libpng_1.6.40.bb} (52%) diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.39.bb b/meta/recipes-multimedia/libpng/libpng_1.6.40.bb similarity index 52% rename from meta/recipes-multimedia/libpng/libpng_1.6.39.bb rename to meta/recipes-multimedia/libpng/libpng_1.6.40.bb index a6c229f5cf..f476de01f0 100644 --- a/meta/recipes-multimedia/libpng/libpng_1.6.39.bb +++ b/meta/recipes-multimedia/libpng/libpng_1.6.40.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-2022 The PNG Reference Library Authors. +# - * Copyright (c) 2018-2022 Cosmin Truta. +# + * Copyright (c) 1995-2023 The PNG Reference Library Authors. +# + * Copyright (c) 2018-2023 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=5c900cc124ba35a274073b5de7639b13" +LIC_FILES_CHKSUM = "file://LICENSE;md5=8f533bc367bfd43f556b6f782234c076" DEPENDS = "zlib" LIBV = "16" SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/${BP}.tar.xz" -SRC_URI[sha256sum] = "1f4696ce70b4ee5f85f1e1623dc1229b210029fa4b7aee573df3e2ba7b036937" +SRC_URI[sha256sum] = "535b479b2467ff231a3ec6d92a525906fb8ef27978be4f66dbe05d3f3a01b3a1" MIRRORS += "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/ ${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/older-releases/"