public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] iproute2: Update to version 6.0.0
@ 2022-11-26 13:42 Adolf Belka
  2022-11-27 11:54 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2022-11-26 13:42 UTC (permalink / raw)
  To: development

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

- Update from 5.19.0 to 6.0.0
- Update of rootfile
- Changelog can only be obtained by reviewing the git commits from
   https://git.kernel.org/pub/scm/network/iproute2/iproute2.git

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 config/rootfiles/common/iproute2 | 1 +
 lfs/iproute2                     | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/config/rootfiles/common/iproute2 b/config/rootfiles/common/iproute2
index d4df24e09..5f6058904 100644
--- a/config/rootfiles/common/iproute2
+++ b/config/rootfiles/common/iproute2
@@ -53,6 +53,7 @@ usr/share/bash-completion/completions/tc
 #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-lc.8
 #usr/share/man/man8/devlink-monitor.8
 #usr/share/man/man8/devlink-port.8
 #usr/share/man/man8/devlink-rate.8
diff --git a/lfs/iproute2 b/lfs/iproute2
index 39c2b60ab..825b071c3 100644
--- a/lfs/iproute2
+++ b/lfs/iproute2
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 5.19.0
+VER        = 6.0.0
 
 THISAPP    = iproute2-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE)             = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = ee287065d7c33c0fa97f0fc130bb3a4a3ad5ac9417ad74ce8489e64ec146ff97749d79bb6563043c8835eab91a51631576441d450693cb50808ad0d37b2ea648
+$(DL_FILE)_BLAKE2 = 1cfb9b5a7892dec2b35e0eadbd957083e95fdc5077a1aa193329801ff25f9ed90a1fc4152756547be1fab8fe18d9a399001a4c3a61e951f64946156af6a90bae
 
 install : $(TARGET)
 
-- 
2.38.1


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

* Re: [PATCH] iproute2: Update to version 6.0.0
  2022-11-26 13:42 [PATCH] iproute2: Update to version 6.0.0 Adolf Belka
@ 2022-11-27 11:54 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2022-11-27 11:54 UTC (permalink / raw)
  To: development

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

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

> On 26 Nov 2022, at 13:42, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
> 
> - Update from 5.19.0 to 6.0.0
> - Update of rootfile
> - Changelog can only be obtained by reviewing the git commits from
>   https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
> 
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> config/rootfiles/common/iproute2 | 1 +
> lfs/iproute2                     | 4 ++--
> 2 files changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/config/rootfiles/common/iproute2 b/config/rootfiles/common/iproute2
> index d4df24e09..5f6058904 100644
> --- a/config/rootfiles/common/iproute2
> +++ b/config/rootfiles/common/iproute2
> @@ -53,6 +53,7 @@ usr/share/bash-completion/completions/tc
> #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-lc.8
> #usr/share/man/man8/devlink-monitor.8
> #usr/share/man/man8/devlink-port.8
> #usr/share/man/man8/devlink-rate.8
> diff --git a/lfs/iproute2 b/lfs/iproute2
> index 39c2b60ab..825b071c3 100644
> --- a/lfs/iproute2
> +++ b/lfs/iproute2
> @@ -24,7 +24,7 @@
> 
> include Config
> 
> -VER        = 5.19.0
> +VER        = 6.0.0
> 
> THISAPP    = iproute2-$(VER)
> DL_FILE    = $(THISAPP).tar.xz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
> 
> $(DL_FILE)             = $(DL_FROM)/$(DL_FILE)
> 
> -$(DL_FILE)_BLAKE2 = ee287065d7c33c0fa97f0fc130bb3a4a3ad5ac9417ad74ce8489e64ec146ff97749d79bb6563043c8835eab91a51631576441d450693cb50808ad0d37b2ea648
> +$(DL_FILE)_BLAKE2 = 1cfb9b5a7892dec2b35e0eadbd957083e95fdc5077a1aa193329801ff25f9ed90a1fc4152756547be1fab8fe18d9a399001a4c3a61e951f64946156af6a90bae
> 
> install : $(TARGET)
> 
> -- 
> 2.38.1
> 


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

end of thread, other threads:[~2022-11-27 11:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-26 13:42 [PATCH] iproute2: Update to version 6.0.0 Adolf Belka
2022-11-27 11:54 ` Michael Tremer

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