From patchwork Tue Mar 31 00:21:48 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Paul Cercueil X-Patchwork-Id: 1264449 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.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=crapouillou.net Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=crapouillou.net header.i=@crapouillou.net header.a=rsa-sha256 header.s=mail header.b=YyrgQ55n; dkim-atps=neutral Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 48rqyN06Zmz9sSK for ; Tue, 31 Mar 2020 11:31:39 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id C499623B88; Tue, 31 Mar 2020 00:31:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XPVNyi7xz4p9; Tue, 31 Mar 2020 00:31:34 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id DC3BF2049A; Tue, 31 Mar 2020 00:31:33 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id C31A91BF97F for ; Tue, 31 Mar 2020 00:31:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id BDBF286DAD for ; Tue, 31 Mar 2020 00:31:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KFKJ4p7hOdBu for ; Tue, 31 Mar 2020 00:31:30 +0000 (UTC) X-Greylist: delayed 00:09:30 by SQLgrey-1.7.6 Received: from crapouillou.net (outils.crapouillou.net [89.234.176.41]) by whitealder.osuosl.org (Postfix) with ESMTPS id 97C7586C7E for ; Tue, 31 Mar 2020 00:31:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=crapouillou.net; s=mail; t=1585614116; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:in-reply-to: references; bh=ONh8w/okv3hVJeauVKsO/8bKnZyx2W5IhSbSFzCCg/0=; b=YyrgQ55n5mD764hD9BXIde1s3KVpkTZPnZYO148/y2Co3Chc2L/SnViV4TRbMYhCfTgXxC fVydNY50e18XlUBlTNa25+5xU7G5hl2+5D/3+CsPgMKc4/Id7bF49uC+/IaDiB/O9Z9+I8 ll8uAN/ouH016zoj6IID1sUZYrQqXeI= From: Paul Cercueil To: buildroot@busybox.net Date: Tue, 31 Mar 2020 02:21:48 +0200 Message-Id: <20200331002148.45767-1-paul@crapouillou.net> MIME-Version: 1.0 Subject: [Buildroot] [PATCH] strace: bump to version 5.5 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: , Cc: Paul Cercueil Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" And remove the patch that is now upstream. Signed-off-by: Paul Cercueil --- ...0001-filter_seccomp-fix-no-MMU-build.patch | 46 ------------------- package/strace/strace.hash | 4 +- package/strace/strace.mk | 2 +- 3 files changed, 3 insertions(+), 49 deletions(-) delete mode 100644 package/strace/0001-filter_seccomp-fix-no-MMU-build.patch diff --git a/package/strace/0001-filter_seccomp-fix-no-MMU-build.patch b/package/strace/0001-filter_seccomp-fix-no-MMU-build.patch deleted file mode 100644 index 27f6d1490b..0000000000 --- a/package/strace/0001-filter_seccomp-fix-no-MMU-build.patch +++ /dev/null @@ -1,46 +0,0 @@ -From fb4fdb83be36ff5e71426d2bdea81d035cdbd0b8 Mon Sep 17 00:00:00 2001 -From: Baruch Siach -Date: Mon, 13 Jan 2020 14:54:15 +0200 -Subject: [PATCH] filter_seccomp: fix no-MMU build - -Move the declaration of filter_generators out of HAVE_FORK ifdef to fix -build for no-MMU targets: - -filter_seccomp.c: In function ‘check_seccomp_filter_properties’: -filter_seccomp.c:608:42: error: ‘filter_generators’ undeclared (first use in this function); did you mean ‘linear_filter_generator’? - for (unsigned int i = 0; i < ARRAY_SIZE(filter_generators); ++i) { - ^~~~~~~~~~~~~~~~~ - -Signed-off-by: Baruch Siach ---- -Upstream status: https://lists.strace.io/pipermail/strace-devel/2020-January/thread.html - - - filter_seccomp.c | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/filter_seccomp.c b/filter_seccomp.c -index 91f6bc42bce3..da1abc713dfc 100644 ---- a/filter_seccomp.c -+++ b/filter_seccomp.c -@@ -68,8 +68,6 @@ static const struct audit_arch_t audit_arch_vec[SUPPORTED_PERSONALITIES] = { - # endif - }; - --# ifdef HAVE_FORK -- - typedef unsigned short (*filter_generator_t)(struct sock_filter *, - bool *overflow); - static unsigned short linear_filter_generator(struct sock_filter *, -@@ -92,6 +90,8 @@ static struct sock_fprog bpf_prog = { - .filter = NULL, - }; - -+# ifdef HAVE_FORK -+ - static void ATTRIBUTE_NORETURN - check_seccomp_order_do_child(void) - { --- -2.24.1 - diff --git a/package/strace/strace.hash b/package/strace/strace.hash index dfc2143d65..44358e81a3 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.4/strace-5.4.tar.xz.asc -sha256 f7d00514d51290b6db78ad7a9de709baf93caa5981498924cbc9a744cfd2a741 strace-5.4.tar.xz +# https://strace.io/files/5.5/strace-5.5.tar.xz.asc +sha256 9f58958c8e59ea62293d907d10572e352b582bd7948ed21aa28ebb47e5bf30ff strace-5.5.tar.xz sha256 739b2725197137a04ab48ee6b19da3fdf7e497249e0dedd9f51c11a570401ede COPYING sha256 7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa LGPL-2.1-or-later diff --git a/package/strace/strace.mk b/package/strace/strace.mk index 5ad249b13c..569a822e42 100644 --- a/package/strace/strace.mk +++ b/package/strace/strace.mk @@ -4,7 +4,7 @@ # ################################################################################ -STRACE_VERSION = 5.4 +STRACE_VERSION = 5.5 STRACE_SOURCE = strace-$(STRACE_VERSION).tar.xz STRACE_SITE = https://strace.io/files/$(STRACE_VERSION) STRACE_LICENSE = LGPL-2.1+