From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 03 Jan 2023 12:09:01 +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 1pCfAE-000MEb-GD for lore@lore.pengutronix.de; Tue, 03 Jan 2023 12:09:01 +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 1pCfAC-0003WJ-R4; Tue, 03 Jan 2023 12:09:00 +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 1pCf9Y-0002OT-JU; Tue, 03 Jan 2023 12:08:20 +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 1pCf9X-003YAK-Vv; Tue, 03 Jan 2023 12:08:19 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1pCf9X-009LQg-4z; Tue, 03 Jan 2023 12:08:19 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Tue, 3 Jan 2023 12:08:19 +0100 Message-Id: <20230103110819.2227265-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20221214113057.764697-1-p.zabel@pengutronix.de> References: <20221214113057.764697-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] xwayland: version bump 22.1.3 -> 22.1.6 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.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as a610c4beb55e6f98905837bfcefc27a5fc31dc35. Michael [sent from post-receive hook] On Tue, 03 Jan 2023 12:08:18 +0100, Philipp Zabel wrote: > https://lists.x.org/archives/xorg-announce/2022-December/003304.html > > Fixes CVE-2022-46340, CVE-2022-46341, CVE-2022-46342, CVE-2022-46343, > CVE-2022-46344, and CVE-2022-4283. For details see: > > https://lists.x.org/archives/xorg-announce/2022-December/003302.html > > Signed-off-by: Philipp Zabel > Message-Id: <20221214113057.764697-1-p.zabel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/xwayland.make b/rules/xwayland.make > index 2cb82fd4b9b2..e75270ea416f 100644 > --- a/rules/xwayland.make > +++ b/rules/xwayland.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_XWAYLAND) += xwayland > # > # Paths and names > # > -XWAYLAND_VERSION := 22.1.3 > -XWAYLAND_MD5 := 83849961283e8cea32be6740914822e5 > +XWAYLAND_VERSION := 22.1.6 > +XWAYLAND_MD5 := 9894362969bcf86f3c0943138f9552cd > XWAYLAND := xwayland-$(XWAYLAND_VERSION) > XWAYLAND_SUFFIX := tar.xz > XWAYLAND_URL := $(call ptx/mirror, XORG, individual/xserver/$(XWAYLAND).$(XWAYLAND_SUFFIX)) > @@ -38,8 +38,12 @@ XWAYLAND_CONF_OPT := \ > -Dbuilder_addr=ptxdist@pengutronix.de \ > -Dbuilder_string=PTXdist \ > -Ddefault_font_path=$(subst $(space),$(comma),$(addprefix $(XORG_FONTDIR)/,$(XORG_FONT_DIRS))) \ > + -Ddevel-docs=false \ > + -Ddocs=false \ > + -Ddocs-pdf=false \ > -Ddpms=false \ > -Ddri3=true \ > + -Ddrm=true \ > -Ddtrace=false \ > -Dglamor=$(call ptx/truefalse, PTXCONF_XWAYLAND_GLAMOR) \ > -Dglx=$(call ptx/truefalse, PTXCONF_XWAYLAND_EXT_GLX) \