diff options
author | Mark H Weaver <mhw@netris.org> | 2020-08-01 03:16:40 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-08-01 11:11:58 -0400 |
commit | cf1d1f4f79ddf3a75b960ef52116221cc9732600 (patch) | |
tree | 423ce3dfa9738425fd599e7d1fd1cc3691bb356a /gnu/local.mk | |
parent | d7d85c6412f6c2077ea930c7e525371912100193 (diff) | |
download | guix-cf1d1f4f79ddf3a75b960ef52116221cc9732600.tar.gz |
gnu: xorg-server: Fix CVE-2020-14347 via graft.
* gnu/packages/patches/xorg-server-CVE-2020-14347.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (xorg-server/fixed): New variable. (xorg-server)[replacement]: New field. (xorg-server-wayland): Use package/inherit.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 181212c70b..b7c98aeef2 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1650,6 +1650,7 @@ dist_patch_DATA = \ %D%/packages/patches/xf86-video-voodoo-pcitag.patch \ %D%/packages/patches/xfce4-panel-plugins.patch \ %D%/packages/patches/xfce4-settings-defaults.patch \ + %D%/packages/patches/xorg-server-CVE-2020-14347.patch \ %D%/packages/patches/xplanet-1.3.1-cxx11-eof.patch \ %D%/packages/patches/xplanet-1.3.1-libdisplay_DisplayOutput.cpp.patch \ %D%/packages/patches/xplanet-1.3.1-libimage_gif.c.patch \ |