From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sat, 08 Jul 2023 09:03:52 +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 1qI1yz-002afJ-9m for lore@lore.pengutronix.de; Sat, 08 Jul 2023 09:03:51 +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 1qI1yw-00018p-KG; Sat, 08 Jul 2023 09:03:50 +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 1qI1y1-0007T6-SU; Sat, 08 Jul 2023 09:02:53 +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 1qI1y1-00Ctyd-82; Sat, 08 Jul 2023 09:02:53 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1qI1y1-009Fpd-08; Sat, 08 Jul 2023 09:02:53 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Sat, 8 Jul 2023 09:02:53 +0200 Message-Id: <20230708070253.2205802-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230703074653.2527647-1-christian.melki@t2data.com> References: <20230703074653.2527647-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] libunwind: Version bump. 1.6.2 -> 1.7.0 (-ish). 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 89da9178a5c54ba6417fe4be67308a67cc13899b. Michael [sent from post-receive hook] On Sat, 08 Jul 2023 09:02:52 +0200, Christian Melki wrote: > Yes. This looks funky. > Apparently the developers misnamed the tarball. > They've been made aware about the misnormer, but done nothing about it. > > * Change URL. The project doesn't seem to update in the old url. > * Misnormer handling in the URL. Intentional. > * Set a configure option. > > Signed-off-by: Christian Melki > Message-Id: <20230703074653.2527647-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/libunwind.make b/rules/libunwind.make > index 71286acd94f1..8a28aa505d16 100644 > --- a/rules/libunwind.make > +++ b/rules/libunwind.make > @@ -14,11 +14,12 @@ PACKAGES-$(PTXCONF_LIBUNWIND) += libunwind > # > # Paths and names > # > -LIBUNWIND_VERSION := 1.6.2 > -LIBUNWIND_MD5 := f625b6a98ac1976116c71708a73dc44a > +LIBUNWIND_VERSION := 1.7.0 > +LIBUNWIND_MD5 := 149e49ae27646e73010df4b76989fbec > LIBUNWIND := libunwind-$(LIBUNWIND_VERSION) > LIBUNWIND_SUFFIX := tar.gz > -LIBUNWIND_URL := http://download.savannah.gnu.org/releases/libunwind/$(LIBUNWIND).$(LIBUNWIND_SUFFIX) > +# 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_SOURCE := $(SRCDIR)/$(LIBUNWIND).$(LIBUNWIND_SUFFIX) > LIBUNWIND_DIR := $(BUILDDIR)/$(LIBUNWIND) > LIBUNWIND_LICENSE := MIT > @@ -42,6 +43,7 @@ LIBUNWIND_CONF_OPT := \ > --disable-documentation \ > --disable-tests \ > --enable-weak-backtrace \ > + --enable-unwind-header \ > --disable-debug \ > --disable-cxx-exceptions \ > --enable-debug-frame \ > @@ -50,7 +52,8 @@ LIBUNWIND_CONF_OPT := \ > --disable-msabi-support \ > --disable-minidebuginfo \ > --enable-zlibdebuginfo \ > - --disable-per-thread-cache > + --disable-per-thread-cache \ > + --without-testdriver > > # ---------------------------------------------------------------------------- > # Target-Install