public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] iproute2: Update to version 5.19.0
@ 2022-08-24  7:50 Adolf Belka
  2022-09-12  9:38 ` Peter Müller
  0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2022-08-24  7:50 UTC (permalink / raw)
  To: development

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

- Update from 5.17.0 to 5.19.0
- Update of rootfile
- Changelog is only available as the lsit fo commits from the git repository
   https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/log/

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 0247aa976..11174bd4e 100644
--- a/config/rootfiles/common/iproute2
+++ b/config/rootfiles/common/iproute2
@@ -83,6 +83,7 @@ usr/share/bash-completion/completions/tc
 #usr/share/man/man8/ip-route.8
 #usr/share/man/man8/ip-rule.8
 #usr/share/man/man8/ip-sr.8
+#usr/share/man/man8/ip-stats.8
 #usr/share/man/man8/ip-tcp_metrics.8
 #usr/share/man/man8/ip-token.8
 #usr/share/man/man8/ip-tunnel.8
diff --git a/lfs/iproute2 b/lfs/iproute2
index 489db23c2..39c2b60ab 100644
--- a/lfs/iproute2
+++ b/lfs/iproute2
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 5.17.0
+VER        = 5.19.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 = 4310829ebbde7fd21ecc28856deddabfa93f26bf7937b3ef3c0e05e4e0bf925a9b167334efaefe3e275d196e7370a290679739ae8d8397dc6511f4da25dfd459
+$(DL_FILE)_BLAKE2 = ee287065d7c33c0fa97f0fc130bb3a4a3ad5ac9417ad74ce8489e64ec146ff97749d79bb6563043c8835eab91a51631576441d450693cb50808ad0d37b2ea648
 
 install : $(TARGET)
 
-- 
2.37.2


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

* Re: [PATCH] iproute2: Update to version 5.19.0
  2022-08-24  7:50 [PATCH] iproute2: Update to version 5.19.0 Adolf Belka
@ 2022-09-12  9:38 ` Peter Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2022-09-12  9:38 UTC (permalink / raw)
  To: development

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

Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

> - Update from 5.17.0 to 5.19.0
> - Update of rootfile
> - Changelog is only available as the lsit fo commits from the git repository
>    https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/log/
> 
> 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 0247aa976..11174bd4e 100644
> --- a/config/rootfiles/common/iproute2
> +++ b/config/rootfiles/common/iproute2
> @@ -83,6 +83,7 @@ usr/share/bash-completion/completions/tc
>  #usr/share/man/man8/ip-route.8
>  #usr/share/man/man8/ip-rule.8
>  #usr/share/man/man8/ip-sr.8
> +#usr/share/man/man8/ip-stats.8
>  #usr/share/man/man8/ip-tcp_metrics.8
>  #usr/share/man/man8/ip-token.8
>  #usr/share/man/man8/ip-tunnel.8
> diff --git a/lfs/iproute2 b/lfs/iproute2
> index 489db23c2..39c2b60ab 100644
> --- a/lfs/iproute2
> +++ b/lfs/iproute2
> @@ -24,7 +24,7 @@
>  
>  include Config
>  
> -VER        = 5.17.0
> +VER        = 5.19.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 = 4310829ebbde7fd21ecc28856deddabfa93f26bf7937b3ef3c0e05e4e0bf925a9b167334efaefe3e275d196e7370a290679739ae8d8397dc6511f4da25dfd459
> +$(DL_FILE)_BLAKE2 = ee287065d7c33c0fa97f0fc130bb3a4a3ad5ac9417ad74ce8489e64ec146ff97749d79bb6563043c8835eab91a51631576441d450693cb50808ad0d37b2ea648
>  
>  install : $(TARGET)
>  

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

end of thread, other threads:[~2022-09-12  9:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-24  7:50 [PATCH] iproute2: Update to version 5.19.0 Adolf Belka
2022-09-12  9:38 ` Peter Müller

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