mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] xwayland: version bump 24.1.2 -> 24.1.12
@ 2026-06-03 13:43 Philipp Zabel
  2026-06-22  8:11 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2026-06-03 13:43 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

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 <p.zabel@pengutronix.de>
---
 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




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] xwayland: version bump 24.1.2 -> 24.1.12
  2026-06-03 13:43 [ptxdist] [PATCH] xwayland: version bump 24.1.2 -> 24.1.12 Philipp Zabel
@ 2026-06-22  8:11 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2026-06-22  8:11 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as 57b50b442e3554e6cda8618b2b084b2d91480315.

Michael

[sent from post-receive hook]

On Mon, 22 Jun 2026 10:11:31 +0200, Philipp Zabel <p.zabel@pengutronix.de> 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 <p.zabel@pengutronix.de>
> Message-Id: <20260603134319.2391591-1-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> 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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-06-22  8:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-03 13:43 [ptxdist] [PATCH] xwayland: version bump 24.1.2 -> 24.1.12 Philipp Zabel
2026-06-22  8:11 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox