From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz To: development@lists.ipfire.org Subject: [PATCH] iproute2: update to 4.9.0 Date: Fri, 17 Mar 2017 16:19:03 +0100 Message-ID: <20170317151903.27005-1-marcel.lorenz@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8192031060526829461==" List-Id: --===============8192031060526829461== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Marcel Lorenz --- config/rootfiles/common/iproute2 | 12 +++++++++--- lfs/iproute2 | 6 ++---- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/config/rootfiles/common/iproute2 b/config/rootfiles/common/iprou= te2 index 2339d83..3de5b9a 100644 --- a/config/rootfiles/common/iproute2 +++ b/config/rootfiles/common/iproute2 @@ -8,8 +8,10 @@ etc/iproute2/rt_protos etc/iproute2/rt_realms etc/iproute2/rt_scopes etc/iproute2/rt_tables +sbin/arpd sbin/bridge sbin/ctstat +sbin/devlink sbin/genl sbin/ifcfg sbin/ifstat @@ -24,14 +26,14 @@ sbin/rtpr sbin/rtstat sbin/ss sbin/tc +sbin/tipc #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/tc #usr/share/doc/iproute2 #usr/share/doc/iproute2/SNAPSHOT.tex @@ -67,6 +69,7 @@ usr/share/bash-completion/completions/tc #usr/share/doc/iproute2/tc-filters.tex #usr/share/man/man3/libnetlink.3 #usr/share/man/man7/tc-hfsc.7 +#usr/share/man/man8/arpd.8 #usr/share/man/man8/bridge.8 #usr/share/man/man8/ctstat.8 #usr/share/man/man8/devlink-dev.8 @@ -123,6 +126,8 @@ usr/share/bash-completion/completions/tc #usr/share/man/man8/tc-fw.8 #usr/share/man/man8/tc-hfsc.8 #usr/share/man/man8/tc-htb.8 +#usr/share/man/man8/tc-ife.8 +#usr/share/man/man8/tc-matchall.8 #usr/share/man/man8/tc-mirred.8 #usr/share/man/man8/tc-mqprio.8 #usr/share/man/man8/tc-nat.8 @@ -153,3 +158,4 @@ usr/share/bash-completion/completions/tc #usr/share/man/man8/tipc-node.8 #usr/share/man/man8/tipc-socket.8 #usr/share/man/man8/tipc.8 +var/lib/arpd diff --git a/lfs/iproute2 b/lfs/iproute2 index 47ce077..372d06c 100644 --- a/lfs/iproute2 +++ b/lfs/iproute2 @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 4.7.0 +VER =3D 4.9.0 =20 THISAPP =3D iproute2-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D d4b205830cdc2702f8a0cbd6232129cd +$(DL_FILE)_MD5 =3D 44a8371a4b2c40e48e4c9f98cbd41391 =20 install : $(TARGET) =20 @@ -70,10 +70,8 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/$(THI= SAPP)_remove_arpd.patch cd $(DIR_APP) && make $(MAKETUNING) SBINDIR=3D/sbin cd $(DIR_APP) && make SBINDIR=3D/sbin install - cd $(DIR_APP) && mv -v /sbin/arpd /usr/sbin =20 # Add table for static routing echo "200 static" >> /etc/iproute2/rt_tables --=20 2.9.3 --===============8192031060526829461==--