From patchwork Mon Jan 23 09:06:35 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6453 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 4P0kkQ10jnz3xlH for ; Mon, 23 Jan 2023 09:06:54 +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 4P0kkK6sMHz15S; Mon, 23 Jan 2023 09:06:49 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4P0kkJ5Wjgz30Gs; Mon, 23 Jan 2023 09:06:48 +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 4P0kkH33lPz2yDd for ; Mon, 23 Jan 2023 09:06:47 +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 4P0kkH1XnkzSf; Mon, 23 Jan 2023 09:06:46 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1674464807; 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=2ZolV6keWQLXMPjpwhiU+OjS3A0gvEYcCULA05q2kCg=; b=RP/mMBC23yOCMfhm3FrE7aBpWkfOfw82NxWVHh+YjGWNPpxnt69/0A6fLlpt/MdIIQoeuG qMBbBtI7rFEMIfCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1674464807; 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=2ZolV6keWQLXMPjpwhiU+OjS3A0gvEYcCULA05q2kCg=; b=jgKJr3JWAL2569orQu26zFmjGSXltIHMzuTnMaxAr+WUfkRv5AHQkQOBwFnStCYuJ6ppai izo1Fsr/fY0XcpSp7/mOQ+MdRFAFtOmjCTbMB4501VGTh7+2XOCL43bkStKfIXgFZW/iyA nbnOwaMKYrTyuNb5ye+v3tJ20dY8+Lcq5IEJAfA/pGO8er/C1z8NfDuecGg9mwtpJQz9ZH ZP87yQKZVK5LcfKP+78+GTe5IjSLyKJEIxac4H9p2aRlvq2lXDQbsLg3cBhnu3kheEBSa2 Qxc8cJ/AF9BVWE9ODysIPdf891GjbbZxjkZXMkd24G7asefOnqocM1fTp+GcfA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] ethtool: Update to version 6.1 Date: Mon, 23 Jan 2023 10:06:35 +0100 Message-Id: <20230123090638.5651-2-adolf.belka@ipfire.org> In-Reply-To: <20230123090638.5651-1-adolf.belka@ipfire.org> References: <20230123090638.5651-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.0 to 6.1 - Update of rootfile not required - Changelog after 2005 is only available by reviewing the git commits https://git.kernel.org/pub/scm/network/ethtool/ethtool.git/log/ Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/ethtool | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/ethtool b/lfs/ethtool index 59f77628d..2b13cb424 100644 --- a/lfs/ethtool +++ b/lfs/ethtool @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2023 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.0 +VER = 6.1 THISAPP = ethtool-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 24bbde83e03d7f18345360dbf330dc811663c5b755e57f18e35c0206692d331d9dce830a479cd2a08b26c2c67107a99443cfcbb9c68416d3fe07e505f99efbd5 +$(DL_FILE)_BLAKE2 = 002a4edffda42520d77e8f0c27adf909090823f1a08689b67fc7c75de3048bdc9c94d7d32973bd17562d7dbf295479e796c2529b5db66b5fce42a2ede5851cd6 install : $(TARGET)