mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] xwayland: version bump 22.1.6 -> 23.2.3
@ 2024-01-05 10:11 Philipp Zabel
  2024-01-10 16:57 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2024-01-05 10:11 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

https://lists.x.org/archives/xorg-announce/2023-December/003437.html

Fixes CVE-2023-6377 and CVE-2023-6478. For details, see:

https://lists.x.org/archives/xorg-announce/2023-December/003435.html

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 rules/xwayland.make | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/rules/xwayland.make b/rules/xwayland.make
index e75270ea416f..721d353c71cf 100644
--- a/rules/xwayland.make
+++ b/rules/xwayland.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_XWAYLAND) += xwayland
 #
 # Paths and names
 #
-XWAYLAND_VERSION	:= 22.1.6
-XWAYLAND_MD5		:= 9894362969bcf86f3c0943138f9552cd
+XWAYLAND_VERSION	:= 23.2.3
+XWAYLAND_MD5		:= 5f2effd2dd2433d8a7cdc05f8feadfb9
 XWAYLAND		:= xwayland-$(XWAYLAND_VERSION)
 XWAYLAND_SUFFIX		:= tar.xz
 XWAYLAND_URL		:= $(call ptx/mirror, XORG, individual/xserver/$(XWAYLAND).$(XWAYLAND_SUFFIX))
@@ -45,10 +45,12 @@ XWAYLAND_CONF_OPT	:= \
 	-Ddri3=true \
 	-Ddrm=true \
 	-Ddtrace=false \
+	-Dfontrootdir= \
 	-Dglamor=$(call ptx/truefalse, PTXCONF_XWAYLAND_GLAMOR) \
 	-Dglx=$(call ptx/truefalse, PTXCONF_XWAYLAND_EXT_GLX) \
 	-Dinput_thread=auto \
 	-Dipv6=$(call ptx/truefalse, PTXCONF_GLOBAL_IPV6) \
+	-Dlibdecor=false \
 	-Dlibunwind=false \
 	-Dlisten_local=true \
 	-Dlisten_tcp=false \
@@ -56,6 +58,7 @@ XWAYLAND_CONF_OPT	:= \
 	-Dmitshm=$(call ptx/truefalse, PTXCONF_XWAYLAND_EXT_SHM) \
 	-Dscreensaver=false \
 	-Dsecure-rpc=false \
+	-Dserverconfigdir= \
 	-Dsha1=libnettle \
 	-Dvendor_name=PTXdist \
 	-Dvendor_name_short=PTXdist \
@@ -79,7 +82,8 @@ XWAYLAND_CONF_OPT	:= \
 	-Dxv=$(call ptx/truefalse, PTXCONF_XWAYLAND_EXT_XV) \
 	-Dxvfb=false \
 	-Dxwayland-path= \
-	-Dxwayland_eglstream=false
+	-Dxwayland_eglstream=false \
+	-Dxwayland_ei=false
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.39.2




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

* Re: [ptxdist] [APPLIED] xwayland: version bump 22.1.6 -> 23.2.3
  2024-01-05 10:11 [ptxdist] [PATCH] xwayland: version bump 22.1.6 -> 23.2.3 Philipp Zabel
@ 2024-01-10 16:57 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2024-01-10 16:57 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as 6999464df8098326061048a55086850f35e75e62.

Michael

[sent from post-receive hook]

On Wed, 10 Jan 2024 17:57:45 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> https://lists.x.org/archives/xorg-announce/2023-December/003437.html
> 
> Fixes CVE-2023-6377 and CVE-2023-6478. For details, see:
> 
> https://lists.x.org/archives/xorg-announce/2023-December/003435.html
> 
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20240105101110.1052217-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 e75270ea416f..721d353c71cf 100644
> --- a/rules/xwayland.make
> +++ b/rules/xwayland.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_XWAYLAND) += xwayland
>  #
>  # Paths and names
>  #
> -XWAYLAND_VERSION	:= 22.1.6
> -XWAYLAND_MD5		:= 9894362969bcf86f3c0943138f9552cd
> +XWAYLAND_VERSION	:= 23.2.3
> +XWAYLAND_MD5		:= 5f2effd2dd2433d8a7cdc05f8feadfb9
>  XWAYLAND		:= xwayland-$(XWAYLAND_VERSION)
>  XWAYLAND_SUFFIX		:= tar.xz
>  XWAYLAND_URL		:= $(call ptx/mirror, XORG, individual/xserver/$(XWAYLAND).$(XWAYLAND_SUFFIX))
> @@ -45,10 +45,12 @@ XWAYLAND_CONF_OPT	:= \
>  	-Ddri3=true \
>  	-Ddrm=true \
>  	-Ddtrace=false \
> +	-Dfontrootdir= \
>  	-Dglamor=$(call ptx/truefalse, PTXCONF_XWAYLAND_GLAMOR) \
>  	-Dglx=$(call ptx/truefalse, PTXCONF_XWAYLAND_EXT_GLX) \
>  	-Dinput_thread=auto \
>  	-Dipv6=$(call ptx/truefalse, PTXCONF_GLOBAL_IPV6) \
> +	-Dlibdecor=false \
>  	-Dlibunwind=false \
>  	-Dlisten_local=true \
>  	-Dlisten_tcp=false \
> @@ -56,6 +58,7 @@ XWAYLAND_CONF_OPT	:= \
>  	-Dmitshm=$(call ptx/truefalse, PTXCONF_XWAYLAND_EXT_SHM) \
>  	-Dscreensaver=false \
>  	-Dsecure-rpc=false \
> +	-Dserverconfigdir= \
>  	-Dsha1=libnettle \
>  	-Dvendor_name=PTXdist \
>  	-Dvendor_name_short=PTXdist \
> @@ -79,7 +82,8 @@ XWAYLAND_CONF_OPT	:= \
>  	-Dxv=$(call ptx/truefalse, PTXCONF_XWAYLAND_EXT_XV) \
>  	-Dxvfb=false \
>  	-Dxwayland-path= \
> -	-Dxwayland_eglstream=false
> +	-Dxwayland_eglstream=false \
> +	-Dxwayland_ei=false
>  
>  # ----------------------------------------------------------------------------
>  # Target-Install



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

end of thread, other threads:[~2024-01-10 17:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-05 10:11 [ptxdist] [PATCH] xwayland: version bump 22.1.6 -> 23.2.3 Philipp Zabel
2024-01-10 16:57 ` [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