This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 3b20134742a656fffc9d467a4f139e0010222c6b (commit) via 207a430a4c8dff841aee7d05aca8ff790b147d0e (commit) from e59bd86204af2ec28f543ad7b2f0894db67e4b99 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 3b20134742a656fffc9d467a4f139e0010222c6b Author: Peter Müller peter.mueller@ipfire.org Date: Fri Nov 24 13:08:50 2023 +0000
Core Update 182: Ship iproute2
Signed-off-by: Peter Müller peter.mueller@ipfire.org
commit 207a430a4c8dff841aee7d05aca8ff790b147d0e Author: Adolf Belka adolf.belka@ipfire.org Date: Wed Nov 8 22:58:03 2023 +0100
iproute2: Update to version 6.6.0
- 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@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/iproute2 | 4 +--- config/rootfiles/{oldcore/106 => core/182}/filelists/iproute2 | 0 lfs/iproute2 | 6 ++++-- 3 files changed, 5 insertions(+), 5 deletions(-) copy config/rootfiles/{oldcore/106 => core/182}/filelists/iproute2 (100%)
Difference in files: 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/config/rootfiles/core/182/filelists/iproute2 b/config/rootfiles/core/182/filelists/iproute2 new file mode 120000 index 000000000..05f0f71fb --- /dev/null +++ b/config/rootfiles/core/182/filelists/iproute2 @@ -0,0 +1 @@ +../../../common/iproute2 \ No newline at end of file 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
hooks/post-receive -- IPFire 2.x development tree