From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 16 Mar 2023 15:31:55 +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 1pcoe2-002l9w-PZ for lore@lore.pengutronix.de; Thu, 16 Mar 2023 15:31:55 +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 1pcoe3-0003l6-3Y; Thu, 16 Mar 2023 15:31:55 +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 1pcodY-0003kp-4E; Thu, 16 Mar 2023 15:31:24 +0100 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 1pcodX-004ZQ5-G5; Thu, 16 Mar 2023 15:31:23 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1pcodW-00FQMA-ST; Thu, 16 Mar 2023 15:31:22 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 16 Mar 2023 15:31:22 +0100 Message-Id: <20230316143122.3676019-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20230308085858.3482511-1-ejo@pengutronix.de> References: <20230308085858.3482511-1-ejo@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] rauc: version bump 1.8 -> 1.9 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: Enrico Jorns 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 00d31655443b118b146d22dd3d36e9e21dfd526a. Michael [sent from post-receive hook] On Thu, 16 Mar 2023 15:31:22 +0100, Enrico Jorns wrote: > RAUC switched to meson as the main build system but kept autotools for > this release to ease migration. > Since the meson-generated artifact does not have a 'configure' file, a > separate autools release tarball was created that is used here. > > Signed-off-by: Enrico Jorns > Message-Id: <20230308085858.3482511-1-ejo@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/rauc.make b/rules/rauc.make > index cac186a64b0c..0502fd3704ed 100644 > --- a/rules/rauc.make > +++ b/rules/rauc.make > @@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_RAUC) += rauc > # > # Paths and names > # > -RAUC_VERSION := 1.8 > -RAUC_MD5 := acd0e788d804bda6645a2506c1068789 > +RAUC_VERSION := 1.9 > +RAUC_MD5 := 5b6ca0032185828f8f22d9a416319c3a > RAUC := rauc-$(RAUC_VERSION) > RAUC_SUFFIX := tar.xz > -RAUC_URL := https://github.com/rauc/rauc/releases/download/v$(RAUC_VERSION)/$(RAUC).$(RAUC_SUFFIX) > +RAUC_URL := https://github.com/rauc/rauc/releases/download/v$(RAUC_VERSION)/$(RAUC)-autotools.$(RAUC_SUFFIX) > RAUC_SOURCE := $(SRCDIR)/$(RAUC).$(RAUC_SUFFIX) > RAUC_DIR := $(BUILDDIR)/$(RAUC) > RAUC_LICENSE := LGPL-2.1-only