]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
iproute2: Update to 5.7.0
authorMatthias Fischer <matthias.fischer@ipfire.org>
Sun, 14 Jun 2020 06:50:13 +0000 (08:50 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 19 Jun 2020 17:14:59 +0000 (17:14 +0000)
For details see:
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/log/?h=v5.7.0

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/iproute2
lfs/iproute2

index eaa159ac7a45dbea0cae63ce4f2eae37ce1f981e..e22f1649c15f9173b911ec2864f80e5f4a62ebba 100644 (file)
@@ -34,6 +34,7 @@ sbin/tc
 #usr/sbin/arpd
 #usr/share/bash-completion
 #usr/share/bash-completion/completions
+#usr/share/bash-completion/completions/devlink
 usr/share/bash-completion/completions/tc
 #usr/share/man/man3/libnetlink.3
 #usr/share/man/man7/tc-hfsc.7
@@ -41,6 +42,7 @@ usr/share/bash-completion/completions/tc
 #usr/share/man/man8/bridge.8
 #usr/share/man/man8/ctstat.8
 #usr/share/man/man8/devlink-dev.8
+#usr/share/man/man8/devlink-dpipe.8
 #usr/share/man/man8/devlink-health.8
 #usr/share/man/man8/devlink-monitor.8
 #usr/share/man/man8/devlink-port.8
@@ -104,6 +106,7 @@ usr/share/bash-completion/completions/tc
 #usr/share/man/man8/tc-codel.8
 #usr/share/man/man8/tc-connmark.8
 #usr/share/man/man8/tc-csum.8
+#usr/share/man/man8/tc-ct.8
 #usr/share/man/man8/tc-ctinfo.8
 #usr/share/man/man8/tc-drr.8
 #usr/share/man/man8/tc-ematch.8
index 2e8822902becadfe79b597bffc21c2ef7ddf55d3..f07a125cfc3cb4d121125993b1176e4d3cff8a35 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 5.6.0
+VER        = 5.7.0
 
 THISAPP    = iproute2-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE)             = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5         = 9da0c352707c34b8b1fec3bf42fcfd09
+$(DL_FILE)_MD5         = da22ab8562eda56ae232872fa72e4870
 
 install : $(TARGET)