Reviewed-by: Peter Müller > - Update from version r55 to r56 > - Update of rootfile not required > - Changelog > version 56 > Fix redundant cast-to-int when INI_USE_STACK!=0 > Make inline comments work on subsequent lines of multiline values > > Signed-off-by: Adolf Belka > --- > lfs/libinih | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/lfs/libinih b/lfs/libinih > index 0b4793d5d..6cd9d353a 100644 > --- a/lfs/libinih > +++ b/lfs/libinih > @@ -1,7 +1,7 @@ > ############################################################################### > # # > # IPFire.org - A linux based firewall # > -# Copyright (C) 2007-2018 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,9 +24,9 @@ > > include Config > > -VER = r55 > +VER = 56 > > -THISAPP = inih-$(VER) > +THISAPP = inih-r$(VER) > DL_FILE = $(THISAPP).tar.gz > DL_FROM = $(URL_IPFIRE) > DIR_APP = $(DIR_SRC)/$(THISAPP) > @@ -42,7 +42,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_BLAKE2 = 28b5e04e54e31b3e0392b44799a2c2e75c1fe00527491a857480b7e960302f2438d29652b131dae5147487c863d93f577b67aeff3ab5f863546d3661628d8236 > +$(DL_FILE)_BLAKE2 = 51935959a9eb4e393b17302f0932a232963883680f10d404c63d5f2ebbd3bf0b740f44edfa1b2541d0e130016eb853ebedf68a1c40797f658496e2a8c966af3d > > install : $(TARGET) >