From patchwork Wed Nov 1 14:25:04 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: 33356 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 B678DC10F14 for ; Wed, 1 Nov 2023 14:25:14 +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.web10.8638.1698848702587346123 for ; Wed, 01 Nov 2023 07:25:05 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=gZwrVTSn; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=T45f8SBm; spf=pass (domain: automation.yoctoproject.org, ip: 54.240.27.23, mailfrom: 0101018b8b460897-eea086ac-50c2-4f1e-8a07-980ddab51e11-000000@automation.yoctoproject.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1698848705; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=cRcyJjLvVn6QKvMzDT4AM2Iun8FRk8Nq6ZW849ZKCec=; b=gZwrVTSnDABkaqlk3erf5rMy/s97gNhlqIK4fb0K5+m8IthR5+z2EvLAq6ZxZIxT GV1UZiR6/Kvtxv6dzD72V+BRBjLEvCz1QcPcqi9p2ZAskAIEYtM/5TcK6tJp6pIpoKf 0Y+pUn1JCSXz7HwiczZmeWMAQnmPh/WcIBSlMHZI= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1698848705; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=cRcyJjLvVn6QKvMzDT4AM2Iun8FRk8Nq6ZW849ZKCec=; b=T45f8SBmzcG4aQuWMjTfcss/FNNaxqseLV60lyHMTbCPdobWWCQlx20kOafa0xeE VgDyh1+V5UZEGfUfPfofBSiGdi/NhecjhLjv885l2zLQ96DwHPTbX76SCpvoPevyYRQ v2UoLt/ADlRKftAoPsEsJ1yf//1JQD0Lif/APPm0= MIME-Version: 1.0 From: auh@yoctoproject.org To: Robert Yang Cc: openembedded-core@lists.openembedded.org Subject: [AUH] strace: upgrading to 6.6 SUCCEEDED Message-ID: <0101018b8b460897-eea086ac-50c2-4f1e-8a07-980ddab51e11-000000@us-west-2.amazonses.com> Date: Wed, 1 Nov 2023 14:25:04 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.11.01-54.240.27.23 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 ; Wed, 01 Nov 2023 14:25:14 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/189973 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *strace* to *6.6* has Succeeded. Next steps: - apply the patch: git am 0001-strace-upgrade-6.5-6.6.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 b57a79a29227174c978acede9e3d5501103887f6 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 1 Nov 2023 10:56:26 +0000 Subject: [PATCH] strace: upgrade 6.5 -> 6.6 --- .../strace/{strace_6.5.bb => strace_6.6.bb} | 26 +++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) rename meta/recipes-devtools/strace/{strace_6.5.bb => strace_6.6.bb} (69%) diff --git a/meta/recipes-devtools/strace/strace_6.5.bb b/meta/recipes-devtools/strace/strace_6.6.bb similarity index 69% rename from meta/recipes-devtools/strace/strace_6.5.bb rename to meta/recipes-devtools/strace/strace_6.6.bb index d6475e8db9..f5e52302b7 100644 --- a/meta/recipes-devtools/strace/strace_6.5.bb +++ b/meta/recipes-devtools/strace/strace_6.6.bb @@ -1,9 +1,31 @@ +# 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 +# @@ -4,7 +4,7 @@ +# Copyright (c) 1995, 1996 Michael Elizabeth Chastain +# Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey +# Copyright (c) 1998-2001 Wichert Akkerman +# -Copyright (c) 2001-2022 The strace developers. +# +Copyright (c) 2001-2023 The strace developers. +# All rights reserved. +# +# strace is free software; you can redistribute it and/or modify it +# +# + SUMMARY = "System call tracing tool" HOMEPAGE = "http://strace.io" DESCRIPTION = "strace is a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor and tamper with interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state." SECTION = "console/utils" LICENSE = "LGPL-2.1-or-later & GPL-2.0-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=59a33f0a3e6122d67c0b3befccbdaa6b" +LIC_FILES_CHKSUM = "file://COPYING;md5=63c8c3eb5c71b4362edac1397f40bdc7" SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \ file://update-gawk-paths.patch \ @@ -16,7 +38,7 @@ SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \ file://0002-tests-Replace-off64_t-with-off_t.patch \ file://skip-test-so_peerpidfd.gen.test.patch \ " -SRC_URI[sha256sum] = "dfb051702389e1979a151892b5901afc9e93bbc1c70d84c906ade3224ca91980" +SRC_URI[sha256sum] = "421b4186c06b705163e64dc85f271ebdcf67660af8667283147d5e859fc8a96c" inherit autotools ptest