ncdu: Update to version 1.22

Message ID 20250704101446.8038-23-adolf.belka@ipfire.org
State Staged
Commit 90dab2bef6b16b2a437d8ed6dd689bbfa9ac9e71
Headers
Series ncdu: Update to version 1.22 |

Commit Message

Adolf Belka July 4, 2025, 10:14 a.m. UTC
  - Update from version 1.20 to 1.22
- Update of rootfile not required
- Changelog
    1.22
	- Add support for @-prefixed lines to ignore errors in config file (from 2.8)
	- List all supported options in `--help` (from 2.8)
	- Use `kB` instead of `KB` in `--si` mode (from 2.8)
	- Add `--graph-style` option (from 2.1)
	- Fix supported range of uid/gid numbers
    1.21
	- Perform tilde expansion on paths in the config file (from 2.7)
	- Fix JSON import of escaped UTF-16 surrogate pairs (from 2.7)
	- Fix displaying and exporting zero values when extended info is not
	  available (from 2.6)
	- Fix JSON export and import of the “other filesystem” flag (from 2.5)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/ncdu | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
  

Patch

diff --git a/lfs/ncdu b/lfs/ncdu
index 935e70712..16cf43fd7 100644
--- a/lfs/ncdu
+++ b/lfs/ncdu
@@ -1,7 +1,7 @@ 
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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
 
 SUMMARY    = NCurses Disk Usage
 
-VER        = 1.20
+VER        = 1.22
 
 THISAPP    = ncdu-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -35,7 +35,7 @@  DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = ncdu
-PAK_VER    = 5
+PAK_VER    = 6
 
 DEPS	    =
 
@@ -49,7 +49,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 0bb6576ecbb3df281c67a48409db2118521760f378defd9c082f732519c9828451b77897ca49e777674ae73a5aac0fd975b94d5a95b1689cd552b5840ac3b5de
+$(DL_FILE)_BLAKE2 = f330bcbdcd3774a7f9215b8725822555c95940ae7a93e7256f93c8c7aab08fc5fc80f34e9899a5ad2300b6292ff17dec21f0de468cd8c925f8a94cf66400e722
 
 install : $(TARGET)