From nobody Thu Apr 04 10:57:43 2024 X-Original-To: dev-commits-ports-branches@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4V9JVh57x9z5GnSD; Thu, 4 Apr 2024 10:57:48 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mx.blih.net [212.83.155.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4V9JVd4mNKz53fB; Thu, 4 Apr 2024 10:57:45 +0000 (UTC) (envelope-from manu@bidouilliste.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1712228264; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=j8V23umhGvH/Gq2u+u8oGVMSQtnLaBLOLtRBT/2s3HI=; b=rwxDJ0E1czyBSviosjI+mRz0fd4bsaBDMlfliml0ksSj7ln4Ik/flIGNgvIaLQ2ExVvGi8 DATTjQNv5FibpsDga9sTPGfetFb69yCdeFsT4EzBgBc8ehnOMuAL0bCiExw1YCtntQ9Dhj SXNAeq1eAS9BK4G7kpq22dn3l76FBIs= Received: from skull.home.blih.net (lfbn-lyo-1-2174-135.w90-66.abo.wanadoo.fr [90.66.97.135]) by mx.blih.net (OpenSMTPD) with ESMTPSA id 3ffbe68d (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 4 Apr 2024 10:57:44 +0000 (UTC) Date: Thu, 4 Apr 2024 12:57:43 +0200 From: Emmanuel Vadot To: Jan Beich Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: Re: git: 77f72c463b90 - 2024Q1 - x11-servers/xwayland-devel: backport recent secfixes Message-Id: <20240404125743.1e52876a69053b726cb456e4@bidouilliste.com> In-Reply-To: <202404040955.4349tDrM089062@gitrepo.freebsd.org> References: <202404040955.4349tDrM089062@gitrepo.freebsd.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd15.0) List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-branches@freebsd.org X-BeenThere: dev-commits-ports-branches@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:12876, ipnet:212.83.128.0/19, country:FR] X-Rspamd-Queue-Id: 4V9JVd4mNKz53fB On Thu, 4 Apr 2024 09:55:13 GMT Jan Beich wrote: > The branch 2024Q1 has been updated by jbeich: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=77f72c463b90237feeba97e05b597101cc407ebd > > commit 77f72c463b90237feeba97e05b597101cc407ebd > Author: Jan Beich > AuthorDate: 2024-04-04 00:38:43 +0000 > Commit: Jan Beich > CommitDate: 2024-04-04 09:40:32 +0000 > > x11-servers/xwayland-devel: backport recent secfixes > > Changes: https://gitlab.freedesktop.org/xorg/xserver/-/compare/272e2915f...bdca6c3d1 > Security: CVE-2024-31080 CVE-2024-31081 CVE-2024-31082 CVE-2024-31083 > (cherry picked from commit 0f0eaee14e697cff0101838139091e2c5d5a73bb) This is not a cherry-pick, this is a direct commit to 2024Q1 as the version differs between main and quarterly. You should have noted in this commit that this was a direct commit and that use used the backported patches applied upstream to the 23.2 branch of xwayland. > --- > x11-servers/xwayland-devel/Makefile | 5 +++++ > x11-servers/xwayland-devel/distinfo | 8 ++++++++ > 2 files changed, 13 insertions(+) > > diff --git a/x11-servers/xwayland-devel/Makefile b/x11-servers/xwayland-devel/Makefile > index 010672cbfeac..2edd4156938c 100644 > --- a/x11-servers/xwayland-devel/Makefile > +++ b/x11-servers/xwayland-devel/Makefile > @@ -2,6 +2,7 @@ PORTNAME= xwayland > DISTVERSIONPREFIX= xorg-server- > DISTVERSION= 21.0.99.1-671 > DISTVERSIONSUFFIX= -gf0a187f55 > +PORTREVISION= 1 > CATEGORIES= x11-servers > PKGNAMESUFFIX= -devel > > @@ -10,6 +11,10 @@ PATCHFILES+= cd6c9c1246af.patch:-p1:github # https://gitlab.freedesktop.org/xorg > PATCHFILES+= 91b97b031290.patch:-p1:github # https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/432 > PATCHFILES+= 3b0d1a3a2296.patch:-p1:github # https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/432 > PATCH_SITES+= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/ > +PATCHFILES+= 96798fc19674.patch:-p1 # https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1463 > +PATCHFILES+= 3e77295f888c.patch:-p1 # https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1463 > +PATCHFILES+= 6c684d035c06.patch:-p1 # https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1463 > +PATCHFILES+= 01941a831811.patch:-p1 # https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1463 > > MAINTAINER= jbeich@FreeBSD.org > COMMENT= X11 server as Wayland client (development snapshot) > diff --git a/x11-servers/xwayland-devel/distinfo b/x11-servers/xwayland-devel/distinfo > index 356dcaddd63d..5ab6dd254465 100644 > --- a/x11-servers/xwayland-devel/distinfo > +++ b/x11-servers/xwayland-devel/distinfo > @@ -7,3 +7,11 @@ SHA256 (91b97b031290.patch) = 8e44f24c34d598cc152173d2d59cc6eb7d3ac3427819c732f0 > SIZE (91b97b031290.patch) = 18382 > SHA256 (3b0d1a3a2296.patch) = 4e2c4165e9e287ed42cbb9a30eedf1a10f0fcbae0db6a222feb1783f9bb2ed29 > SIZE (3b0d1a3a2296.patch) = 2513 > +SHA256 (96798fc19674.patch) = 8b59b74f09476bb44d7b425dc2453b54766db4b7d30e20e1b1f1bef4ad0db7c1 > +SIZE (96798fc19674.patch) = 1467 > +SHA256 (3e77295f888c.patch) = 33686bbf6ecec42d064b4066b13f79f9e32f86d4ceef819ebdb7567f326fbd7d > +SIZE (3e77295f888c.patch) = 1358 > +SHA256 (6c684d035c06.patch) = 01ad0be2af7c0a00fd3efd218eee64fb5bd8acbf0978186947f0b6b4b1b9febd > +SIZE (6c684d035c06.patch) = 1569 > +SHA256 (01941a831811.patch) = b44dca9b0d15ce8b9a0e1d7bdeb45bad9014aa16a4e63ed979a166d6b755c2f1 > +SIZE (01941a831811.patch) = 3654 -- Emmanuel Vadot