From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 06 Jan 2023 17:01:36 +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 1pDpA1-003crv-9M for lore@lore.pengutronix.de; Fri, 06 Jan 2023 17:01:36 +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 1pDp9z-000461-UL; Fri, 06 Jan 2023 17:01:35 +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 1pDp9J-0002u2-U6; Fri, 06 Jan 2023 17:00:53 +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 1pDp9I-004EoV-D3; Fri, 06 Jan 2023 17:00:52 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1pDp9H-00CtQe-K2; Fri, 06 Jan 2023 17:00:51 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 6 Jan 2023 17:00:51 +0100 Message-Id: <20230106160051.3072961-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20221216150601.392941-1-christian.melki@t2data.com> References: <20221216150601.392941-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] weston: Version bump. 11.0.0 -> 11.0.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 637f7d2843f15f6458b1dddde47927ba485e5bc2. Michael [sent from post-receive hook] On Fri, 06 Jan 2023 17:00:51 +0100, Christian Melki wrote: > Minor bugfix release. > https://lists.freedesktop.org/archives/wayland-devel/2022-December/042538.html > > Sigh. The "modern" move from classical release tarball delivery from > a plain, flat server to gitlab/github/whatever has created a new type of > variability. It's everchanging. New day. New variation. > > Seems this time around, this release isn't available under the release tag. > It's under some githash. So that's a no go. The older releases weren't. > The archive context might be more stable, but really not sure. > But I can't find a .xz format there. So .gz it is. > > IMHO. It's a webgui clikety-click release trainwreck. > > * Change URL. > * Change tarball format. > > Signed-off-by: Christian Melki > Message-Id: <20221216150601.392941-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/weston.make b/rules/weston.make > index 53cf9a4d602e..cee8d290f0ee 100644 > --- a/rules/weston.make > +++ b/rules/weston.make > @@ -15,12 +15,12 @@ PACKAGES-$(PTXCONF_WESTON) += weston > # > # Paths and names > # > -WESTON_VERSION := 11.0.0 > +WESTON_VERSION := 11.0.1 > LIBWESTON_MAJOR := 11 > -WESTON_MD5 := ce50a4b11e5bb6d4a3a517ab34e86aa5 > +WESTON_MD5 := 67ad4a73ed94c3fc9f7aaa3700d311fb > WESTON := weston-$(WESTON_VERSION) > -WESTON_SUFFIX := tar.xz > -WESTON_URL := https://gitlab.freedesktop.org/wayland/weston/-/releases/$(WESTON_VERSION)/downloads/$(WESTON).$(WESTON_SUFFIX) > +WESTON_SUFFIX := tar.gz > +WESTON_URL := https://gitlab.freedesktop.org/wayland/weston/-/archive/$(WESTON_VERSION)/$(WESTON).$(WESTON_SUFFIX) > WESTON_SOURCE := $(SRCDIR)/$(WESTON).$(WESTON_SUFFIX) > WESTON_DIR := $(BUILDDIR)/$(WESTON) > WESTON_LICENSE := MIT