@@ -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 <raj.khem@gmail.com>
Date: Thu, 15 Dec 2022 15:54:27 -0800
Subject: [PATCH] configure: Use autoconf macro to detect largefile support
@@ -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 <jpuhlman@mvista.com>
Date: Wed, 11 Mar 2020 19:56:55 +0000
Subject: [PATCH] strace: fix reproducibilty issues
@@ -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 <raj.khem@gmail.com>
Date: Thu, 15 Dec 2022 15:56:13 -0800
Subject: [PATCH] tests: Replace off64_t with off_t
@@ -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 <gabriel.barbu@enea.com>
Date: Thu, 25 Jul 2013 15:28:33 +0200
Subject: [PATCH] strace: Add ptest
@@ -13,7 +13,7 @@ Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
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
@@ -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 <richard.purdie@linuxfoundation.org>
Date: Wed, 29 May 2019 00:10:32 +0100
Subject: [PATCH] strace: Tweak ptest disk space management
@@ -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 <ross.burton@arm.com>
Date: Mon, 31 Jan 2022 17:40:13 +0000
Subject: [PATCH] strace: skip a number of load-sensitive tests
@@ -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 <armccurdy@gmail.com>
Date: Mon, 18 Jan 2016 11:01:00 -0800
Subject: [PATCH] update gawk paths, /bin/gawk -> /usr/bin/gawk
similarity index 96%
rename from meta/recipes-devtools/strace/strace_6.9.bb
rename to 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
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 <auh@yoctoproject.org> 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%)