public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] iproute2: Update to version 5.6.0
@ 2020-04-08  9:12 Erik Kapfer
  2020-04-10 14:29 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Erik Kapfer @ 2020-04-08  9:12 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 4226 bytes --]

Several fixes and new enhancements, including new binaries (devlink, rdma, tipc) has been added.
For all commits, take a look in here --> https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/log/ .

Signed-off-by: Erik Kapfer <ummeegge(a)ipfire.org>
---
 config/rootfiles/common/iproute2 | 26 ++++++--------------------
 lfs/iproute2                     |  6 +++---
 2 files changed, 9 insertions(+), 23 deletions(-)

diff --git a/config/rootfiles/common/iproute2 b/config/rootfiles/common/iproute2
index 802803bdd..83a483155 100644
--- a/config/rootfiles/common/iproute2
+++ b/config/rootfiles/common/iproute2
@@ -10,12 +10,14 @@ etc/iproute2/rt_scopes
 etc/iproute2/rt_tables
 sbin/bridge
 sbin/ctstat
+sbin/devlink
 sbin/genl
 sbin/ifcfg
 sbin/ifstat
 sbin/ip
 sbin/lnstat
 sbin/nstat
+sbin/rdma
 sbin/routef
 sbin/routel
 sbin/rtacct
@@ -24,6 +26,7 @@ sbin/rtpr
 sbin/rtstat
 sbin/ss
 sbin/tc
+sbin/tipc
 #usr/include/iproute2
 #usr/include/iproute2/bpf_elf.h
 #usr/lib/tc
@@ -35,26 +38,6 @@ sbin/tc
 #usr/share/bash-completion
 #usr/share/bash-completion/completions
 usr/share/bash-completion/completions/tc
-#usr/share/doc/iproute2
-#usr/share/doc/iproute2/examples
-#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/cbqinit.eth1
-#usr/share/doc/iproute2/examples/diffserv
-#usr/share/doc/iproute2/examples/diffserv/Edge1
-#usr/share/doc/iproute2/examples/diffserv/Edge2
-#usr/share/doc/iproute2/examples/diffserv/Edge31-ca-u32
-#usr/share/doc/iproute2/examples/diffserv/Edge31-cb-chains
-#usr/share/doc/iproute2/examples/diffserv/Edge32-ca-u32
-#usr/share/doc/iproute2/examples/diffserv/Edge32-cb-chains
-#usr/share/doc/iproute2/examples/diffserv/Edge32-cb-u32
-#usr/share/doc/iproute2/examples/diffserv/README
-#usr/share/doc/iproute2/examples/diffserv/afcbq
-#usr/share/doc/iproute2/examples/diffserv/ef-prio
-#usr/share/doc/iproute2/examples/diffserv/efcbq
-#usr/share/doc/iproute2/examples/diffserv/regression-testing
-#usr/share/doc/iproute2/examples/gaiconf
 #usr/share/man/man3/libnetlink.3
 #usr/share/man/man7/tc-hfsc.7
 #usr/share/man/man8/arpd.8
@@ -67,6 +50,7 @@ usr/share/bash-completion/completions/tc
 #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-trap.8
 #usr/share/man/man8/devlink.8
 #usr/share/man/man8/genl.8
 #usr/share/man/man8/ifcfg.8
@@ -127,10 +111,12 @@ usr/share/bash-completion/completions/tc
 #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-ets.8
 #usr/share/man/man8/tc-flow.8
 #usr/share/man/man8/tc-flower.8
 #usr/share/man/man8/tc-fq.8
 #usr/share/man/man8/tc-fq_codel.8
+#usr/share/man/man8/tc-fq_pie.8
 #usr/share/man/man8/tc-fw.8
 #usr/share/man/man8/tc-hfsc.8
 #usr/share/man/man8/tc-htb.8
diff --git a/lfs/iproute2 b/lfs/iproute2
index 820303f35..2e8822902 100644
--- a/lfs/iproute2
+++ b/lfs/iproute2
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2019  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2020  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        = 5.3.0
+VER        = 5.6.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         = 227404413c8d6db649d6188ead1e5a6e
+$(DL_FILE)_MD5         = 9da0c352707c34b8b1fec3bf42fcfd09
 
 install : $(TARGET)
 
-- 
2.12.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] iproute2: Update to version 5.6.0
  2020-04-08  9:12 [PATCH] iproute2: Update to version 5.6.0 Erik Kapfer
@ 2020-04-10 14:29 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2020-04-10 14:29 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 4539 bytes --]

Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>

