From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] iproute2: Update to version 6.1.0 Date: Mon, 26 Dec 2022 08:53:17 +0000 Message-ID: In-Reply-To: <20221217121427.3532488-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5380995992395059573==" List-Id: --===============5380995992395059573== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from version 6.0.0 to 6.1.0 > - Update of rootfile not required > - Changelog is only available from the commits in the git repositry > https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/log/ >=20 > Signed-off-by: Adolf Belka > --- > lfs/iproute2 | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/lfs/iproute2 b/lfs/iproute2 > index 825b071c3..62d3483d9 100644 > --- a/lfs/iproute2 > +++ b/lfs/iproute2 > @@ -1,7 +1,7 @@ > ##########################################################################= ##### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2020 IPFire Team = # > +# Copyright (C) 2007-2022 IPFire Team = # > # = # > # This program is free software: you can redistribute it and/or modify = # > # it under the terms of the GNU General Public License as published by = # > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 6.0.0 > +VER =3D 6.1.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)_BLAKE2 =3D 1cfb9b5a7892dec2b35e0eadbd957083e95fdc5077a1aa193329= 801ff25f9ed90a1fc4152756547be1fab8fe18d9a399001a4c3a61e951f64946156af6a90bae > +$(DL_FILE)_BLAKE2 =3D 38249703e0a9ba74405aebdb97560b286deefa959a9c3f0e0893= 962b6966f5da2da46199dda6a0f9584bb473f8ba529440643d97f66e9b7619df029e3091d163 > =20 > install : $(TARGET) > =20 --===============5380995992395059573==--