public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: Arne Fitzenreiter <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 66bc17dcc16f465fed435f366a8ccf01c6e6d814
Date: Sun, 24 Oct 2021 15:10:04 +0000	[thread overview]
Message-ID: <4HchMw2lCmz2y8g@people01.haj.ipfire.org> (raw)

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

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  66bc17dcc16f465fed435f366a8ccf01c6e6d814 (commit)
      from  572249bbf385d09dad98d0359921f96220a87c9f (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 66bc17dcc16f465fed435f366a8ccf01c6e6d814
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Sun Oct 24 17:06:34 2021 +0200

    iproute2: build after iptables to get ipt filters for tc
    
    to proper filter IPSec im QoS without using mark or connmark i need ipt filters
    for tc which are only build if iptables are build prior iproute2.
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 config/rootfiles/common/aarch64/util-linux | 2 ++
 config/rootfiles/common/armv6l/util-linux  | 2 ++
 config/rootfiles/common/i586/util-linux    | 2 ++
 config/rootfiles/common/iproute2           | 9 +++++++--
 config/rootfiles/common/x86_64/util-linux  | 2 ++
 make.sh                                    | 2 +-
 6 files changed, 16 insertions(+), 3 deletions(-)

Difference in files:
diff --git a/config/rootfiles/common/aarch64/util-linux b/config/rootfiles/common/aarch64/util-linux
index 9f4b9866d..fe6b0e431 100644
--- a/config/rootfiles/common/aarch64/util-linux
+++ b/config/rootfiles/common/aarch64/util-linux
@@ -126,6 +126,8 @@ usr/sbin/partx
 usr/sbin/resizepart
 usr/sbin/rtcwake
 #usr/sbin/uuidd
+#usr/share/bash-completion
+#usr/share/bash-completion/completions
 #usr/share/bash-completion/completions/addpart
 #usr/share/bash-completion/completions/blkdiscard
 #usr/share/bash-completion/completions/blkid
diff --git a/config/rootfiles/common/armv6l/util-linux b/config/rootfiles/common/armv6l/util-linux
index d32ed5256..f3f5014f5 100644
--- a/config/rootfiles/common/armv6l/util-linux
+++ b/config/rootfiles/common/armv6l/util-linux
@@ -126,6 +126,8 @@ usr/sbin/partx
 usr/sbin/resizepart
 usr/sbin/rtcwake
 #usr/sbin/uuidd
+#usr/share/bash-completion
+#usr/share/bash-completion/completions
 #usr/share/bash-completion/completions/addpart
 #usr/share/bash-completion/completions/blkdiscard
 #usr/share/bash-completion/completions/blkid
diff --git a/config/rootfiles/common/i586/util-linux b/config/rootfiles/common/i586/util-linux
index 55cc7ecb7..beba8ed9c 100644
--- a/config/rootfiles/common/i586/util-linux
+++ b/config/rootfiles/common/i586/util-linux
@@ -127,6 +127,8 @@ usr/sbin/partx
 usr/sbin/resizepart
 usr/sbin/rtcwake
 #usr/sbin/uuidd
+#usr/share/bash-completion
+#usr/share/bash-completion/completions
 #usr/share/bash-completion/completions/addpart
 #usr/share/bash-completion/completions/blkdiscard
 #usr/share/bash-completion/completions/blkid
diff --git a/config/rootfiles/common/iproute2 b/config/rootfiles/common/iproute2
index 609b798e3..ce316e11e 100644
--- a/config/rootfiles/common/iproute2
+++ b/config/rootfiles/common/iproute2
@@ -10,12 +10,15 @@ etc/iproute2/rt_scopes
 etc/iproute2/rt_tables
 sbin/bridge
 sbin/ctstat
+sbin/dcb
+sbin/devlink
 sbin/genl
 sbin/ifcfg
 sbin/ifstat
 sbin/ip
 sbin/lnstat
 sbin/nstat
+sbin/rdma
 sbin/routef
 sbin/routel
 sbin/rtacct
@@ -24,16 +27,18 @@ sbin/rtpr
 sbin/rtstat
 sbin/ss
 sbin/tc
+sbin/tipc
+sbin/vdpa
 #usr/include/iproute2
 #usr/include/iproute2/bpf_elf.h
 #usr/lib/tc
 #usr/lib/tc/experimental.dist
+usr/lib/tc/m_ipt.so
+usr/lib/tc/m_xt.so
 #usr/lib/tc/normal.dist
 #usr/lib/tc/pareto.dist
 #usr/lib/tc/paretonormal.dist
 #usr/sbin/arpd
-#usr/share/bash-completion
-#usr/share/bash-completion/completions
 #usr/share/bash-completion/completions/devlink
 usr/share/bash-completion/completions/tc
 #usr/share/man/man3/libnetlink.3
diff --git a/config/rootfiles/common/x86_64/util-linux b/config/rootfiles/common/x86_64/util-linux
index 0c731e66a..214a09550 100644
--- a/config/rootfiles/common/x86_64/util-linux
+++ b/config/rootfiles/common/x86_64/util-linux
@@ -128,6 +128,8 @@ usr/sbin/partx
 usr/sbin/resizepart
 usr/sbin/rtcwake
 #usr/sbin/uuidd
+#usr/share/bash-completion
+#usr/share/bash-completion/completions
 #usr/share/bash-completion/completions/addpart
 #usr/share/bash-completion/completions/blkdiscard
 #usr/share/bash-completion/completions/blkid
diff --git a/make.sh b/make.sh
index 86e92ecd7..e26753f4e 100755
--- a/make.sh
+++ b/make.sh
@@ -1128,7 +1128,6 @@ buildbase() {
 	lfsmake2 gperf
 	lfsmake2 gzip
 	lfsmake2 hostname
-	lfsmake2 iproute2
 	lfsmake2 jwhois
 	lfsmake2 kbd
 	lfsmake2 less
@@ -1190,6 +1189,7 @@ buildipfire() {
   lfsmake2 libnetfilter_cthelper
   lfsmake2 libnetfilter_cttimeout
   lfsmake2 iptables
+  lfsmake2 iproute2
   lfsmake2 screen
   lfsmake2 elfutils
 


hooks/post-receive
--
IPFire 2.x development tree

                 reply	other threads:[~2021-10-24 15:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4HchMw2lCmz2y8g@people01.haj.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@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