> On 8 Apr 2020, at 10:12, Erik Kapfer <ummeegge(a)ipfire.org> wrote:
> 
> Several fixes and new enhancements, including new binaries (devlink, rdma, tipc) has been added.
> For all commits, take a look in here --> https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/log/ .
> 
> Signed-off-by: Erik Kapfer <ummeegge(a)ipfire.org>
> ---
> config/rootfiles/common/iproute2 | 26 ++++++--------------------
> lfs/iproute2                     |  6 +++---
> 2 files changed, 9 insertions(+), 23 deletions(-)
> 
> diff --git a/config/rootfiles/common/iproute2 b/config/rootfiles/common/iproute2
> index 802803bdd..83a483155 100644
> --- a/config/rootfiles/common/iproute2
> +++ b/config/rootfiles/common/iproute2
> @@ -10,12 +10,14 @@ etc/iproute2/rt_scopes
> etc/iproute2/rt_tables
> sbin/bridge
> sbin/ctstat
> +sbin/devlink
> sbin/genl
> sbin/ifcfg
> sbin/ifstat
> sbin/ip
> sbin/lnstat
> sbin/nstat
> +sbin/rdma
> sbin/routef
> sbin/routel
> sbin/rtacct
> @@ -24,6 +26,7 @@ sbin/rtpr
> sbin/rtstat
> sbin/ss
> sbin/tc
> +sbin/tipc
> #usr/include/iproute2
> #usr/include/iproute2/bpf_elf.h
> #usr/lib/tc
> @@ -35,26 +38,6 @@ sbin/tc
> #usr/share/bash-completion
> #usr/share/bash-completion/completions
> usr/share/bash-completion/completions/tc
> -#usr/share/doc/iproute2
> -#usr/share/doc/iproute2/examples
> -#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/cbqinit.eth1
> -#usr/share/doc/iproute2/examples/diffserv
> -#usr/share/doc/iproute2/examples/diffserv/Edge1
> -#usr/share/doc/iproute2/examples/diffserv/Edge2
> -#usr/share/doc/iproute2/examples/diffserv/Edge31-ca-u32
> -#usr/share/doc/iproute2/examples/diffserv/Edge31-cb-chains
> -#usr/share/doc/iproute2/examples/diffserv/Edge32-ca-u32
> -#usr/share/doc/iproute2/examples/diffserv/Edge32-cb-chains
> -#usr/share/doc/iproute2/examples/diffserv/Edge32-cb-u32
> -#usr/share/doc/iproute2/examples/diffserv/README
> -#usr/share/doc/iproute2/examples/diffserv/afcbq
> -#usr/share/doc/iproute2/examples/diffserv/ef-prio
> -#usr/share/doc/iproute2/examples/diffserv/efcbq
> -#usr/share/doc/iproute2/examples/diffserv/regression-testing
> -#usr/share/doc/iproute2/examples/gaiconf
> #usr/share/man/man3/libnetlink.3
> #usr/share/man/man7/tc-hfsc.7
> #usr/share/man/man8/arpd.8
> @@ -67,6 +50,7 @@ usr/share/bash-completion/completions/tc
> #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-trap.8
> #usr/share/man/man8/devlink.8
> #usr/share/man/man8/genl.8
> #usr/share/man/man8/ifcfg.8
> @@ -127,10 +111,12 @@ usr/share/bash-completion/completions/tc
> #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-ets.8
> #usr/share/man/man8/tc-flow.8
> #usr/share/man/man8/tc-flower.8
> #usr/share/man/man8/tc-fq.8
> #usr/share/man/man8/tc-fq_codel.8
> +#usr/share/man/man8/tc-fq_pie.8
> #usr/share/man/man8/tc-fw.8
> #usr/share/man/man8/tc-hfsc.8
> #usr/share/man/man8/tc-htb.8
> diff --git a/lfs/iproute2 b/lfs/iproute2
> index 820303f35..2e8822902 100644
> --- a/lfs/iproute2
> +++ b/lfs/iproute2
> @@ -1,7 +1,7 @@
> ###############################################################################
> #                                                                             #
> # IPFire.org - A linux based firewall                                         #
> -# Copyright (C) 2007-2019  IPFire Team  <info(a)ipfire.org>                     #
> +# Copyright (C) 2007-2020  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        = 5.3.0
> +VER        = 5.6.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         = 227404413c8d6db649d6188ead1e5a6e
> +$(DL_FILE)_MD5         = 9da0c352707c34b8b1fec3bf42fcfd09
> 
> install : $(TARGET)
> 
> -- 
> 2.12.2
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-10 14:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-08  9:12 [PATCH] iproute2: Update to version 5.6.0 Erik Kapfer
2020-04-10 14:29 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox