From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] ethtool: Update to version 6.1 Date: Mon, 23 Jan 2023 15:18:51 +0000 Message-ID: In-Reply-To: <20230123090638.5651-2-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2443469576738642670==" List-Id: --===============2443469576738642670== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - 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/ >=20 > Signed-off-by: Adolf Belka > --- > lfs/ethtool | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > 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 24bbde83e03d7f18345360dbf330dc811663c5b755e57f18e35c= 0206692d331d9dce830a479cd2a08b26c2c67107a99443cfcbb9c68416d3fe07e505f99efbd5 > +$(DL_FILE)_BLAKE2 =3D 002a4edffda42520d77e8f0c27adf909090823f1a08689b67fc7= c75de3048bdc9c94d7d32973bd17562d7dbf295479e796c2529b5db66b5fce42a2ede5851cd6 > =20 > install : $(TARGET) > =20 --===============2443469576738642670==--