From patchwork Thu Mar 2 10:14:09 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6659 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 "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4PS7Dp3hWNz3wk4 for ; Thu, 2 Mar 2023 10:50:50 +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 "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4PS6Sm2R7Bz9NN; Thu, 2 Mar 2023 10:16:08 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PS6RP5M6Hz30JD; Thu, 2 Mar 2023 10:14:57 +0000 (UTC) Received: from mail01.ipfire.org (unknown [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 "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4PS6RL2nP5z30JQ for ; Thu, 2 Mar 2023 10:14:54 +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 4PS6R80MXwz3BC; Thu, 2 Mar 2023 10:14:44 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1677752084; 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: in-reply-to:in-reply-to:references:references; bh=8zrr4RAD+5Mw7DY102rwxpP3XWfhJYiYKSD86zERK+s=; b=yteRqq/Ai0fgjDRqJnZP6Jb3PKY0LDBbdpJedIwdbqYuleYqXBBN05Vd01PoM8HZ4fcXxb S3HjWBVrXbsfuKCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1677752084; 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: in-reply-to:in-reply-to:references:references; bh=8zrr4RAD+5Mw7DY102rwxpP3XWfhJYiYKSD86zERK+s=; b=Wb5UyaG+rDeR5Pz39Zj7bioKqqHcDXydJq76iB8v41N8mQZFb0+Sck2P0pjKINsECIi+gd PFyKPvT6DYbxfE+coSguFOENLAn3eX0X5NjIdCZ3ZzXWLNVuu3i7Ks8PRzveZwbhrznUbk DSnRyVvRlDYnYXkbGwKoKOpqZbNdA5jW+7wgzQETBTIa8qAD+iD7Jhe4PfmvF9jq3CG/CB h38SeA1dDHX+yBSOtQ1pWQnNj1HMA3dQ8pLJ+cri5vJMWARoaQ+KK/ZKgc974ZNt7HmQTJ ++jLHJHWxN0/AfUgD446McgCiQTTlrwzxK7KZOmUhNNYiZdxEfgPwZ1/mOA5jA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] ethtool: Update to version 6.2 Date: Thu, 2 Mar 2023 11:14:09 +0100 Message-Id: <20230302101419.3443689-4-adolf.belka@ipfire.org> In-Reply-To: <20230302101419.3443689-1-adolf.belka@ipfire.org> References: <20230302101419.3443689-1-adolf.belka@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" - Update from version 6.1 to 6.2 - Update of rootfile not required - Changelog Version 6.2 - February 21, 2023 * Feature: link down event statistics (no option) * Feature: JSON output for coalesce (-c) * Feature: new link modes (no option) * Feature: JSON output for ring (-g) * Feature: netlink handler for RSS get (-x) * Fix: fix boolean value output in JSON output * Fix: fix build errors and warnings Signed-off-by: Adolf Belka --- lfs/ethtool | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/ethtool b/lfs/ethtool index 2b13cb424..f2b996fa9 100644 --- a/lfs/ethtool +++ b/lfs/ethtool @@ -24,7 +24,7 @@ include Config -VER = 6.1 +VER = 6.2 THISAPP = ethtool-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 002a4edffda42520d77e8f0c27adf909090823f1a08689b67fc7c75de3048bdc9c94d7d32973bd17562d7dbf295479e796c2529b5db66b5fce42a2ede5851cd6 +$(DL_FILE)_BLAKE2 = b3fa2571b1efef3b686eb4f20b33e6cc32bdb8cff5f2e642454ca3d41c427b1953df7b07e5ac8ef149f8b4be614210e05e593233655e5fe317c48630b20b68e8 install : $(TARGET)