From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] iproute2: Update to version 6.5.0
Date: Wed, 13 Sep 2023 12:14:11 +0200 [thread overview]
Message-ID: <20230913101414.3434376-3-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20230913101414.3434376-1-adolf.belka@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 2176 bytes --]
- Update from version 6.4.0 to 6.5.0
- Update of rootfile
- Changelog is only available by reviewing the github commits
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 | 13 +++++++++----
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/config/rootfiles/common/iproute2 b/config/rootfiles/common/iproute2
index 420a33c85..15bad27f7 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
diff --git a/lfs/iproute2 b/lfs/iproute2
index cfdb474cb..1a55a1bb8 100644
--- a/lfs/iproute2
+++ b/lfs/iproute2
@@ -24,7 +24,7 @@
include Config
-VER = 6.4.0
+VER = 6.5.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 = 76369d2a794afd13dba1a34ee9a7425775bb7b43c22164274749c01b18d061669aa5abd51d32a15d68f48e75f4837a887dfc28ea41e34d8e4c36b2ab865628dd
+$(DL_FILE)_BLAKE2 = 537a956c2fb59df25e90d7899a981e5408c5ee029df2bb87461b899ecf8fe4424a1db5d1b1b67a67bdb2555f6cc4aaf099b0544a2c92ffc3843adc3d17defb96
install : $(TARGET)
@@ -70,8 +70,13 @@ $(subst %,%_BLAKE2,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
- cd $(DIR_APP) && make $(MAKETUNING) SBINDIR=/sbin
- cd $(DIR_APP) && make SBINDIR=/sbin install
+ cd $(DIR_APP) && make $(MAKETUNING) \
+ SBINDIR=/sbin \
+ CONF_USR_DIR=/etc/iproute2
+ cd $(DIR_APP) && make \
+ SBINDIR=/sbin \
+ CONF_USR_DIR=/etc/iproute2 \
+ install
cd $(DIR_APP) && mv -v /sbin/arpd /usr/sbin
# Add table for static routing
--
2.42.0
next prev parent reply other threads:[~2023-09-13 10:14 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-13 10:14 [PATCH] alsa: Update to version 1.2.10 Adolf Belka
2023-09-13 10:14 ` [PATCH] dbus: Update to version 1.14.10 Adolf Belka
2023-09-13 10:14 ` Adolf Belka [this message]
2023-09-13 10:32 ` [PATCH] iproute2: Update to version 6.5.0 Adolf Belka
2023-09-13 14:26 ` Michael Tremer
2023-09-13 10:14 ` [PATCH] jq: Update to version 1.7 Adolf Belka
2023-09-13 10:14 ` [PATCH] qpdf: Update to version 11.6.1 Adolf Belka
2023-09-13 10:14 ` [PATCH] sqlite: Update to version 3430100 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=20230913101414.3434376-3-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