Date: Thu, 3 Dec 2020 20:41:52 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r556923 - in branches/2020Q4/x11-servers: xorg-server xwayland Message-ID: <202012032041.0B3KfqNg043824@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Thu Dec 3 20:41:52 2020 New Revision: 556923 URL: https://svnweb.freebsd.org/changeset/ports/556923 Log: MFH: r556790 xorg-server: Add patches to fix security issues Patch xorg-server (and sub ports) to fix recently discovered security isses: CVE-2020-14360 and CVE-2020-25712. These issues can lead to privileges elevations for authorized clients on systems where the X server is running privileged. Tested by: adridg, tcberner, mikael Security: 76c8b690-340b-11eb-a2b7-54e1ad3d6335 Approved by: ports-secteam (joenum) Modified: branches/2020Q4/x11-servers/xorg-server/Makefile branches/2020Q4/x11-servers/xorg-server/distinfo branches/2020Q4/x11-servers/xwayland/Makefile Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/x11-servers/xorg-server/Makefile ============================================================================== --- branches/2020Q4/x11-servers/xorg-server/Makefile Thu Dec 3 20:41:49 2020 (r556922) +++ branches/2020Q4/x11-servers/xorg-server/Makefile Thu Dec 3 20:41:52 2020 (r556923) @@ -3,7 +3,7 @@ PORTNAME?= xorg-server PORTVERSION?= 1.20.9 -PORTREVISION?= 0 +PORTREVISION?= 1 PORTEPOCH?= 1 CATEGORIES= x11-servers MASTER_SITES= XORG/individual/xserver @@ -11,6 +11,10 @@ DISTNAME= xorg-server-${PORTVERSION} MAINTAINER= x11@FreeBSD.org COMMENT?= X.Org X server and related programs + +PATCH_SITES= https://gitlab.freedesktop.org/xorg/xserver/-/commit/ +PATCHFILES+= 06d1a032ee491547f7037c3ff042065dc2aeaa99.diff:-p1 +PATCHFILES+= 7ccb3b0eabb4658daf0ecb2c78a53609ae2c263b.diff:-p1 LICENSE= MIT Modified: branches/2020Q4/x11-servers/xorg-server/distinfo ============================================================================== --- branches/2020Q4/x11-servers/xorg-server/distinfo Thu Dec 3 20:41:49 2020 (r556922) +++ branches/2020Q4/x11-servers/xorg-server/distinfo Thu Dec 3 20:41:52 2020 (r556923) @@ -1,3 +1,7 @@ -TIMESTAMP = 1598382481 +TIMESTAMP = 1606845198 SHA256 (xorg/xserver/xorg-server-1.20.9.tar.bz2) = e219f2e0dfe455467939149d7cd2ee53b79b512cc1d2094ae4f5c9ed9ccd3571 SIZE (xorg/xserver/xorg-server-1.20.9.tar.bz2) = 6302902 +SHA256 (xorg/xserver/06d1a032ee491547f7037c3ff042065dc2aeaa99.diff) = 2e0f1027e56e1512f659dc5cc48400de9bea722e516b05498a7c6a4130f09f55 +SIZE (xorg/xserver/06d1a032ee491547f7037c3ff042065dc2aeaa99.diff) = 3867 +SHA256 (xorg/xserver/7ccb3b0eabb4658daf0ecb2c78a53609ae2c263b.diff) = 5f0996f07af30d6d55713def544aa4b3280909ed91a36cd495ca2ace517b328b +SIZE (xorg/xserver/7ccb3b0eabb4658daf0ecb2c78a53609ae2c263b.diff) = 3606 Modified: branches/2020Q4/x11-servers/xwayland/Makefile ============================================================================== --- branches/2020Q4/x11-servers/xwayland/Makefile Thu Dec 3 20:41:49 2020 (r556922) +++ branches/2020Q4/x11-servers/xwayland/Makefile Thu Dec 3 20:41:52 2020 (r556923) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xwayland -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= X Clients under Wayland
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012032041.0B3KfqNg043824>