From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 22 Jun 2026 10:12:07 +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 1wbZlH-008aRv-1v for lore@lore.pengutronix.de; Mon, 22 Jun 2026 10:12:07 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wbZlG-0006pg-V8; Mon, 22 Jun 2026 10:12:07 +0200 Received: from mx1.white.stw.pengutronix.de ([185.203.200.13]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wbZkh-0005Bg-QN; Mon, 22 Jun 2026 10:11:33 +0200 Received: from drehscheibe.grey.stw.pengutronix.de (drehscheibe.grey.stw.pengutronix.de [IPv6:2a0a:edc0:0:c01:1d::a2]) (Authenticated sender: relay-from-drehscheibe.grey.stw.pengutronix.de) by mx1.white.stw.pengutronix.de (Postfix) with ESMTPSA id A12A1200669; Mon, 22 Jun 2026 10:11:31 +0200 (CEST) Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wbZkh-0043Gr-1s; Mon, 22 Jun 2026 10:11:31 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1wbZkh-0000000ENJj-2EEi; Mon, 22 Jun 2026 10:11:31 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 22 Jun 2026 10:11:31 +0200 Message-ID: <20260622081131.3426216-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260603134319.2391591-1-p.zabel@pengutronix.de> References: <20260603134319.2391591-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.whiteo.stw.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-3.8 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham autolearn_force=no version=3.4.2 Subject: Re: [ptxdist] [APPLIED] xwayland: version bump 24.1.2 -> 24.1.12 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: Philipp Zabel 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 57b50b442e3554e6cda8618b2b084b2d91480315. Michael [sent from post-receive hook] On Mon, 22 Jun 2026 10:11:31 +0200, Philipp Zabel wrote: > https://lists.x.org/archives/xorg-announce/2026-June/003702.html > > A pile of security fixes. > > COPYING changed due to copyright years, an added advertising clause > previously missing from the SGI-B-2.0 license, and an author line > added from the corresponding source files: > > e20ae90a953e ("os: Use EVP APIs when building with OpenSSL 3") > e5c6a5ab905e ("COPYING: add missing paragraph to SGI-B-2.0") > 89f82cce4a4c ("COPYING: add author to HPND-sell-MIT-disclaimer-xserver") > > Signed-off-by: Philipp Zabel > Message-Id: <20260603134319.2391591-1-p.zabel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/xwayland.make b/rules/xwayland.make > index ae9a529d6db5..bf6a8019e49b 100644 > --- a/rules/xwayland.make > +++ b/rules/xwayland.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_XWAYLAND) += xwayland > # > # Paths and names > # > -XWAYLAND_VERSION := 24.1.2 > -XWAYLAND_SHA256 := 141eb76e7e422a3661c08782c70be40931084755042c04506e0d97dd463ef7d2 > +XWAYLAND_VERSION := 24.1.12 > +XWAYLAND_SHA256 := 6df02c511b92c1b9848734d9d1b03a4c24f8375ba3cada44e9684a21b5f78e21 > XWAYLAND := xwayland-$(XWAYLAND_VERSION) > XWAYLAND_SUFFIX := tar.xz > XWAYLAND_URL := $(call ptx/mirror, XORG, individual/xserver/$(XWAYLAND).$(XWAYLAND_SUFFIX)) > @@ -23,7 +23,7 @@ XWAYLAND_SOURCE := $(SRCDIR)/$(XWAYLAND).$(XWAYLAND_SUFFIX) > XWAYLAND_DIR := $(BUILDDIR)/$(XWAYLAND) > XWAYLAND_LICENSE := MIT > XWAYLAND_LICENSE_FILES := \ > - file://COPYING;md5=5df87950af51ac2c5822094553ea1880 > + file://COPYING;md5=f8778cfcd90ece0e4b225f30182227ca > > # ---------------------------------------------------------------------------- > # Prepare