From patchwork Tue Mar 5 11:23:57 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7582 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 (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4TptW73gGZz3wmD for ; Tue, 5 Mar 2024 11:24:19 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4TptW25rLjzf1; Tue, 5 Mar 2024 11:24:14 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4TptW23Qgtz32qC; Tue, 5 Mar 2024 11:24:14 +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 (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4TptW01VRkz2y1v for ; Tue, 5 Mar 2024 11:24:12 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4TptVy6cbsz9M; Tue, 5 Mar 2024 11:24:10 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1709637851; 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=dG20mKm5wkOoYXq5sduyyZgRB0KZ4moNhYTgNm4wzkc=; b=0jnXiEu1RGE2TOir0/BD8bGGZH5Uut+aGPaMv2UsFfbliPYVgTx8wbGT02cW+crdq7/PTn 0WXcMb0k1laBx4Dg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1709637851; 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=dG20mKm5wkOoYXq5sduyyZgRB0KZ4moNhYTgNm4wzkc=; b=Qvpmd4/ckPDRifpaSJgrdwc+Gekjc7IBL4q4yKjPcb069RBdW1a+baw7PfFores8ByCoQJ oSf5/+bKsE5zcftC+Pn7nniYCnkBKrzN9yJO+W+f90vkCAjbQlx27Lk0F/3gaB38+iA8l3 HK0iyaO9ne/X50n0TxMKhTUbwl5gYymV3B6/Xby5ebxUAqA9pST8vtODOr8dyltZBxvkhz KRITCM7StPKC7tHTI8uLp5pz/NiLSvBifttgkCpukwboNInzW2IeMe4BnbIq9vVFt/jB3c P+SHoXlzQz0LPLF/DbSBxoF0tLjxvt4g0udrOOApNJsmw6mIxqd223blGwVrEQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] ethtool: Update to version 6.7 Date: Tue, 5 Mar 2024 12:23:57 +0100 Message-ID: <20240305112405.3404991-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: KUCDRI6HMSSEKF4CZYZ3FY3W63WEYBXZ X-Message-ID-Hash: KUCDRI6HMSSEKF4CZYZ3FY3W63WEYBXZ X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Update from version 6.3 to 6.7 - Update of rootfile not required - Changelog 6.7 - January 29, 2024 * Feature: support for setting TCP data split * Fix: fix new gcc14 warning * Fix: fix SFF-8472 transceiver module identification (-m) * Misc: code cleanup 6.6 - November 23, 2023 * Feature: support for more CMIS transceiver modules (-m) * Fix: fix build on systems with old kernel uapi headers 6.5 - September 12, 2023 * Feature: register dump for hns3 driver (-d) * Fix: fix fallback to ioctl for sset (-s) * Fix: fix empty slot search in rmgr (-N) 6.4 - July 1, 2023 * Feature: get/set Tx push buffer length (-G) * Feature: sff-8636 and cmis: report LOL / LOS / Tx Fault (-m) * Fix: fix duplex setting parser (-s) * Misc: check and require C11 language standard * Misc: clean up obsolete pre-build checks Signed-off-by: Adolf Belka --- lfs/ethtool | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/ethtool b/lfs/ethtool index e6d65ea12..c6b54aa4e 100644 --- a/lfs/ethtool +++ b/lfs/ethtool @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team # +# Copyright (C) 2007-2024 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 = 6.3 +VER = 6.7 THISAPP = ethtool-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = c06509525db47f8ee7c220d0b880fe80323a4a00036e9698432b1b9c85ad75045e98b23498f6283497728cafd187ca173b15f3ad60f8e6f8b4d0c5688d84a1f9 +$(DL_FILE)_BLAKE2 = 94a6fd8d29ff479eb894fe56bf991f522fff9af5a94c176d06be2819fe2520125cb48dbded229df1a9f5a0308aeaec503c55caf5d248eef87640c7f90f1132ec install : $(TARGET)