From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 03 Jun 2026 15:43:27 +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 1wUlsV-001wdm-02 for lore@lore.pengutronix.de; Wed, 03 Jun 2026 15:43:27 +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 1wUlsU-0005dX-TD; Wed, 03 Jun 2026 15:43:26 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wUlsO-0005ci-8O; Wed, 03 Jun 2026 15:43:20 +0200 From: Philipp Zabel To: ptxdist@pengutronix.de Date: Wed, 3 Jun 2026 15:43:19 +0200 Message-ID: <20260603134319.2391591-1-p.zabel@pengutronix.de> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH] 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 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 --- rules/xwayland.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.3