* [ptxdist] [PATCH 0/2] ncdu: version bump and remove from staging
@ 2026-04-13 13:32 Alexander Dahl via ptxdist
2026-04-13 13:32 ` [ptxdist] [PATCH 1/2] ncdu: version bump 1.14.2 -> 1.22 Alexander Dahl via ptxdist
2026-04-13 13:32 ` [ptxdist] [PATCH 2/2] Revert "ncdu: move to staging" Alexander Dahl via ptxdist
0 siblings, 2 replies; 5+ messages in thread
From: Alexander Dahl via ptxdist @ 2026-04-13 13:32 UTC (permalink / raw)
To: ptxdist; +Cc: Alexander Dahl
Hello,
just updated ncdu to the latest 1.x version (before it was rewritten in
Zig), and confirmed successful build with gcc 15. Briefly tested on
some arm-v7a target.
Greets
Alex
Alexander Dahl (2):
ncdu: version bump 1.14.2 -> 1.22
Revert "ncdu: move to staging"
rules/ncdu.in | 8 +-------
rules/ncdu.make | 7 ++++---
2 files changed, 5 insertions(+), 10 deletions(-)
base-commit: 16cb63ffcc4d137dceb2db094b91df9b4d6582dd
--
2.47.3
^ permalink raw reply [flat|nested] 5+ messages in thread
* [ptxdist] [PATCH 1/2] ncdu: version bump 1.14.2 -> 1.22
2026-04-13 13:32 [ptxdist] [PATCH 0/2] ncdu: version bump and remove from staging Alexander Dahl via ptxdist
@ 2026-04-13 13:32 ` Alexander Dahl via ptxdist
2026-04-15 13:52 ` [ptxdist] [APPLIED] " Michael Olbrich
2026-04-13 13:32 ` [ptxdist] [PATCH 2/2] Revert "ncdu: move to staging" Alexander Dahl via ptxdist
1 sibling, 1 reply; 5+ messages in thread
From: Alexander Dahl via ptxdist @ 2026-04-13 13:32 UTC (permalink / raw)
To: ptxdist; +Cc: Alexander Dahl
Five years of features and fixes. Builds fine with gcc 15.
Last version of the old 1.x branch. Only name/year changes in license
file, no change to the license itself.
Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
rules/ncdu.make | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/rules/ncdu.make b/rules/ncdu.make
index f4817b9de..7c8cad5d7 100644
--- a/rules/ncdu.make
+++ b/rules/ncdu.make
@@ -14,15 +14,15 @@ PACKAGES-$(PTXCONF_NCDU) += ncdu
#
# Paths and names
#
-NCDU_VERSION := 1.14.2
-NCDU_MD5 := 6c7e88b0c205f124f397de701402ad3a
+NCDU_VERSION := 1.22
+NCDU_MD5 := 46245039bd07a40d7594a2053139e43f
NCDU := ncdu-$(NCDU_VERSION)
NCDU_SUFFIX := tar.gz
NCDU_URL := https://dev.yorhel.nl/download/$(NCDU).$(NCDU_SUFFIX)
NCDU_SOURCE := $(SRCDIR)/$(NCDU).$(NCDU_SUFFIX)
NCDU_DIR := $(BUILDDIR)/$(NCDU)
NCDU_LICENSE := MIT
-NCDU_LICENSE_FILES := file://COPYING;md5=1a8f907df32388f0d4b8cc88479f9a6a
+NCDU_LICENSE_FILES := file://COPYING;md5=fd36a36514d73885d04105f000da9813
# ----------------------------------------------------------------------------
# Prepare
@@ -32,6 +32,7 @@ NCDU_CONF_TOOL := autoconf
NCDU_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
$(GLOBAL_LARGE_FILE_OPTION) \
+ --$(call ptx/endis, PTXDIST_Y2038)-year2038 \
--$(call ptx/wow, PTXCONF_NCDU_WIDE_CHAR)-ncurses \
--$(call ptx/wwo, PTXCONF_NCDU_WIDE_CHAR)-ncursesw
--
2.47.3
^ permalink raw reply [flat|nested] 5+ messages in thread
* [ptxdist] [PATCH 2/2] Revert "ncdu: move to staging"
2026-04-13 13:32 [ptxdist] [PATCH 0/2] ncdu: version bump and remove from staging Alexander Dahl via ptxdist
2026-04-13 13:32 ` [ptxdist] [PATCH 1/2] ncdu: version bump 1.14.2 -> 1.22 Alexander Dahl via ptxdist
@ 2026-04-13 13:32 ` Alexander Dahl via ptxdist
2026-04-15 13:52 ` [ptxdist] [APPLIED] " Michael Olbrich
1 sibling, 1 reply; 5+ messages in thread
From: Alexander Dahl via ptxdist @ 2026-04-13 13:32 UTC (permalink / raw)
To: ptxdist; +Cc: Alexander Dahl
This reverts commit 23e571de6b355383681d98723ea05254136e5057.
Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
rules/ncdu.in | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/rules/ncdu.in b/rules/ncdu.in
index b2aea499f..36336a2b7 100644
--- a/rules/ncdu.in
+++ b/rules/ncdu.in
@@ -1,6 +1,4 @@
-## SECTION=staging
-## old section:
-### SECTION=disk_and_file
+## SECTION=disk_and_file
config NCDU
tristate
@@ -9,10 +7,6 @@ config NCDU
help
Disk usage analyzer with ncurses interface.
- STAGING: remove in PTXdist 2027.03.0
- Unmaintained in PTXist. Fails to build with gcc 15. Needs updating to new
- version.
-
if NCDU
config NCDU_WIDE_CHAR
--
2.47.3
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ptxdist] [APPLIED] ncdu: version bump 1.14.2 -> 1.22
2026-04-13 13:32 ` [ptxdist] [PATCH 1/2] ncdu: version bump 1.14.2 -> 1.22 Alexander Dahl via ptxdist
@ 2026-04-15 13:52 ` Michael Olbrich
0 siblings, 0 replies; 5+ messages in thread
From: Michael Olbrich @ 2026-04-15 13:52 UTC (permalink / raw)
To: ptxdist; +Cc: Alexander Dahl
Thanks, applied as 4f33626c03644c5cfb9e2e56e9d579f4de926f75.
Michael
[sent from post-receive hook]
On Wed, 15 Apr 2026 15:52:16 +0200, Alexander Dahl <ada@thorsis.com> wrote:
> Five years of features and fixes. Builds fine with gcc 15.
> Last version of the old 1.x branch. Only name/year changes in license
> file, no change to the license itself.
>
> Signed-off-by: Alexander Dahl <ada@thorsis.com>
> Message-Id: <20260413133232.392118-2-ada@thorsis.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/ncdu.make b/rules/ncdu.make
> index f4817b9de3b6..7c8cad5d790f 100644
> --- a/rules/ncdu.make
> +++ b/rules/ncdu.make
> @@ -14,15 +14,15 @@ PACKAGES-$(PTXCONF_NCDU) += ncdu
> #
> # Paths and names
> #
> -NCDU_VERSION := 1.14.2
> -NCDU_MD5 := 6c7e88b0c205f124f397de701402ad3a
> +NCDU_VERSION := 1.22
> +NCDU_MD5 := 46245039bd07a40d7594a2053139e43f
> NCDU := ncdu-$(NCDU_VERSION)
> NCDU_SUFFIX := tar.gz
> NCDU_URL := https://dev.yorhel.nl/download/$(NCDU).$(NCDU_SUFFIX)
> NCDU_SOURCE := $(SRCDIR)/$(NCDU).$(NCDU_SUFFIX)
> NCDU_DIR := $(BUILDDIR)/$(NCDU)
> NCDU_LICENSE := MIT
> -NCDU_LICENSE_FILES := file://COPYING;md5=1a8f907df32388f0d4b8cc88479f9a6a
> +NCDU_LICENSE_FILES := file://COPYING;md5=fd36a36514d73885d04105f000da9813
>
> # ----------------------------------------------------------------------------
> # Prepare
> @@ -32,6 +32,7 @@ NCDU_CONF_TOOL := autoconf
> NCDU_CONF_OPT := \
> $(CROSS_AUTOCONF_USR) \
> $(GLOBAL_LARGE_FILE_OPTION) \
> + --$(call ptx/endis, PTXDIST_Y2038)-year2038 \
> --$(call ptx/wow, PTXCONF_NCDU_WIDE_CHAR)-ncurses \
> --$(call ptx/wwo, PTXCONF_NCDU_WIDE_CHAR)-ncursesw
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ptxdist] [APPLIED] Revert "ncdu: move to staging"
2026-04-13 13:32 ` [ptxdist] [PATCH 2/2] Revert "ncdu: move to staging" Alexander Dahl via ptxdist
@ 2026-04-15 13:52 ` Michael Olbrich
0 siblings, 0 replies; 5+ messages in thread
From: Michael Olbrich @ 2026-04-15 13:52 UTC (permalink / raw)
To: ptxdist; +Cc: Alexander Dahl
Thanks, applied as 94a5d7dca4b160e2fe61d57d54d7baab8941c700.
Michael
[sent from post-receive hook]
On Wed, 15 Apr 2026 15:52:17 +0200, Alexander Dahl <ada@thorsis.com> wrote:
> This reverts commit 23e571de6b355383681d98723ea05254136e5057.
>
> Signed-off-by: Alexander Dahl <ada@thorsis.com>
> Message-Id: <20260413133232.392118-3-ada@thorsis.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/ncdu.in b/rules/ncdu.in
> index b2aea499fad4..36336a2b78c9 100644
> --- a/rules/ncdu.in
> +++ b/rules/ncdu.in
> @@ -1,6 +1,4 @@
> -## SECTION=staging
> -## old section:
> -### SECTION=disk_and_file
> +## SECTION=disk_and_file
>
> config NCDU
> tristate
> @@ -9,10 +7,6 @@ config NCDU
> help
> Disk usage analyzer with ncurses interface.
>
> - STAGING: remove in PTXdist 2027.03.0
> - Unmaintained in PTXist. Fails to build with gcc 15. Needs updating to new
> - version.
> -
> if NCDU
>
> config NCDU_WIDE_CHAR
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-04-15 13:52 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-13 13:32 [ptxdist] [PATCH 0/2] ncdu: version bump and remove from staging Alexander Dahl via ptxdist
2026-04-13 13:32 ` [ptxdist] [PATCH 1/2] ncdu: version bump 1.14.2 -> 1.22 Alexander Dahl via ptxdist
2026-04-15 13:52 ` [ptxdist] [APPLIED] " Michael Olbrich
2026-04-13 13:32 ` [ptxdist] [PATCH 2/2] Revert "ncdu: move to staging" Alexander Dahl via ptxdist
2026-04-15 13:52 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox