From mboxrd@z Thu Jan 1 00:00:00 1970 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> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9034874030743069937==" List-Id: --===============9034874030743069937== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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 --- 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 @@ =20 include Config =20 -VER =3D 6.0 +VER =3D 6.1 =20 THISAPP =3D ethtool-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 24bbde83e03d7f18345360dbf330dc811663c5b755e57f18e35c02= 06692d331d9dce830a479cd2a08b26c2c67107a99443cfcbb9c68416d3fe07e505f99efbd5 +$(DL_FILE)_BLAKE2 =3D 002a4edffda42520d77e8f0c27adf909090823f1a08689b67fc7c7= 5de3048bdc9c94d7d32973bd17562d7dbf295479e796c2529b5db66b5fce42a2ede5851cd6 =20 install : $(TARGET) =20 --=20 2.39.0 --===============9034874030743069937==--