]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
ethtool: Update to version 5.13
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 20 Jul 2021 20:01:03 +0000 (22:01 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 5 Sep 2021 08:42:56 +0000 (08:42 +0000)
- 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>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/ethtool

index 6775718440cb2e35e35f5fa3c8560b5906727199..d7655d173974c6343491d0ba9583001a53bb8193 100644 (file)
@@ -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)