* [PATCH] iproute2: Update to 5.7.0
@ 2020-06-14 6:50 Matthias Fischer
2020-06-14 16:07 ` Michael Tremer
0 siblings, 1 reply; 2+ messages in thread
From: Matthias Fischer @ 2020-06-14 6:50 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1906 bytes --]
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(a)ipfire.org>
---
config/rootfiles/common/iproute2 | 3 +++
lfs/iproute2 | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/config/rootfiles/common/iproute2 b/config/rootfiles/common/iproute2
index eaa159ac7..e22f1649c 100644
--- a/config/rootfiles/common/iproute2
+++ b/config/rootfiles/common/iproute2
@@ -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
diff --git a/lfs/iproute2 b/lfs/iproute2
index 2e8822902..f07a125cf 100644
--- a/lfs/iproute2
+++ b/lfs/iproute2
@@ -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)
--
2.18.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] iproute2: Update to 5.7.0
2020-06-14 6:50 [PATCH] iproute2: Update to 5.7.0 Matthias Fischer
@ 2020-06-14 16:07 ` Michael Tremer
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2020-06-14 16:07 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2149 bytes --]
Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>
> On 14 Jun 2020, at 07:50, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
>
> 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(a)ipfire.org>
> ---
> config/rootfiles/common/iproute2 | 3 +++
> lfs/iproute2 | 4 ++--
> 2 files changed, 5 insertions(+), 2 deletions(-)
>
> diff --git a/config/rootfiles/common/iproute2 b/config/rootfiles/common/iproute2
> index eaa159ac7..e22f1649c 100644
> --- a/config/rootfiles/common/iproute2
> +++ b/config/rootfiles/common/iproute2
> @@ -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
> diff --git a/lfs/iproute2 b/lfs/iproute2
> index 2e8822902..f07a125cf 100644
> --- a/lfs/iproute2
> +++ b/lfs/iproute2
> @@ -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)
>
> --
> 2.18.0
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-06-14 16:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-14 6:50 [PATCH] iproute2: Update to 5.7.0 Matthias Fischer
2020-06-14 16:07 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox