public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] iproute2: Update to version 6.6.0
Date: Wed, 08 Nov 2023 22:58:03 +0100	[thread overview]
Message-ID: <20231108215809.2617157-7-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20231108215809.2617157-1-adolf.belka@ipfire.org>

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

- Update from version 6.4.0 to 6.6.0
- Update of rootfile
- iproute2 has implemented stateless configuration pattern. This now puts all the files
   that were in /etc/iproute2 into /usr/lib/iproute2. Therefore command added to lfs to
   move /usr/lib/iproute2 to /etc/iproute2 to match the previous situation.
- Changelog is only provided by the git commits.

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

diff --git a/config/rootfiles/common/iproute2 b/config/rootfiles/common/iproute2
index 420a33c85..fb68e31f2 100644
--- a/config/rootfiles/common/iproute2
+++ b/config/rootfiles/common/iproute2
@@ -50,6 +50,7 @@ usr/share/bash-completion/completions/tc
 #usr/share/man/man8/dcb-ets.8
 #usr/share/man/man8/dcb-maxrate.8
 #usr/share/man/man8/dcb-pfc.8
+#usr/share/man/man8/dcb-rewr.8
 #usr/share/man/man8/dcb.8
 #usr/share/man/man8/devlink-dev.8
 #usr/share/man/man8/devlink-dpipe.8
@@ -110,8 +111,6 @@ usr/share/bash-completion/completions/tc
 #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
 #usr/share/man/man8/tc-cgroup.8
 #usr/share/man/man8/tc-choke.8
@@ -158,7 +157,6 @@ usr/share/bash-completion/completions/tc
 #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
 #usr/share/man/man8/tc-u32.8
 #usr/share/man/man8/tc-vlan.8
diff --git a/lfs/iproute2 b/lfs/iproute2
index cfdb474cb..0ed19414a 100644
--- a/lfs/iproute2
+++ b/lfs/iproute2
@@ -24,7 +24,8 @@
 
 include Config
 
-VER        = 6.4.0
+VER        = 6.6.0
+#		https://mirrors.edge.kernel.org/pub/linux/utils/net/iproute2/
 
 THISAPP    = iproute2-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +41,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE)             = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 76369d2a794afd13dba1a34ee9a7425775bb7b43c22164274749c01b18d061669aa5abd51d32a15d68f48e75f4837a887dfc28ea41e34d8e4c36b2ab865628dd
+$(DL_FILE)_BLAKE2 = 9d20f19c04c2bbde7a3ae53e61e4623b119570c8446f34b93ddadd64677caa432e00ee085498bc277e0842cc2124340c7100925106d0ef2c11dd8002aacac08f
 
 install : $(TARGET)
 
@@ -73,6 +74,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	cd $(DIR_APP) && make $(MAKETUNING) SBINDIR=/sbin
 	cd $(DIR_APP) && make SBINDIR=/sbin install
 	cd $(DIR_APP) && mv -v /sbin/arpd /usr/sbin
+	cd $(DIR_APP) && mv -v /usr/lib/iproute2 /etc/iproute2
 
 	# Add table for static routing
 	echo "200	static" >> /etc/iproute2/rt_tables
-- 
2.42.1


  parent reply	other threads:[~2023-11-08 21:58 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-08 21:57 [PATCH] dhcpcd: Update to version 10.0.4 Adolf Belka
2023-11-08 21:57 ` [PATCH] gawk: Update to version 5.3.0 Adolf Belka
2023-11-08 21:57 ` [PATCH] ghostscript: Update to version 10.02.1 Adolf Belka
2023-11-08 21:58 ` [PATCH] git: Update to version 2.42.1 Adolf Belka
2023-11-08 21:58 ` [PATCH] harfbuzz: Update to version 8.2.2 Adolf Belka
2023-11-08 21:58 ` [PATCH] iana-etc: Update to version 20231026 Adolf Belka
2023-11-08 21:58 ` Adolf Belka [this message]
2023-11-08 21:58 ` [PATCH 1/3] libsodium: Update to version 1.0.19 Adolf Belka
2023-11-08 21:58 ` [PATCH] linux-firmware: Updat6e to version 20231030 Adolf Belka
2023-11-22 15:17   ` Peter Müller
2023-11-22 16:37     ` Adolf Belka
2023-11-24 12:47       ` Peter Müller
2023-11-23  9:19     ` u-boot in core182 Arne Fitzenreiter
2023-11-24 12:51       ` Peter Müller
2023-11-08 21:58 ` [PATCH] p11-kit: Update to version 0.25.2 Adolf Belka
2023-11-08 21:58 ` [PATCH] postfix: Update to version 3.8.3 Adolf Belka
2023-11-08 21:58 ` [PATCH 2/3] dnsdist: ship dnsdist due to libsodium sobump Adolf Belka
2023-11-08 21:58 ` [PATCH 3/3] shairport-sync: ship shairport-sync " Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231108215809.2617157-7-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox