From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sat, 12 Jul 2025 17:49:02 +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 1uacTG-00Glof-03 for lore@lore.pengutronix.de; Sat, 12 Jul 2025 17:49:02 +0200 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 1uacTF-00038x-8r; Sat, 12 Jul 2025 17:49:01 +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 1uacSd-0001Nd-Nw; Sat, 12 Jul 2025 17:48:23 +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 1uacSd-0086Xn-1j; Sat, 12 Jul 2025 17:48:23 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1uacSd-00FQFx-1Z; Sat, 12 Jul 2025 17:48:23 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Sat, 12 Jul 2025 17:48:23 +0200 Message-Id: <20250712154823.3675842-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250709091426.3571261-1-christian.melki@t2data.com> References: <20250709091426.3571261-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] host-gperf: Version bump. 3.1 -> 3.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 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 cf551857e954bdc708d7ff693e42c69c6f6ce5e3. Michael [sent from post-receive hook] On Sat, 12 Jul 2025 17:48:23 +0200, Christian Melki wrote: > Some 8 years or so since 3.1 was released. > Looks like much needed bug fixes. > https://gitweb.git.savannah.gnu.org/gitweb/?p=gperf.git;a=shortlog;h=refs/tags/v3.3 > > Signed-off-by: Christian Melki > Message-Id: <20250709091426.3571261-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/host-gperf.make b/rules/host-gperf.make > index bcd490766d5b..2e5bc9c3e2d4 100644 > --- a/rules/host-gperf.make > +++ b/rules/host-gperf.make > @@ -14,8 +14,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_GPERF) += host-gperf > # > # Paths and names > # > -HOST_GPERF_VERSION := 3.1 > -HOST_GPERF_MD5 := 9e251c0a618ad0824b51117d5d9db87e > +HOST_GPERF_VERSION := 3.3 > +HOST_GPERF_MD5 := 31753b021ea78a21f154bf9eecb8b079 > HOST_GPERF := gperf-$(HOST_GPERF_VERSION) > HOST_GPERF_SUFFIX := tar.gz > HOST_GPERF_URL := $(call ptx/mirror, GNU, gperf/$(HOST_GPERF).$(HOST_GPERF_SUFFIX))