From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] ncdu: Update to version 1.18.1 Date: Thu, 07 Sep 2023 19:30:12 +0200 Message-ID: <20230907173022.2692770-7-adolf.belka@ipfire.org> In-Reply-To: <20230907173022.2692770-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2016072815320398893==" List-Id: --===============2016072815320398893== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from 1.17 to 1.18.1 - Update of rootfile not required - Changelog 1.18.1 - 2023-02-12 - Fix build on non-Linux platforms 1.18 - 2022-12-06 - Fix 'dark-bg' color scheme to actually have a dark background - Backport configuration file support from 2.x - Backport many new CLI options from 2.x - Negation of existing flags: --no-si, --no-confirm-quit, --no-follow-symlin= ks, --include-caches, --include-kernfs - --[no-]extended in addition to -e - --one-file-system and --cross-file-system in addition to -x - --slow-ui-updates, --fast-ui-updates in addition to -q - Column visibility options: --(show|hide)-(hidden|itemcount|mtime|graph|per= cent) - Sorting: --sort, --[no-]group-directories-first - Feature selection: --(enable|disable)-(shell|delete|refresh) - Deletion confirmation: --[no-]confirm-delete - Hidden file visibility: --show-hidden, --hide-hidden - Size display: --apparent-size, --disk-usage Signed-off-by: Adolf Belka --- lfs/ncdu | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/ncdu b/lfs/ncdu index f1338f033..a562cd26e 100644 --- a/lfs/ncdu +++ b/lfs/ncdu @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2020 IPFire Team = # +# Copyright (C) 2007-2023 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 = # @@ -27,7 +27,7 @@ include Config =20 SUMMARY =3D NCurses Disk Usage =20 -VER =3D 1.17 +VER =3D 1.18.1 =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 3 +PAK_VER =3D 4 =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 7d36a648b8fb0a26d3b6bcc533ed8f510e7f37b3084cb585a0c785= d73fd82f537e0f2f9493c3b56173eae1324255e7acf7617a1cd1614c92a3b7bf0d53b7d77f +$(DL_FILE)_BLAKE2 =3D fc64ea50cbc7bd2f5b0026ea1e87f18a25693f8ac8eb01468dcbf4= d1185f71c472074217ed3088d9a029239547ce9dffe0fbf4b2d4cd8e0904657bd1e2bf6f84 =20 install : $(TARGET) =20 --=20 2.42.0 --===============2016072815320398893==--