From patchwork Thu Dec 22 04:01:41 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6316 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4NcxTF33KFz3wfY for ; Thu, 22 Dec 2022 04:01:53 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4NcxTC2CLPzch; Thu, 22 Dec 2022 04:01:51 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NcxTC03chz2yWd; Thu, 22 Dec 2022 04:01:51 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4NcxT86DHBz2xHs for ; Thu, 22 Dec 2022 04:01:48 +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) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4NcxT74dYHzJt; Thu, 22 Dec 2022 04:01:47 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1671681708; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=nxkbItxGSv7O9eqnhowXd/29cPSN3QLF9hsJEwAXX5E=; b=HVLqWz56a7qxoOPj1pYRsmSXO69IGzB6vh1uCYtFRgrZHIqFnYiHtd+/N5n95LLb+vJ1ZJ etOFIXBOcrv8hCAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1671681708; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=nxkbItxGSv7O9eqnhowXd/29cPSN3QLF9hsJEwAXX5E=; b=KKXcxfrT2JCMqjIsQ4kLt8vLedTrJXwu+dAFv3QA12PcSy7cquxJbCmVaSxwoA8jZ7Wn/S 4fufezRCAhvTcW4HFfOKPgW3uYGCZZgptprFXb7gGwTOOmHWm1b7TI7bc+IK7PLeSO1/zo IZBKXbWWFwXLhr4KVYVFVsiNQzRclxKzLdPGyPKtLdVoBifWnn/YWFCZ6Ud0BATAyOGcq/ rV4+8VwH4qaUCioRkzjkj8FhbPyjr0Em2zkgEkCf/nK/pV7Iod+mgekZ7dD4wDry9zfZ5P 8zR62wXNWn7KgYDTnf9f5L2ZECmz0BnihNgBvlAMDpaZkjpaPtks4h4WXNP8fA== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] strace: Update to 6.1 Date: Thu, 22 Dec 2022 05:01:41 +0100 Message-Id: <20221222040141.18612-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 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" - Project has moved to new location so adjust URL and SRC URL Signed-off-by: Stefan Schantl --- strace/strace.nm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/strace/strace.nm b/strace/strace.nm index 19758a93c..52d5fcd24 100644 --- a/strace/strace.nm +++ b/strace/strace.nm @@ -4,11 +4,11 @@ ############################################################################### name = strace -version = 4.13 +version = 6.1 release = 1 groups = Development/Debuggers -url = http://sourceforge.net/projects/strace/ +url = https://strace.io/ license = BSD summary = Tracks and displays system calls associated with a running process. @@ -20,7 +20,7 @@ description purposes. end -source_dl = http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/ +source_dl = https://strace.io/files/%{version}/ sources = %{thisapp}.tar.xz packages