From patchwork Thu Aug 1 18:27:09 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: 47151 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 F03B0C5474A for ; Thu, 1 Aug 2024 18:27:12 +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.75756.1722536831226096985 for ; Thu, 01 Aug 2024 11:27:11 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=JDdiMyUz; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=Y53gB5fx; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 010101910f322364-acf7c8ae-fbe1-4548-8189-3a72d543b16e-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=1722536830; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=euRFmBgwI1I8MrDd5cPPEKGBNciubCrlo7FsfBiMzHE=; b=JDdiMyUzTlzFF7+y75ap7DScuSwQqrKdoWBp0eIBXUSq6EYEUzZ8DcdXaHXerGEB Iu94jjzWej53PRXeCHIUtHUd0Yab+pHZ5Vdn5DOBRqDcteOm0IfqsHzlh22mZZAf1D3 c0w2dYLc87YUF1/XEQRyvrT2/52l9/bAbj0ts+Hg= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1722536830; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=euRFmBgwI1I8MrDd5cPPEKGBNciubCrlo7FsfBiMzHE=; b=Y53gB5fxJLpje7Td/DXoENAfg6/F1ApC7bCQIt9HRYTZVcrVtog38ZyyxqrjU0tn YGZKYnjcHf8H+kdimwN+stqUvO3WkwzJu6rrAMOMEWeBmSEnDCxSlTnMSSz9L0s9mcQ p0xDtajRCsPupSHxs4EnTr+FCuzf3vrBTAQ2FKIk= MIME-Version: 1.0 From: auh@yoctoproject.org To: Robert Yang Cc: openembedded-core@lists.openembedded.org Subject: [AUH] strace: upgrading to 6.10 SUCCEEDED Message-ID: <010101910f322364-acf7c8ae-fbe1-4548-8189-3a72d543b16e-000000@us-west-2.amazonses.com> Date: Thu, 1 Aug 2024 18:27:09 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.08.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 ; Thu, 01 Aug 2024 18:27:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/202831 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *strace* to *6.10* has Succeeded. Next steps: - apply the patch: git am 0001-strace-upgrade-6.9-6.10.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 cd20d8202dd4cee16032e22653948630740caeb1 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 1 Aug 2024 11:31:34 +0000 Subject: [PATCH] strace: upgrade 6.9 -> 6.10 --- ...nfigure-Use-autoconf-macro-to-detect-largefile-sup.patch | 2 +- .../strace/0001-strace-fix-reproducibilty-issues.patch | 2 +- .../strace/0002-tests-Replace-off64_t-with-off_t.patch | 2 +- meta/recipes-devtools/strace/strace/Makefile-ptest.patch | 6 +++--- meta/recipes-devtools/strace/strace/ptest-spacesave.patch | 2 +- meta/recipes-devtools/strace/strace/skip-load.patch | 2 +- meta/recipes-devtools/strace/strace/update-gawk-paths.patch | 2 +- .../strace/{strace_6.9.bb => strace_6.10.bb} | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) rename meta/recipes-devtools/strace/{strace_6.9.bb => strace_6.10.bb} (96%) diff --git a/meta/recipes-devtools/strace/strace/0001-configure-Use-autoconf-macro-to-detect-largefile-sup.patch b/meta/recipes-devtools/strace/strace/0001-configure-Use-autoconf-macro-to-detect-largefile-sup.patch index 86dcd97713..40e0346f19 100644 --- a/meta/recipes-devtools/strace/strace/0001-configure-Use-autoconf-macro-to-detect-largefile-sup.patch +++ b/meta/recipes-devtools/strace/strace/0001-configure-Use-autoconf-macro-to-detect-largefile-sup.patch @@ -1,4 +1,4 @@ -From ec543417b8e1df7c71dfc4728313849d9ab669a6 Mon Sep 17 00:00:00 2001 +From 23bef96a0379f43d1d0ee97bdace4b2a56575017 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 15 Dec 2022 15:54:27 -0800 Subject: [PATCH] configure: Use autoconf macro to detect largefile support diff --git a/meta/recipes-devtools/strace/strace/0001-strace-fix-reproducibilty-issues.patch b/meta/recipes-devtools/strace/strace/0001-strace-fix-reproducibilty-issues.patch index 9cdb7c6134..9d64afae84 100644 --- a/meta/recipes-devtools/strace/strace/0001-strace-fix-reproducibilty-issues.patch +++ b/meta/recipes-devtools/strace/strace/0001-strace-fix-reproducibilty-issues.patch @@ -1,4 +1,4 @@ -From d5f681c2de834110de260f4d071c7bc1fb0d7564 Mon Sep 17 00:00:00 2001 +From c431be2b577535973767fbf8c2e849027c7c31b4 Mon Sep 17 00:00:00 2001 From: Jeremy Puhlman Date: Wed, 11 Mar 2020 19:56:55 +0000 Subject: [PATCH] strace: fix reproducibilty issues diff --git a/meta/recipes-devtools/strace/strace/0002-tests-Replace-off64_t-with-off_t.patch b/meta/recipes-devtools/strace/strace/0002-tests-Replace-off64_t-with-off_t.patch index fc6ed7ac4d..8608eac200 100644 --- a/meta/recipes-devtools/strace/strace/0002-tests-Replace-off64_t-with-off_t.patch +++ b/meta/recipes-devtools/strace/strace/0002-tests-Replace-off64_t-with-off_t.patch @@ -1,4 +1,4 @@ -From 1891db87da3b204c512f47155aaa4e692008f1bf Mon Sep 17 00:00:00 2001 +From f16f7c8bdc627d3a38bbeca2b0ee10e8cd510eb5 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 15 Dec 2022 15:56:13 -0800 Subject: [PATCH] tests: Replace off64_t with off_t diff --git a/meta/recipes-devtools/strace/strace/Makefile-ptest.patch b/meta/recipes-devtools/strace/strace/Makefile-ptest.patch index 3e50bf40f0..80b9292f6c 100644 --- a/meta/recipes-devtools/strace/strace/Makefile-ptest.patch +++ b/meta/recipes-devtools/strace/strace/Makefile-ptest.patch @@ -1,4 +1,4 @@ -From 245f6322cf64e562d3227dfac26ce93c905b0380 Mon Sep 17 00:00:00 2001 +From 8fada3812673fc2c89ef5a09985d1eaff9db20ad Mon Sep 17 00:00:00 2001 From: Gabriel Barbu Date: Thu, 25 Jul 2013 15:28:33 +0200 Subject: [PATCH] strace: Add ptest @@ -13,7 +13,7 @@ Signed-off-by: Anuj Mittal 1 file changed, 20 insertions(+) diff --git a/tests/Makefile.am b/tests/Makefile.am -index ef68898..735b73d 100644 +index 378146b..f2529a6 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -18,6 +18,7 @@ SIZEOF_LONG = @SIZEOF_LONG@ @@ -24,7 +24,7 @@ index ef68898..735b73d 100644 AM_CFLAGS = $(WARN_CFLAGS) bundled_CPPFLAGS = if USE_BUNDLED_HEADERS -@@ -889,3 +890,22 @@ BUILT_SOURCES = ksysent.h +@@ -901,3 +902,22 @@ BUILT_SOURCES = ksysent.h CLEANFILES = ksysent.h include ../src/scno.am diff --git a/meta/recipes-devtools/strace/strace/ptest-spacesave.patch b/meta/recipes-devtools/strace/strace/ptest-spacesave.patch index 14ea469c59..a78cf0d1aa 100644 --- a/meta/recipes-devtools/strace/strace/ptest-spacesave.patch +++ b/meta/recipes-devtools/strace/strace/ptest-spacesave.patch @@ -1,4 +1,4 @@ -From cf77d301faf96cc892c6df0e19fccbf5853f249d Mon Sep 17 00:00:00 2001 +From fb040a048d38ed09bede35c1f946760100d56241 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 29 May 2019 00:10:32 +0100 Subject: [PATCH] strace: Tweak ptest disk space management diff --git a/meta/recipes-devtools/strace/strace/skip-load.patch b/meta/recipes-devtools/strace/strace/skip-load.patch index fe737d8f9a..4edc6fe576 100644 --- a/meta/recipes-devtools/strace/strace/skip-load.patch +++ b/meta/recipes-devtools/strace/strace/skip-load.patch @@ -1,4 +1,4 @@ -From 3af7272a3435fc79e5da729155480a346ccf2d44 Mon Sep 17 00:00:00 2001 +From 227d4f889cff942b8d0616adac5ec26f37fdc92a Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 31 Jan 2022 17:40:13 +0000 Subject: [PATCH] strace: skip a number of load-sensitive tests diff --git a/meta/recipes-devtools/strace/strace/update-gawk-paths.patch b/meta/recipes-devtools/strace/strace/update-gawk-paths.patch index 429588d218..dd98f401b3 100644 --- a/meta/recipes-devtools/strace/strace/update-gawk-paths.patch +++ b/meta/recipes-devtools/strace/strace/update-gawk-paths.patch @@ -1,4 +1,4 @@ -From 920ff2e0e838fae4fe49bf8e8fa093d5b2485677 Mon Sep 17 00:00:00 2001 +From 70485a73293908ded45ac03ff2df8ef28c859594 Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Mon, 18 Jan 2016 11:01:00 -0800 Subject: [PATCH] update gawk paths, /bin/gawk -> /usr/bin/gawk diff --git a/meta/recipes-devtools/strace/strace_6.9.bb b/meta/recipes-devtools/strace/strace_6.10.bb similarity index 96% rename from meta/recipes-devtools/strace/strace_6.9.bb rename to meta/recipes-devtools/strace/strace_6.10.bb index bb9f8e42ba..a534fccd4f 100644 --- a/meta/recipes-devtools/strace/strace_6.9.bb +++ b/meta/recipes-devtools/strace/strace_6.10.bb @@ -15,7 +15,7 @@ SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \ file://0001-configure-Use-autoconf-macro-to-detect-largefile-sup.patch \ file://0002-tests-Replace-off64_t-with-off_t.patch \ " -SRC_URI[sha256sum] = "da189e990a82e3ca3a5a4631012f7ecfd489dab459854d82d8caf6a865c1356a" +SRC_URI[sha256sum] = "765ec71aa1de2fe37363c1e40c7b7669fc1d40c44bb5d38ba8e8cd82c4edcf07" inherit autotools ptest