From mboxrd@z Thu Jan  1 00:00:00 1970
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] ethtool: Update to version 5.13
Date: Tue, 20 Jul 2021 22:01:03 +0200
Message-ID: <20210720200103.3582448-1-adolf.belka@ipfire.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6994366365991314752=="
List-Id: <development.lists.ipfire.org>

--===============6994366365991314752==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable

- Update from 5.12 to 5.13
- Update of rootfile not reuired
- Changelog is no longer in the source tarball. It has to be extracted from t=
he commits
   in the git repository.
   5.13
    netlink: work around spurious selftest failure	Michal Kubecek
    Merge branch 'review/getmodule-v4' into master	Michal Kubecek
    ethtool: Update manpages to reflect changes to getmodule (-m) command	Vla=
dyslav Tarasiuk
    ethtool: Rename QSFP-DD identifiers to use CMIS	Vladyslav Tarasiuk
    ethtool: Refactor human-readable module EEPROM output for new API	Vladysl=
av Tarasiuk
    ethtool: Add netlink handler for getmodule (-m)	Vladyslav Tarasiuk
    Merge branch 'review/fec-stats-v3' into master	Michal Kubecek
    test: workaround for FEC encoding parser checks	Michal Kubecek
    netlink: stats: add an --all-groups option	Jakub Kicinski
    netlink: add support for standard stats	Jakub Kicinski
    ethtool: add nlchk for redirecting to netlink	Jakub Kicinski
    netlink: fec: support displaying statistics	Jakub Kicinski
    netlink: add FEC support	Jakub Kicinski
    json: improve array print API	Jakub Kicinski
    update UAPI header copies

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 lfs/ethtool | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lfs/ethtool b/lfs/ethtool
index 677571844..d7655d173 100644
--- a/lfs/ethtool
+++ b/lfs/ethtool
@@ -24,7 +24,7 @@
=20
 include Config
=20
-VER        =3D 5.12
+VER        =3D 5.13
=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)_MD5 =3D 11fcf0d0287c899fbcbdb48897fe2bab
+$(DL_FILE)_MD5 =3D 940bd6c330b9ebafaf40b3b428e56754
=20
 install : $(TARGET)
=20
--=20
2.32.0


--===============6994366365991314752==--