From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 01 Aug 2023 09:50:11 +0200 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 1qQk8y-001mxg-At for lore@lore.pengutronix.de; Tue, 01 Aug 2023 09:50:11 +0200 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 1qQk8t-0001Ff-ET; Tue, 01 Aug 2023 09:50:07 +0200 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 1qQk7o-0007MW-HL; Tue, 01 Aug 2023 09:49:00 +0200 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1qQk7n-000Ke8-Si; Tue, 01 Aug 2023 09:48:59 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1qQk7n-004nFY-0v; Tue, 01 Aug 2023 09:48:59 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Tue, 1 Aug 2023 09:48:59 +0200 Message-Id: <20230801074859.1142620-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230724155815.3593684-1-christian.melki@t2data.com> References: <20230724155815.3593684-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] libunwind: Version bump. 1.70 -> 1.7.1 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.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 19b537a9ecf4c5976b9e77c98f4fccc528d7a39d. Michael [sent from post-receive hook] On Tue, 01 Aug 2023 09:48:59 +0200, Christian Melki wrote: > Developers fixed the tarball misnomer and released a new version. > No other changes. > > * (Re-)fix URL and remove comment. > > Signed-off-by: Christian Melki > Message-Id: <20230724155815.3593684-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/libunwind.make b/rules/libunwind.make > index 8a28aa505d16..76f5d763fa84 100644 > --- a/rules/libunwind.make > +++ b/rules/libunwind.make > @@ -14,12 +14,11 @@ PACKAGES-$(PTXCONF_LIBUNWIND) += libunwind > # > # Paths and names > # > -LIBUNWIND_VERSION := 1.7.0 > -LIBUNWIND_MD5 := 149e49ae27646e73010df4b76989fbec > +LIBUNWIND_VERSION := 1.7.1 > +LIBUNWIND_MD5 := 31c7a97f88cdbe9fe8f6af93b9e4ba9c > LIBUNWIND := libunwind-$(LIBUNWIND_VERSION) > LIBUNWIND_SUFFIX := tar.gz > -# FIXME: Developers broke tarball name for 1.7.0. Revisit when proper tarballs are available and clean this up. > -LIBUNWIND_URL := https://github.com/libunwind/libunwind/releases/download/v1.7.0/libunwind-1.70.$(LIBUNWIND_SUFFIX) > +LIBUNWIND_URL := https://github.com/libunwind/libunwind/releases/download/v$(LIBUNWIND_VERSION)/$(LIBUNWIND).$(LIBUNWIND_SUFFIX) > LIBUNWIND_SOURCE := $(SRCDIR)/$(LIBUNWIND).$(LIBUNWIND_SUFFIX) > LIBUNWIND_DIR := $(BUILDDIR)/$(LIBUNWIND) > LIBUNWIND_LICENSE := MIT