ethtool: Update to version 5.13

Message ID 20210720200103.3582448-1-adolf.belka@ipfire.org
State Accepted
Commit 92f167fc4746b51fc9b6064026a3e7ca5c54c389
Headers
Series ethtool: Update to version 5.13 |

Commit Message

Adolf Belka July 20, 2021, 8:01 p.m. UTC
  - 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 the 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	Vladyslav Tarasiuk
    ethtool: Rename QSFP-DD identifiers to use CMIS	Vladyslav Tarasiuk
    ethtool: Refactor human-readable module EEPROM output for new API	Vladyslav 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@ipfire.org>
---
 lfs/ethtool | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/lfs/ethtool b/lfs/ethtool
index 677571844..d7655d173 100644
--- a/lfs/ethtool
+++ b/lfs/ethtool
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 5.12
+VER        = 5.13
 
 THISAPP    = ethtool-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 11fcf0d0287c899fbcbdb48897fe2bab
+$(DL_FILE)_MD5 = 940bd6c330b9ebafaf40b3b428e56754
 
 install : $(TARGET)