Reviewed-by: Peter Müller > - 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/ > > Signed-off-by: Adolf Belka > --- > lfs/iproute2 | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > 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 @@ > > include Config > > -VER = 6.0.0 > +VER = 6.1.0 > > THISAPP = iproute2-$(VER) > DL_FILE = $(THISAPP).tar.xz > @@ -40,7 +40,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_BLAKE2 = 1cfb9b5a7892dec2b35e0eadbd957083e95fdc5077a1aa193329801ff25f9ed90a1fc4152756547be1fab8fe18d9a399001a4c3a61e951f64946156af6a90bae > +$(DL_FILE)_BLAKE2 = 38249703e0a9ba74405aebdb97560b286deefa959a9c3f0e0893962b6966f5da2da46199dda6a0f9584bb473f8ba529440643d97f66e9b7619df029e3091d163 > > install : $(TARGET) >