From patchwork Mon May 17 15:10:38 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4300 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 4FkMyb2SsTz3wbb for ; Mon, 17 May 2021 15:10:47 +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 4FkMyZ16Bbzs2; Mon, 17 May 2021 15:10:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FkMyZ0GRmz2xcT; Mon, 17 May 2021 15:10:46 +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 4FkMyX3qtNz2xcT for ; Mon, 17 May 2021 15:10:44 +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 4FkMyW6cvLzSG; Mon, 17 May 2021 15:10:43 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1621264244; 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=h4aoDH3GfQz/X1sNlRvcd0sZtZ3Tf824DlxxxBTj/9A=; b=t6L4zqp+CkGpKMxotkhdqwOCHTVUJ4Yw0Xq2gU4jsw4DUVr2BEWzjNIvUUG4FmCwjwonlX vh8LP5CfATH0GVAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1621264244; 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=h4aoDH3GfQz/X1sNlRvcd0sZtZ3Tf824DlxxxBTj/9A=; b=taoA95KTprpA5bkmYw1+1HbWzfGlLwukuk0J5ojtLhLuLvmeP5s7M36H6SKaYzas2Qopwk l/zQsA5QOPFFXBcZjnO2E3z9Yx3U1+7zP5ERzvQBrjA8SSi9aU/OS35xnSOOYxeCGObr6z j6mGWYZ+QRl3/iZN36Q/b8ZUN0OTOWKP38hV9Nex1oMfihi2MvkdQhGt8q3krcWji2oU85 YtiV3mB+9ygF0zKQ9jlNkGpwZmlDjUerdxct6/gOygz8Nf0C6q78yipT1awCqWWmXlWBOV Ny3RVgRQiCtn3tYyayAI4cn+QHlj42WnNhq7cuZM4wuMTNsKfegZJACRQmehaQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] ethtool: Update to 5.12 Date: Mon, 17 May 2021 17:10:38 +0200 Message-Id: <20210517151038.3269753-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 3.16 (2014) to 5.12 (2021) - Update of rootfile - Changelog is too large to include here. Changelog details are available at https://git.kernel.org/pub/scm/network/ethtool/ethtool.git/log/ Signed-off-by: Adolf Belka --- config/rootfiles/common/ethtool | 1 + lfs/ethtool | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/common/ethtool b/config/rootfiles/common/ethtool index 930cd05de..1ffc4025d 100644 --- a/config/rootfiles/common/ethtool +++ b/config/rootfiles/common/ethtool @@ -1,2 +1,3 @@ usr/sbin/ethtool +#usr/share/bash-completion/completions/ethtool #usr/share/man/man8/ethtool.8 diff --git a/lfs/ethtool b/lfs/ethtool index 9fb0d8973..677571844 100644 --- a/lfs/ethtool +++ b/lfs/ethtool @@ -24,7 +24,7 @@ include Config -VER = 3.16 +VER = 5.12 THISAPP = ethtool-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 7eee202accb86104adc8463a36a1a468 +$(DL_FILE)_MD5 = 11fcf0d0287c899fbcbdb48897fe2bab install : $(TARGET)