From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 16 Jan 2025 17:12:48 +0100 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 1tYSUC-000f5h-0Y for lore@lore.pengutronix.de; Thu, 16 Jan 2025 17:12:48 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1tYSUC-0005Ke-An; Thu, 16 Jan 2025 17:12:48 +0100 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 1tYSRH-0001qc-Pm; Thu, 16 Jan 2025 17:09:47 +0100 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 1tYSRH-000HUb-1w; Thu, 16 Jan 2025 17:09:47 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1tYSRH-001nJb-1o; Thu, 16 Jan 2025 17:09:47 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 16 Jan 2025 17:09:47 +0100 Message-Id: <20250116160947.427888-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250107171643.1321039-1-christian.melki@t2data.com> References: <20250107171643.1321039-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] ncurses: Version bump. 6.4 -> 6.5 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: Christian Melki 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 d05465f0619a12c5f80ea40d7e101a76c080d933. Michael [sent from post-receive hook] On Thu, 16 Jan 2025 17:09:47 +0100, Christian Melki wrote: > Can't remember why this wasn't bumped before. > Maybe it was because the wide character build is default nowdays? > Anyway. Here it goes again. > https://lists.gnu.org/archive/html/info-gnu/2024-04/msg00004.html > > * Forward patchset, applies cleanly. > > * Copyright years changed in license file. > > Signed-off-by: Christian Melki > Message-Id: <20250107171643.1321039-1-christian.melki@t2data.com> > [use --enable-sigwinch as it is now needed by many packages for KEY_RESIZE] > Signed-off-by: Michael Olbrich > > diff --git a/patches/ncurses-6.4/0001-teach-ncurses-config-about-sysroot.patch b/patches/ncurses-6.5/0001-teach-ncurses-config-about-sysroot.patch > similarity index 100% > rename from patches/ncurses-6.4/0001-teach-ncurses-config-about-sysroot.patch > rename to patches/ncurses-6.5/0001-teach-ncurses-config-about-sysroot.patch > diff --git a/patches/ncurses-6.4/series b/patches/ncurses-6.5/series > similarity index 100% > rename from patches/ncurses-6.4/series > rename to patches/ncurses-6.5/series > diff --git a/rules/ncurses.make b/rules/ncurses.make > index 923c4d5a2d34..2b48d52050e8 100644 > --- a/rules/ncurses.make > +++ b/rules/ncurses.make > @@ -13,16 +13,16 @@ PACKAGES-$(PTXCONF_NCURSES) += ncurses > # > # Paths and names > # > -NCURSES_VERSION := 6.4 > +NCURSES_VERSION := 6.5 > NCURSES_MAJOR := $(word 1,$(subst ., ,$(NCURSES_VERSION))) > -NCURSES_MD5 := 5a62487b5d4ac6b132fe2bf9f8fad29b > +NCURSES_MD5 := ac2d2629296f04c8537ca706b6977687 > NCURSES := ncurses-$(NCURSES_VERSION) > NCURSES_SUFFIX := tar.gz > NCURSES_URL := $(call ptx/mirror, GNU, ncurses/$(NCURSES).$(NCURSES_SUFFIX)) > NCURSES_SOURCE := $(SRCDIR)/$(NCURSES).$(NCURSES_SUFFIX) > NCURSES_DIR := $(BUILDDIR)/$(NCURSES) > NCURSES_LICENSE := MIT > -NCURSES_LICENSE_FILES := file://COPYING;md5=afd8d0a6ec9c24941eb06bc5e4017918 > +NCURSES_LICENSE_FILES := file://COPYING;md5=7743fde124d1ceeaf6eb1100c49fcf6c > > # ---------------------------------------------------------------------------- > # Prepare > @@ -80,7 +80,7 @@ NCURSES_AUTOCONF_SHARED = \ > --disable-ext-putwin \ > --disable-no-padding \ > --disable-signed-char \ > - --disable-sigwinch \ > + --enable-sigwinch \ > --without-pthread \ > --disable-reentrant \ > --without-develop \