From patchwork Sun Feb 6 12:38:56 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5093 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 4Js83D3Vd7z3wgk for ; Sun, 6 Feb 2022 12:39:04 +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 4Js83C6C7wz4YQ; Sun, 6 Feb 2022 12:39:03 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Js83C5ljYz2yN4; Sun, 6 Feb 2022 12:39:03 +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 "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Js83B6DVBz2xd1 for ; Sun, 6 Feb 2022 12:39:02 +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 4Js83B560hz44Q; Sun, 6 Feb 2022 12:39:02 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644151142; 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=BNe828z/EqVIPZQ35D/AW9Px9Tavi3u6HKy4bnmFUfk=; b=gGt/MEO9S0grXTMSgAZ5ki+C+ht0iokGJfuoCULs1pY9otvYl1w6YwYQhEVIwYpkNzb/w4 woTeT0wAe/cCpmAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644151142; 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=BNe828z/EqVIPZQ35D/AW9Px9Tavi3u6HKy4bnmFUfk=; b=mdcDXsaut3X1vK9IgcouH52Pt4q2BgXcjW2QfAe2EZY5uFV4rRnO8k+Y7cW0H8012U2gFu YcGccyJHlrPaPo307zijDPG9WawmJTrOMmpAn2LOYYFzZyj5n4XOKSMbMUSM4u14cMLX78 gyq5KibCxw3LXbC0fmTQNpEpEvyKw0ICOxOYDAEWEVEFTO6oHSeLiP2WAbDf18MPlc8/41 QyGqkOgYEmcdz6pifUWcJ82/e0/waQnELnTLzDoDremlihMqBYy4foGOuxPuMm6wJ9h5Mp Zl7UBIw0mJ4paczOm4m4PDNvVjKdP31xCY50d0/5KuQOlNFdmeDmpeKF7nJ9IQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] ethtool: Update to version 5.16 Date: Sun, 6 Feb 2022 13:38:56 +0100 Message-Id: <20220206123856.3456457-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 5.15 to 5.16 - Update of rootfile not required - Changelog Version 5.16 - January 19, 2022 * Feature: use memory maps for module EEPROM parsing (-m) * Feature: show CMIS diagnostic information (-m) * Fix: fix dumping advertised FEC modes (--show-fec) * Fix: ignore cable test notifications from other devices (--cable-test) * Fix: do not show duplicate options in help text (--help) Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/ethtool | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/ethtool b/lfs/ethtool index 22126f4ab..47164c1b5 100644 --- a/lfs/ethtool +++ b/lfs/ethtool @@ -24,7 +24,7 @@ include Config -VER = 5.15 +VER = 5.16 THISAPP = ethtool-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 967f92926a453d3eb9bf41f73223f173 +$(DL_FILE)_MD5 = 0ead0316aa15e1bf90d1f9d2f81286a2 install : $(TARGET)