From patchwork Thu May 27 12:09:54 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Baruch Siach X-Patchwork-Id: 1484570 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.138; helo=smtp1.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4FrRVJ2k4Jz9sWD for ; Thu, 27 May 2021 22:10:47 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 23E9F83C58; Thu, 27 May 2021 12:10:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5Dt4kO0fk9MT; Thu, 27 May 2021 12:10:39 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp1.osuosl.org (Postfix) with ESMTP id 69C0D83B93; Thu, 27 May 2021 12:10:38 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id AA32E1BF418 for ; Thu, 27 May 2021 12:10:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 9935A83B93 for ; Thu, 27 May 2021 12:10:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vPttAJujgKIz for ; Thu, 27 May 2021 12:10:35 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from mx.tkos.co.il (guitar.tcltek.co.il [192.115.133.116]) by smtp1.osuosl.org (Postfix) with ESMTPS id 5AFD883A95 for ; Thu, 27 May 2021 12:10:34 +0000 (UTC) Received: from tarshish.tkos.co.il (unknown [10.0.8.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx.tkos.co.il (Postfix) with ESMTPS id 24EF4440883; Thu, 27 May 2021 15:10:45 +0300 (IDT) From: Baruch Siach To: buildroot@busybox.net Date: Thu, 27 May 2021 15:09:54 +0300 Message-Id: <0c9146933584e404a875a2bd2867bfe9187a25a0.1622117394.git.baruch@tkos.co.il> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Subject: [Buildroot] [PATCH next] package/strace: bump to version 5.12 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Drop upstream patch. Signed-off-by: Baruch Siach --- ...et_syscall_info-disable_ptrace_getre.patch | 33 ------------------- package/strace/strace.hash | 4 +-- package/strace/strace.mk | 2 +- 3 files changed, 3 insertions(+), 36 deletions(-) delete mode 100644 package/strace/0001-disable_ptrace_get_syscall_info-disable_ptrace_getre.patch diff --git a/package/strace/0001-disable_ptrace_get_syscall_info-disable_ptrace_getre.patch b/package/strace/0001-disable_ptrace_get_syscall_info-disable_ptrace_getre.patch deleted file mode 100644 index 1367d2985a0f..000000000000 --- a/package/strace/0001-disable_ptrace_get_syscall_info-disable_ptrace_getre.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 84536a993417f3bfff4a54830fa34a3f91f5716e Mon Sep 17 00:00:00 2001 -From: Baruch Siach -Date: Thu, 11 Mar 2021 06:43:26 +0200 -Subject: [PATCH] disable_ptrace_get_syscall_info, disable_ptrace_getregset: - require fork() - -These helper programs require fork(), so they are incompatible with -no-MMU systems. Make the code depend on HAVE_FORK. - -Signed-off-by: Baruch Siach ---- -Upstream status: https://lists.strace.io/pipermail/strace-devel/2021-March/010421.html - - src/disable_ptrace_request.c | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/src/disable_ptrace_request.c b/src/disable_ptrace_request.c -index 57163e77f0f4..715006941572 100644 ---- a/src/disable_ptrace_request.c -+++ b/src/disable_ptrace_request.c -@@ -41,7 +41,8 @@ init(int argc, char **argv) - && defined PR_SET_NO_NEW_PRIVS \ - && defined PR_SET_SECCOMP \ - && defined BPF_JUMP \ -- && defined BPF_STMT -+ && defined BPF_STMT \ -+ && defined HAVE_FORK - - static unsigned int - get_arch(void) --- -2.30.1 - diff --git a/package/strace/strace.hash b/package/strace/strace.hash index e4fe690f612e..f7a634000ca6 100644 --- a/package/strace/strace.hash +++ b/package/strace/strace.hash @@ -1,5 +1,5 @@ # Locally calculated after checking signature with RSA key 0xA8041FA839E16E36 -# https://strace.io/files/5.11/strace-5.11.tar.xz.asc -sha256 ffe340b10c145a0f85734271e9cce56457d23f21a7ea5931ab32f8cf4e793879 strace-5.11.tar.xz +# https://strace.io/files/5.12/strace-5.12.tar.xz.asc +sha256 29171edf9d252f89c988a4c340dfdec662f458cb8c63d85431d64bab5911e7c4 strace-5.12.tar.xz sha256 f847d5ef26ad1151ca63bb88536b23a4cac5040c67917f3d5ee7ea1316e2b736 COPYING sha256 7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa LGPL-2.1-or-later diff --git a/package/strace/strace.mk b/package/strace/strace.mk index 013bfdcd5547..810f55e82b44 100644 --- a/package/strace/strace.mk +++ b/package/strace/strace.mk @@ -4,7 +4,7 @@ # ################################################################################ -STRACE_VERSION = 5.11 +STRACE_VERSION = 5.12 STRACE_SOURCE = strace-$(STRACE_VERSION).tar.xz STRACE_SITE = https://strace.io/files/$(STRACE_VERSION) STRACE_LICENSE = LGPL-2.1+