From patchwork Mon Nov 18 21:16:54 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 52627 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 C3940D49207 for ; Mon, 18 Nov 2024 21:16:59 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.web10.4800.1731964615583476483 for ; Mon, 18 Nov 2024 13:16:55 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=RglgOJya; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=wUajNEGw; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 010101934122b73e-65492ec6-b508-49b0-a1fc-09e60fe1bd7b-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=1731964615; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=z3PTt+67KJX9E2goCch9GlCJide/3rZoNNNE5i7Rtf0=; b=RglgOJyaJlZD7LzxkOkHYkTUQ7Afw5C6TbyxCUGj7kmsroRf6C58MdHxFULngS1h MkUI+uXlsStJIn7rB5WIcboBIZzqgeCBhC3ySG0ouuxmFp7vl6CnxEXlap092UWHv5g vfXbQO5mKnt3QEUjDflkJlXfTHHJ6M8uRiHYkS8c= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1731964615; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=z3PTt+67KJX9E2goCch9GlCJide/3rZoNNNE5i7Rtf0=; b=wUajNEGwQX/aampiSmo1v5EVNzciShvrQrJdKeUKTyWTPSTXhLBDZKMKd7t3XRp3 sFLocN6zBJrCHhs31dMObt+mL/YnvJFogSlc8HCKDFBMQS820IQGWPtTAP+iU0lbH1g 4iKuGG3dTywcHyYxkH8c/EyWciImvOzaMxkcwZlc= MIME-Version: 1.0 From: auh@yoctoproject.org To: Chen Qi Cc: openembedded-core@lists.openembedded.org Subject: [AUH] diffstat: upgrading to 1.67 SUCCEEDED Message-ID: <010101934122b73e-65492ec6-b508-49b0-a1fc-09e60fe1bd7b-000000@us-west-2.amazonses.com> Date: Mon, 18 Nov 2024 21:16:54 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.11.18-54.240.27.29 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 ; Mon, 18 Nov 2024 21:16:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/207261 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *diffstat* to *1.67* has Succeeded. Next steps: - apply the patch: git am 0001-diffstat-upgrade-1.66-1.67.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 48965a72a6d0eb72ab07965ecce1904cb1504802 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 16 Nov 2024 09:04:56 +0000 Subject: [PATCH] diffstat: upgrade 1.66 -> 1.67 --- .../diffstat/avoid-check-user-break-cc.patch | 7 +-- .../{diffstat_1.66.bb => diffstat_1.67.bb} | 56 ++++++++++++++++++- 2 files changed, 57 insertions(+), 6 deletions(-) rename meta/recipes-devtools/diffstat/{diffstat_1.66.bb => diffstat_1.67.bb} (18%) diff --git a/meta/recipes-devtools/diffstat/diffstat/avoid-check-user-break-cc.patch b/meta/recipes-devtools/diffstat/diffstat/avoid-check-user-break-cc.patch index 46f1cfabcf..fc42c8cba7 100644 --- a/meta/recipes-devtools/diffstat/diffstat/avoid-check-user-break-cc.patch +++ b/meta/recipes-devtools/diffstat/diffstat/avoid-check-user-break-cc.patch @@ -1,4 +1,4 @@ -From 708c765ffb41ecc734316f69043583312fe444bd Mon Sep 17 00:00:00 2001 +From 04fd678939ad0c21f57222c48305bfa29c8f6cf3 Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Tue, 15 May 2018 17:17:01 +0800 Subject: [PATCH] diffstat: fix wrong evaluation of CC @@ -12,16 +12,15 @@ be included in CC. And then CC will be wrongly filtered. So comment out CF_CC_ENV_FLAGS from function CF_PROG_CC. Signed-off-by: Kai Kang - --- aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aclocal.m4 b/aclocal.m4 -index d4bd283..1b653c4 100644 +index 1c653ea..8f0540d 100644 --- a/aclocal.m4 +++ b/aclocal.m4 -@@ -1522,7 +1522,7 @@ CF_GCC_VERSION +@@ -1584,7 +1584,7 @@ CF_GCC_VERSION CF_ACVERSION_CHECK(2.52, [AC_PROG_CC_STDC], [CF_ANSI_CC_REQD]) diff --git a/meta/recipes-devtools/diffstat/diffstat_1.66.bb b/meta/recipes-devtools/diffstat/diffstat_1.67.bb similarity index 18% rename from meta/recipes-devtools/diffstat/diffstat_1.66.bb rename to meta/recipes-devtools/diffstat/diffstat_1.67.bb index d59379fd2b..ad5c50f030 100644 --- a/meta/recipes-devtools/diffstat/diffstat_1.66.bb +++ b/meta/recipes-devtools/diffstat/diffstat_1.67.bb @@ -1,3 +1,55 @@ +# 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: +# +# --- COPYING +# +++ COPYING +# @@ -1,18 +1,22 @@ +# -Copyright 1994-2023,2024 by Thomas E. Dickey +# -All Rights Reserved. +# +Copyright 1994-2023,2024 by Thomas E. Dickey +# +# -Permission to use, copy, modify, and distribute this software and its +# -documentation for any purpose and without fee is hereby granted, provided +# -that the above copyright notice appear in all copies and that both that +# -copyright notice and this permission notice appear in supporting +# -documentation, and that the name of the above listed copyright holder(s) +# -not be used in advertising or publicity pertaining to distribution of the +# -software without specific, written prior permission. +# +Permission is hereby granted, free of charge, to any person obtaining a copy of +# +this software and associated documentation files (the "Software"), to deal in +# +the Software without restriction, including without limitation the rights to +# +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +# +of the Software, and to permit persons to whom the Software is furnished to do +# +so, subject to the following conditions: +# +# -THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD +# -TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +# -FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE +# -FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +# -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +# -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +# -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +# +The above copyright notice and this permission notice shall be included in all +# +copies or substantial portions of the Software. +# + +# +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# +ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +# +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +# + +# +Except as contained in this notice, the name(s) of the above copyright holders +# +shall not be used in advertising or otherwise to promote the sale, use or other +# +dealings in this Software without prior written authorization. +# +# + SUMMARY = "Tool to produce a statistics based on a diff" DESCRIPTION = "diffstat reads the output of diff and displays a histogram of \ the insertions, deletions, and modifications per-file. It is useful for \ @@ -5,14 +57,14 @@ reviewing large, complex patch files." HOMEPAGE = "http://invisible-island.net/diffstat/" SECTION = "devel" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=5713b4719a66a6527e6301e8f8745877" +LIC_FILES_CHKSUM = "file://COPYING;md5=6232ea974e4cbc4ee06b49ed53df6ece" SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz \ file://run-ptest \ file://avoid-check-user-break-cc.patch \ " -SRC_URI[sha256sum] = "f54531bbe32e8e0fa461f018b41e3af516b632080172f361f05e50367ecbb69e" +SRC_URI[sha256sum] = "760ed0c99c6d643238d41b80e60278cf1683ffb94a283954ac7ef168c852766a" inherit autotools gettext ptest