From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sun, 30 Jan 2022 16:51:37 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nECUL-000pFq-Na for lore@lore.pengutronix.de; Sun, 30 Jan 2022 16:51:37 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1nECUK-0000He-Uj; Sun, 30 Jan 2022 16:51:36 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nECSX-0006T3-D2; Sun, 30 Jan 2022 16:49:45 +0100 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1nECSX-00DSBu-By; Sun, 30 Jan 2022 16:49:44 +0100 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1nECSV-0002Ok-VA; Sun, 30 Jan 2022 16:49:44 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Sun, 30 Jan 2022 16:49:43 +0100 Message-Id: <20220130154943.9175-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220127143532.2212796-13-christian.melki@t2data.com> References: <20220127143532.2212796-13-christian.melki@t2data.com> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] ncurses: Version bump. 6.2 -> 6.3 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 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 6f443fc556f7e1240b7f2c0f01ef149fd4f8212e. Michael [sent from post-receive hook] On Sun, 30 Jan 2022 16:49:43 +0100, Christian Melki wrote: > Mostly a bugfix release. > Fixes CVE-2021-39537. > https://invisible-island.net/ncurses/NEWS.html > > Move patchset, applies with offset. > > Signed-off-by: Christian Melki > Message-Id: <20220127143532.2212796-13-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/patches/ncurses-6.2/0001-teach-ncurses-config-about-sysroot.patch b/patches/ncurses-6.3/0001-teach-ncurses-config-about-sysroot.patch > similarity index 100% > rename from patches/ncurses-6.2/0001-teach-ncurses-config-about-sysroot.patch > rename to patches/ncurses-6.3/0001-teach-ncurses-config-about-sysroot.patch > diff --git a/patches/ncurses-6.2/series b/patches/ncurses-6.3/series > similarity index 100% > rename from patches/ncurses-6.2/series > rename to patches/ncurses-6.3/series > diff --git a/rules/ncurses.make b/rules/ncurses.make > index 38f9c01fffb2..6881603256ee 100644 > --- a/rules/ncurses.make > +++ b/rules/ncurses.make > @@ -13,16 +13,16 @@ PACKAGES-$(PTXCONF_NCURSES) += ncurses > # > # Paths and names > # > -NCURSES_VERSION := 6.2 > +NCURSES_VERSION := 6.3 > NCURSES_MAJOR := $(word 1,$(subst ., ,$(NCURSES_VERSION))) > -NCURSES_MD5 := e812da327b1c2214ac1aed440ea3ae8d > +NCURSES_MD5 := a2736befde5fee7d2b7eb45eb281cdbe > 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=910e05334f7e0b7631da6b4ebb1e1aab > +NCURSES_LICENSE_FILES := file://COPYING;md5=f852913c5d988a5f5a2f1df7ba7ee893 > > # ---------------------------------------------------------------------------- > # Prepare _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de