summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2018-08-14 14:50:46 -0400
committerLeo Famulari <leo@famulari.name>2018-08-14 16:52:48 -0400
commitfeccc81013c410494b68894aad75bd7d135f5525 (patch)
tree2cbe97842494dd0cdb16398cb750a979ebc40cd9 /gnu/packages/gnome.scm
parente09dbdeb783c9db032ccf871b6278cc211d49c79 (diff)
downloadguix-patches-feccc81013c410494b68894aad75bd7d135f5525.tar
guix-patches-feccc81013c410494b68894aad75bd7d135f5525.tar.gz
gnu: gdm: Fix CVE-2018-14424.
* gnu/packages/patches/gdm-CVE-2018-14424.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (gdm): Use it.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4ef96ffa50..fe26bc35cc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5305,6 +5305,7 @@ libxml2.")
(uri (string-append "mirror://gnome/sources/" name "/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
+ (patches (search-patches "gdm-CVE-2018-14424.patch"))
(sha256
(base32
"0mxdal6hh345xk2xqmw5192jgpprkbcv1d4bwmnl4arcc00cpp8p"))))