From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] iproute2: Update to 5.7.0 Date: Sun, 14 Jun 2020 17:07:20 +0100 Message-ID: In-Reply-To: <20200614065013.1157-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1101155743074558239==" List-Id: --===============1101155743074558239== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 14 Jun 2020, at 07:50, Matthias Fischer = wrote: >=20 > For details see: > https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/log/?h=3Dv5.7.0 >=20 > Signed-off-by: Matthias Fischer > --- > config/rootfiles/common/iproute2 | 3 +++ > lfs/iproute2 | 4 ++-- > 2 files changed, 5 insertions(+), 2 deletions(-) >=20 > diff --git a/config/rootfiles/common/iproute2 b/config/rootfiles/common/ipr= oute2 > index eaa159ac7..e22f1649c 100644 > --- a/config/rootfiles/common/iproute2 > +++ b/config/rootfiles/common/iproute2 > @@ -34,6 +34,7 @@ sbin/tc > #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 > #usr/share/man/man7/tc-hfsc.7 > @@ -41,6 +42,7 @@ usr/share/bash-completion/completions/tc > #usr/share/man/man8/bridge.8 > #usr/share/man/man8/ctstat.8 > #usr/share/man/man8/devlink-dev.8 > +#usr/share/man/man8/devlink-dpipe.8 > #usr/share/man/man8/devlink-health.8 > #usr/share/man/man8/devlink-monitor.8 > #usr/share/man/man8/devlink-port.8 > @@ -104,6 +106,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-ct.8 > #usr/share/man/man8/tc-ctinfo.8 > #usr/share/man/man8/tc-drr.8 > #usr/share/man/man8/tc-ematch.8 > diff --git a/lfs/iproute2 b/lfs/iproute2 > index 2e8822902..f07a125cf 100644 > --- a/lfs/iproute2 > +++ b/lfs/iproute2 > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 5.6.0 > +VER =3D 5.7.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 9da0c352707c34b8b1fec3bf42fcfd09 > +$(DL_FILE)_MD5 =3D da22ab8562eda56ae232872fa72e4870 >=20 > install : $(TARGET) >=20 > --=20 > 2.18.0 >=20 --===============1101155743074558239==--