From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 05 Aug 2024 08:53:34 +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 1sarb4-006P8N-0n for lore@lore.pengutronix.de; Mon, 05 Aug 2024 08:53:34 +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 1sarb3-0007Ve-Qh; Mon, 05 Aug 2024 08:53: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 1sarXF-0003jJ-Py; Mon, 05 Aug 2024 08:49:37 +0200 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sarXF-004eAx-DP; Mon, 05 Aug 2024 08:49:37 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1sarXF-003jZ8-1C; Mon, 05 Aug 2024 08:49:37 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 5 Aug 2024 08:49:37 +0200 Message-Id: <20240805064937.890131-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240716141832.105119-2-ahelmcke@ela-soft.com> References: <20240716141832.105119-2-ahelmcke@ela-soft.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] libgmp: version bump 6.2.1 -> 6.3.0 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: Andreas Helmcke 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 e50217573a0f7404c30b6ac7d8a6227f3977065f. Michael [sent from post-receive hook] On Mon, 05 Aug 2024 08:49:37 +0200, Andreas Helmcke wrote: > Various bug fixes and changes. > > link: https://gmplib.org/gmp6.3 > Signed-off-by: Andreas Helmcke > Message-Id: <20240716141832.105119-2-ahelmcke@ela-soft.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/libgmp.make b/rules/libgmp.make > index 47ea34d64dc0..3ed6faaa33de 100644 > --- a/rules/libgmp.make > +++ b/rules/libgmp.make > @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBGMP) += libgmp > # > # Paths and names > # > -LIBGMP_VERSION := 6.2.1 > -LIBGMP_MD5 := 28971fc21cf028042d4897f02fd355ea > +LIBGMP_VERSION := 6.3.0 > +LIBGMP_MD5 := c1cd6ef33085e9cb818b9b08371f9000 > LIBGMP := gmp-$(LIBGMP_VERSION) > LIBGMP_SUFFIX := tar.bz2 > LIBGMP_URL := $(call ptx/mirror, GNU, gmp/$(LIBGMP).$(LIBGMP_SUFFIX))