From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] iproute2: Update to 5.3.0 Date: Thu, 26 Sep 2019 19:44:11 +0200 Message-ID: <20190926174411.15818-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8669530987496981104==" List-Id: --===============8669530987496981104== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable For details see: https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/log/?h=3Dv5.3.0 Signed-off-by: Matthias Fischer --- config/rootfiles/common/iproute2 | 5 +++++ lfs/iproute2 | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/common/iproute2 b/config/rootfiles/common/iprou= te2 index 0de39e781..802803bdd 100644 --- a/config/rootfiles/common/iproute2 +++ b/config/rootfiles/common/iproute2 @@ -84,6 +84,7 @@ usr/share/bash-completion/completions/tc #usr/share/man/man8/ip-neighbour.8 #usr/share/man/man8/ip-netconf.8 #usr/share/man/man8/ip-netns.8 +#usr/share/man/man8/ip-nexthop.8 #usr/share/man/man8/ip-ntable.8 #usr/share/man/man8/ip-route.8 #usr/share/man/man8/ip-rule.8 @@ -99,6 +100,8 @@ usr/share/bash-completion/completions/tc #usr/share/man/man8/rdma-dev.8 #usr/share/man/man8/rdma-link.8 #usr/share/man/man8/rdma-resource.8 +#usr/share/man/man8/rdma-statistic.8 +#usr/share/man/man8/rdma-system.8 #usr/share/man/man8/rdma.8 #usr/share/man/man8/routef.8 #usr/share/man/man8/routel.8 @@ -120,6 +123,7 @@ usr/share/bash-completion/completions/tc #usr/share/man/man8/tc-codel.8 #usr/share/man/man8/tc-connmark.8 #usr/share/man/man8/tc-csum.8 +#usr/share/man/man8/tc-ctinfo.8 #usr/share/man/man8/tc-drr.8 #usr/share/man/man8/tc-ematch.8 #usr/share/man/man8/tc-etf.8 @@ -133,6 +137,7 @@ usr/share/bash-completion/completions/tc #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-mpls.8 #usr/share/man/man8/tc-mqprio.8 #usr/share/man/man8/tc-nat.8 #usr/share/man/man8/tc-netem.8 diff --git a/lfs/iproute2 b/lfs/iproute2 index 27e0744d1..820303f35 100644 --- a/lfs/iproute2 +++ b/lfs/iproute2 @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 5.2.0 +VER =3D 5.3.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 0cb2736e7bc2f56254a363d3d23703b7 +$(DL_FILE)_MD5 =3D 227404413c8d6db649d6188ead1e5a6e =20 install : $(TARGET) =20 --=20 2.18.0 --===============8669530987496981104==--