* [PATCH] iproute2: Update to 5.2.0
@ 2019-09-08 18:43 Matthias Fischer
2019-09-09 9:39 ` Michael Tremer
0 siblings, 1 reply; 3+ messages in thread
From: Matthias Fischer @ 2019-09-08 18:43 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 3586 bytes --]
For details see:
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/log/
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
config/rootfiles/common/iproute2 | 8 ++++++--
lfs/iproute2 | 6 +++---
2 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/config/rootfiles/common/iproute2 b/config/rootfiles/common/iproute2
index cf9a5c456..0de39e781 100644
--- a/config/rootfiles/common/iproute2
+++ b/config/rootfiles/common/iproute2
@@ -40,9 +40,7 @@ usr/share/bash-completion/completions/tc
#usr/share/doc/iproute2/examples/README.cbq
#usr/share/doc/iproute2/examples/README.iproute2+tc
#usr/share/doc/iproute2/examples/SYN-DoS.rate.limit
-#usr/share/doc/iproute2/examples/cbq.init-v0.7.3
#usr/share/doc/iproute2/examples/cbqinit.eth1
-#usr/share/doc/iproute2/examples/dhcp-client-script
#usr/share/doc/iproute2/examples/diffserv
#usr/share/doc/iproute2/examples/diffserv/Edge1
#usr/share/doc/iproute2/examples/diffserv/Edge2
@@ -63,8 +61,10 @@ 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-health.8
#usr/share/man/man8/devlink-monitor.8
#usr/share/man/man8/devlink-port.8
+#usr/share/man/man8/devlink-region.8
#usr/share/man/man8/devlink-resource.8
#usr/share/man/man8/devlink-sb.8
#usr/share/man/man8/devlink.8
@@ -111,6 +111,7 @@ usr/share/bash-completion/completions/tc
#usr/share/man/man8/tc-basic.8
#usr/share/man/man8/tc-bfifo.8
#usr/share/man/man8/tc-bpf.8
+#usr/share/man/man8/tc-cake.8
#usr/share/man/man8/tc-cbq-details.8
#usr/share/man/man8/tc-cbq.8
#usr/share/man/man8/tc-cbs.8
@@ -121,6 +122,7 @@ usr/share/bash-completion/completions/tc
#usr/share/man/man8/tc-csum.8
#usr/share/man/man8/tc-drr.8
#usr/share/man/man8/tc-ematch.8
+#usr/share/man/man8/tc-etf.8
#usr/share/man/man8/tc-flow.8
#usr/share/man/man8/tc-flower.8
#usr/share/man/man8/tc-fq.8
@@ -148,7 +150,9 @@ usr/share/bash-completion/completions/tc
#usr/share/man/man8/tc-simple.8
#usr/share/man/man8/tc-skbedit.8
#usr/share/man/man8/tc-skbmod.8
+#usr/share/man/man8/tc-skbprio.8
#usr/share/man/man8/tc-stab.8
+#usr/share/man/man8/tc-taprio.8
#usr/share/man/man8/tc-tbf.8
#usr/share/man/man8/tc-tcindex.8
#usr/share/man/man8/tc-tunnel_key.8
diff --git a/lfs/iproute2 b/lfs/iproute2
index 4d2a6f4d7..27e0744d1 100644
--- a/lfs/iproute2
+++ b/lfs/iproute2
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2018 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2019 IPFire Team <info(a)ipfire.org> #
# #
# 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 @@
include Config
-VER = 4.18.0
+VER = 5.2.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 = 8b8680e91390c57cab788fbf8e929479
+$(DL_FILE)_MD5 = 0cb2736e7bc2f56254a363d3d23703b7
install : $(TARGET)
--
2.18.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] iproute2: Update to 5.2.0
2019-09-08 18:43 [PATCH] iproute2: Update to 5.2.0 Matthias Fischer
@ 2019-09-09 9:39 ` Michael Tremer
0 siblings, 0 replies; 3+ messages in thread
From: Michael Tremer @ 2019-09-09 9:39 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 4033 bytes --]
Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>
I suppose our kernel does not support all of these new features in this release, yet. But we would of course benefit from all the bug fixes.
Best,
-Michael
> On 8 Sep 2019, at 19:43, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
>
> For details see:
> https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/log/
>
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
> config/rootfiles/common/iproute2 | 8 ++++++--
> lfs/iproute2 | 6 +++---
> 2 files changed, 9 insertions(+), 5 deletions(-)
>
> diff --git a/config/rootfiles/common/iproute2 b/config/rootfiles/common/iproute2
> index cf9a5c456..0de39e781 100644
> --- a/config/rootfiles/common/iproute2
> +++ b/config/rootfiles/common/iproute2
> @@ -40,9 +40,7 @@ usr/share/bash-completion/completions/tc
> #usr/share/doc/iproute2/examples/README.cbq
> #usr/share/doc/iproute2/examples/README.iproute2+tc
> #usr/share/doc/iproute2/examples/SYN-DoS.rate.limit
> -#usr/share/doc/iproute2/examples/cbq.init-v0.7.3
> #usr/share/doc/iproute2/examples/cbqinit.eth1
> -#usr/share/doc/iproute2/examples/dhcp-client-script
> #usr/share/doc/iproute2/examples/diffserv
> #usr/share/doc/iproute2/examples/diffserv/Edge1
> #usr/share/doc/iproute2/examples/diffserv/Edge2
> @@ -63,8 +61,10 @@ 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-health.8
> #usr/share/man/man8/devlink-monitor.8
> #usr/share/man/man8/devlink-port.8
> +#usr/share/man/man8/devlink-region.8
> #usr/share/man/man8/devlink-resource.8
> #usr/share/man/man8/devlink-sb.8
> #usr/share/man/man8/devlink.8
> @@ -111,6 +111,7 @@ usr/share/bash-completion/completions/tc
> #usr/share/man/man8/tc-basic.8
> #usr/share/man/man8/tc-bfifo.8
> #usr/share/man/man8/tc-bpf.8
> +#usr/share/man/man8/tc-cake.8
> #usr/share/man/man8/tc-cbq-details.8
> #usr/share/man/man8/tc-cbq.8
> #usr/share/man/man8/tc-cbs.8
> @@ -121,6 +122,7 @@ usr/share/bash-completion/completions/tc
> #usr/share/man/man8/tc-csum.8
> #usr/share/man/man8/tc-drr.8
> #usr/share/man/man8/tc-ematch.8
> +#usr/share/man/man8/tc-etf.8
> #usr/share/man/man8/tc-flow.8
> #usr/share/man/man8/tc-flower.8
> #usr/share/man/man8/tc-fq.8
> @@ -148,7 +150,9 @@ usr/share/bash-completion/completions/tc
> #usr/share/man/man8/tc-simple.8
> #usr/share/man/man8/tc-skbedit.8
> #usr/share/man/man8/tc-skbmod.8
> +#usr/share/man/man8/tc-skbprio.8
> #usr/share/man/man8/tc-stab.8
> +#usr/share/man/man8/tc-taprio.8
> #usr/share/man/man8/tc-tbf.8
> #usr/share/man/man8/tc-tcindex.8
> #usr/share/man/man8/tc-tunnel_key.8
> diff --git a/lfs/iproute2 b/lfs/iproute2
> index 4d2a6f4d7..27e0744d1 100644
> --- a/lfs/iproute2
> +++ b/lfs/iproute2
> @@ -1,7 +1,7 @@
> ###############################################################################
> # #
> # IPFire.org - A linux based firewall #
> -# Copyright (C) 2007-2018 IPFire Team <info(a)ipfire.org> #
> +# Copyright (C) 2007-2019 IPFire Team <info(a)ipfire.org> #
> # #
> # 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 @@
>
> include Config
>
> -VER = 4.18.0
> +VER = 5.2.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 = 8b8680e91390c57cab788fbf8e929479
> +$(DL_FILE)_MD5 = 0cb2736e7bc2f56254a363d3d23703b7
>
> install : $(TARGET)
>
> --
> 2.18.0
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] iproute2: Update to 5.2.0
@ 2019-09-11 16:07 Matthias Fischer
0 siblings, 0 replies; 3+ messages in thread
From: Matthias Fischer @ 2019-09-11 16:07 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 3586 bytes --]
For details see:
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/log/
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
config/rootfiles/common/iproute2 | 8 ++++++--
lfs/iproute2 | 6 +++---
2 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/config/rootfiles/common/iproute2 b/config/rootfiles/common/iproute2
index cf9a5c456..0de39e781 100644
--- a/config/rootfiles/common/iproute2
+++ b/config/rootfiles/common/iproute2
@@ -40,9 +40,7 @@ usr/share/bash-completion/completions/tc
#usr/share/doc/iproute2/examples/README.cbq
#usr/share/doc/iproute2/examples/README.iproute2+tc
#usr/share/doc/iproute2/examples/SYN-DoS.rate.limit
-#usr/share/doc/iproute2/examples/cbq.init-v0.7.3
#usr/share/doc/iproute2/examples/cbqinit.eth1
-#usr/share/doc/iproute2/examples/dhcp-client-script
#usr/share/doc/iproute2/examples/diffserv
#usr/share/doc/iproute2/examples/diffserv/Edge1
#usr/share/doc/iproute2/examples/diffserv/Edge2
@@ -63,8 +61,10 @@ 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-health.8
#usr/share/man/man8/devlink-monitor.8
#usr/share/man/man8/devlink-port.8
+#usr/share/man/man8/devlink-region.8
#usr/share/man/man8/devlink-resource.8
#usr/share/man/man8/devlink-sb.8
#usr/share/man/man8/devlink.8
@@ -111,6 +111,7 @@ usr/share/bash-completion/completions/tc
#usr/share/man/man8/tc-basic.8
#usr/share/man/man8/tc-bfifo.8
#usr/share/man/man8/tc-bpf.8
+#usr/share/man/man8/tc-cake.8
#usr/share/man/man8/tc-cbq-details.8
#usr/share/man/man8/tc-cbq.8
#usr/share/man/man8/tc-cbs.8
@@ -121,6 +122,7 @@ usr/share/bash-completion/completions/tc
#usr/share/man/man8/tc-csum.8
#usr/share/man/man8/tc-drr.8
#usr/share/man/man8/tc-ematch.8
+#usr/share/man/man8/tc-etf.8
#usr/share/man/man8/tc-flow.8
#usr/share/man/man8/tc-flower.8
#usr/share/man/man8/tc-fq.8
@@ -148,7 +150,9 @@ usr/share/bash-completion/completions/tc
#usr/share/man/man8/tc-simple.8
#usr/share/man/man8/tc-skbedit.8
#usr/share/man/man8/tc-skbmod.8
+#usr/share/man/man8/tc-skbprio.8
#usr/share/man/man8/tc-stab.8
+#usr/share/man/man8/tc-taprio.8
#usr/share/man/man8/tc-tbf.8
#usr/share/man/man8/tc-tcindex.8
#usr/share/man/man8/tc-tunnel_key.8
diff --git a/lfs/iproute2 b/lfs/iproute2
index 4d2a6f4d7..27e0744d1 100644
--- a/lfs/iproute2
+++ b/lfs/iproute2
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2018 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2019 IPFire Team <info(a)ipfire.org> #
# #
# 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 @@
include Config
-VER = 4.18.0
+VER = 5.2.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 = 8b8680e91390c57cab788fbf8e929479
+$(DL_FILE)_MD5 = 0cb2736e7bc2f56254a363d3d23703b7
install : $(TARGET)
--
2.18.0
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-09-11 16:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-08 18:43 [PATCH] iproute2: Update to 5.2.0 Matthias Fischer
2019-09-09 9:39 ` Michael Tremer
2019-09-11 16:07 Matthias Fischer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox