From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 15 Apr 2026 15:52:33 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wD0fR-00CR3J-14 for lore@lore.pengutronix.de; Wed, 15 Apr 2026 15:52:33 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wD0fR-0000nf-3W; Wed, 15 Apr 2026 15:52:33 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1wD0fB-0008Bc-7j; Wed, 15 Apr 2026 15:52:17 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wD0fA-005WOP-2T; Wed, 15 Apr 2026 15:52:16 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1wD0fA-00000003ruV-30P7; Wed, 15 Apr 2026 15:52:16 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 15 Apr 2026 15:52:16 +0200 Message-ID: <20260415135216.922208-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260413133232.392118-2-ada@thorsis.com> References: <20260413133232.392118-2-ada@thorsis.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] ncdu: version bump 1.14.2 -> 1.22 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Alexander Dahl Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 4f33626c03644c5cfb9e2e56e9d579f4de926f75. Michael [sent from post-receive hook] On Wed, 15 Apr 2026 15:52:16 +0200, Alexander Dahl 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 > Message-Id: <20260413133232.392118-2-ada@thorsis.com> > Signed-off-by: Michael Olbrich > > 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 >