From patchwork Thu Apr 2 11:21:44 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: ummeegge X-Patchwork-Id: 2878 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 48tLHk2DFFz3yBr for ; Thu, 2 Apr 2020 11:21:54 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 48tLHj1xpTz1QW; Thu, 2 Apr 2020 11:21:53 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 48tLHj0TYNz2xnf; Thu, 2 Apr 2020 11:21:53 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 48tLHg5glCz2xnf for ; Thu, 2 Apr 2020 11:21:51 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 48tLHg22PFz13H; Thu, 2 Apr 2020 11:21:51 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1585826511; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=tH3AlRQY3pdizrj8tqG2SGkx3mW3SSrwxrpAHmqdX88=; b=e380WYLyy5b5qPS6AnaI52GP3NZ3uwDz7SZPXcv/72ri/4anXAJwQP2I2MM2kjRw88mXhc qYaQCeBRUZppGPBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1585826511; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=tH3AlRQY3pdizrj8tqG2SGkx3mW3SSrwxrpAHmqdX88=; b=gp/mN1XpeiZfDD8xJw0i6hI0j37uO+iFN84uktzyiJpsYJLJbEvE9bw5D23mkt/ffmvQME 5RyGfrao69uxIJwvlAenZjo6RvZl/6HczK0kHOZQSlUjSf5wLl9J2z12xhbmNa9rZlaN7F aWDXTNXvUNaR7IGL4WwgpzdreVJMzZZ+eMMf0oWTO/bNo2bEY1wbeDaYk5vXt41wAYs00q 7wFo25EVFgvK2VhwGX6DFfZIJT2XWFKu+P0YRtpsSxpb7HE1YQzqljRL7BNv2zw3YpAeIb HIg7nm3WHvDWoHko0J6mhTEFjQ78Y1pHuY6kCzPnnB9Th4TgZeHTcVDpUi2Bow== From: Erik Kapfer To: development@lists.ipfire.org Subject: [PATCH] strace: Update to version 5.5 Date: Thu, 2 Apr 2020 13:21:44 +0200 Message-Id: <20200402112144.11990-1-ummeegge@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=ummeegge@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" The version jump from 4.7 to 5.5 includes several bugfixes and improvements. For a full overview --> https://github.com/strace/strace/releases . Signed-off-by: Erik Kapfer Reviewed-by: Michael Tremer --- config/rootfiles/packages/strace | 1 + lfs/strace | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/packages/strace b/config/rootfiles/packages/strace index 4730d8caf..d789520c7 100644 --- a/config/rootfiles/packages/strace +++ b/config/rootfiles/packages/strace @@ -1,4 +1,5 @@ usr/bin/strace #usr/bin/strace-graph #usr/bin/strace-log-merge +#usr/share/man/man1/strace-log-merge.1 #usr/share/man/man1/strace.1 diff --git a/lfs/strace b/lfs/strace index 11d7c49f6..53e93b1ec 100644 --- a/lfs/strace +++ b/lfs/strace @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2020 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 4.7 +VER = 5.5 SUP_ARCHES = x86_64 i586 armv5tel THISAPP = strace-$(VER) @@ -33,9 +33,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = strace -PAK_VER = 1 +PAK_VER = 2 -DEPS = +DEPS = "" ############################################################################### # Top-level Rules @@ -45,7 +45,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 6054c3880a00c6703f83b57f15e04642 +$(DL_FILE)_MD5 = dbce2e84632b39a4ed86b9fc60447af9 install : $(TARGET)