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] ncdu: Update to version 1.17 Date: Fri, 29 Apr 2022 18:37:00 +0000 Message-ID: <076d7283-b13c-e58d-40a7-4daac224e5ff@ipfire.org> In-Reply-To: <20220428212555.2202732-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4495795944516401704==" List-Id: --===============4495795944516401704== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from version 1.16 to 1.17 > - Update of rootfile not required > - Changelog > 1.17 - 2022-04-28 - ncdu-1.17.tar.gz > Add =E2=80=98dark-bg=E2=80=99 color scheme and use that by default > Use natural sort order when sorting by file name > Improve compatibility with C89 environments > Fix wrong assumption about errno not being set by realloc() >=20 > Signed-off-by: Adolf Belka > --- > lfs/ncdu | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/lfs/ncdu b/lfs/ncdu > index 1e63a45aa..f1338f033 100644 > --- a/lfs/ncdu > +++ b/lfs/ncdu > @@ -27,7 +27,7 @@ include Config > =20 > SUMMARY =3D NCurses Disk Usage > =20 > -VER =3D 1.16 > +VER =3D 1.17 > =20 > THISAPP =3D ncdu-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -35,7 +35,7 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D ncdu > -PAK_VER =3D 2 > +PAK_VER =3D 3 > =20 > DEPS =3D > =20 > @@ -49,7 +49,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D 61d004581bdcf1885bec24d0a1de4fc890fe91bba511abbdbc50= 7a48f31946caf5c7324979e8410e53cfca8ada1b20342b737dc4e8b1f034f2fca5aea84e4369 > +$(DL_FILE)_BLAKE2 =3D 7d36a648b8fb0a26d3b6bcc533ed8f510e7f37b3084cb585a0c7= 85d73fd82f537e0f2f9493c3b56173eae1324255e7acf7617a1cd1614c92a3b7bf0d53b7d77f > =20 > install : $(TARGET) > =20 --===============4495795944516401704==--