From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sat, 08 Jul 2023 09:03:28 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qI1yc-002abs-72 for lore@lore.pengutronix.de; Sat, 08 Jul 2023 09:03:28 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1qI1yZ-00080F-Uy; Sat, 08 Jul 2023 09:03:27 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qI1xu-0007Qy-13; Sat, 08 Jul 2023 09:02:46 +0200 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1qI1xt-00Ctxo-Bd; Sat, 08 Jul 2023 09:02:45 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1qI1xt-009FiL-04; Sat, 08 Jul 2023 09:02:45 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Sat, 8 Jul 2023 09:02:45 +0200 Message-Id: <20230708070245.2205350-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230628181408.3666014-1-christian.melki@t2data.com> References: <20230628181408.3666014-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] strace: Version bump. 6.3 -> 6.4 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Christian Melki Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as c0f2bee9a61b6c4a82bb18f27dde80714146d04b. Michael [sent from post-receive hook] On Sat, 08 Jul 2023 09:02:44 +0200, Christian Melki wrote: > Very minor release. > https://github.com/strace/strace/releases/tag/v6.4 > > * Remove patches. Included in the new release. > > Signed-off-by: Christian Melki > Message-Id: <20230628181408.3666014-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/patches/strace-6.3/0001-configure-do-not-take-the-SUBLEVEL-part-of-the-kerne.patch b/patches/strace-6.3/0001-configure-do-not-take-the-SUBLEVEL-part-of-the-kerne.patch > deleted file mode 100644 > index 4ee977079e76..000000000000 > --- a/patches/strace-6.3/0001-configure-do-not-take-the-SUBLEVEL-part-of-the-kerne.patch > +++ /dev/null > @@ -1,28 +0,0 @@ > -From: "Dmitry V. Levin" > -Date: Mon, 15 May 2023 08:00:00 +0000 > -Subject: [PATCH] configure: do not take the SUBLEVEL part of the kernel > - version into account > - > -* configure.ac: When deciding whether to use bundled version of kernel > -headers, ignore the SUBLEVEL part of the kernel version, assuming that > -any potential changes in UAPI introduced in stable kernels are not > -important. > - > -Resolves: https://github.com/strace/strace/issues/253 > ---- > - configure.ac | 2 +- > - 1 file changed, 1 insertion(+), 1 deletion(-) > - > -diff --git a/configure.ac b/configure.ac > -index efd0632e80c8..f12ad7a7257c 100644 > ---- a/configure.ac > -+++ b/configure.ac > -@@ -278,7 +278,7 @@ AC_CACHE_CHECK( > - [AS_IF([test $enable_bundled = check], > - [AC_COMPILE_IFELSE( > - [AC_LANG_PROGRAM([#include > --#define USE_OS_HEADERS (LINUX_VERSION_CODE > ]linux_version_code[ ? 1 : -1)], > -+#define USE_OS_HEADERS ((LINUX_VERSION_CODE >> 8) > (]linux_version_code[ >> 8) ? 1 : -1)], > - [[int i[USE_OS_HEADERS];]] > - ) > - ], > diff --git a/patches/strace-6.3/autogen.sh b/patches/strace-6.3/autogen.sh > deleted file mode 120000 > index 9f8a4cb7ddcb..000000000000 > --- a/patches/strace-6.3/autogen.sh > +++ /dev/null > @@ -1 +0,0 @@ > -../autogen.sh > \ No newline at end of file > diff --git a/patches/strace-6.3/series b/patches/strace-6.3/series > deleted file mode 100644 > index 4f9bdb27642e..000000000000 > --- a/patches/strace-6.3/series > +++ /dev/null > @@ -1,4 +0,0 @@ > -# generated by git-ptx-patches > -#tag:base --start-number 1 > -0001-configure-do-not-take-the-SUBLEVEL-part-of-the-kerne.patch > -# 99397f80711e4eb5b4c255ca93cf7344 - git-ptx-patches magic > diff --git a/rules/strace.make b/rules/strace.make > index 48f5a0f5597f..3d92d8db5d30 100644 > --- a/rules/strace.make > +++ b/rules/strace.make > @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_STRACE) += strace > # > # Paths and names > # > -STRACE_VERSION := 6.3 > -STRACE_MD5 := 119a0d932104452782149467ad619b97 > +STRACE_VERSION := 6.4 > +STRACE_MD5 := b6e5842f27b5cc9022c8bd7238435a6a > STRACE := strace-$(STRACE_VERSION) > STRACE_SUFFIX := tar.xz > STRACE_URL := https://strace.io/files/$(STRACE_VERSION)/$(STRACE).$(STRACE_SUFFIX)