diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2020-12-02 03:48:10 +0800 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2020-12-02 03:48:10 +0800 |
commit | 21256cd6f475070e399b1555d62a2888d02eb3c8 (patch) | |
tree | 9e558a90b8b0de2a457050e5efb47ad8199a5942 /x11-servers/xwayland/Makefile | |
parent | d54ac71b2f6d11a2e189e1bca7742d38320b444d (diff) | |
download | freebsd-ports-gnome-21256cd6f475070e399b1555d62a2888d02eb3c8.tar.gz freebsd-ports-gnome-21256cd6f475070e399b1555d62a2888d02eb3c8.tar.zst freebsd-ports-gnome-21256cd6f475070e399b1555d62a2888d02eb3c8.zip |
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
MFH: 2020Q4
Security: 76c8b690-340b-11eb-a2b7-54e1ad3d6335
Diffstat (limited to 'x11-servers/xwayland/Makefile')
-rw-r--r-- | x11-servers/xwayland/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-servers/xwayland/Makefile b/x11-servers/xwayland/Makefile index b31c431f581e..33266f967e7f 100644 --- a/x11-servers/xwayland/Makefile +++ b/x11-servers/xwayland/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xwayland -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= X Clients under Wayland |