diff options
author | Leo Famulari <leo@famulari.name> | 2017-12-20 19:53:40 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-12-21 14:17:35 -0500 |
commit | 9c3ad422d0f4f2e552dcb73aae98c7db1fc2e584 (patch) | |
tree | 70eb99c103c52a7913708f0746b068210d4c62ed /gnu/packages/gnome.scm | |
parent | 5dc0e0b055ce2ab12c40066cee34511cd7a5cf03 (diff) |
gnu: libgxps: Fix CVE-2017-11590.
* gnu/packages/patches/libgxps-CVE-2017-11590.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gnome.scm (libgxps)[source]: Use it.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 7b93ddd14e..b7f57b030e 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -395,6 +395,7 @@ access the common Google services, and has full asynchronous support.") (uri (string-append "mirror://gnome/sources/" name "/" (version-major+minor version) "/" name "-" version ".tar.xz")) + (patches (search-patches "libgxps-CVE-2017-11590.patch")) (sha256 (base32 "184r06s8g20cfigg7m169n42jjsc9wmzzlycr4g1fxxhr72r8x9y")))) |