diff options
author | Leo Famulari <leo@famulari.name> | 2017-06-11 22:18:53 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-06-12 01:20:34 -0400 |
commit | 34a0984e57e549ba441997dce474140ef85b5a43 (patch) | |
tree | bf0980955675201e3addba6759f2c97c11b93374 /gnu/packages/libreoffice.scm | |
parent | e3c9ab5f41c887b341da43db6e5cf75a2a0cc783 (diff) | |
download | guix-34a0984e57e549ba441997dce474140ef85b5a43.tar guix-34a0984e57e549ba441997dce474140ef85b5a43.tar.gz |
gnu: libmwaw: Fix CVE-2017-9433.
* gnu/packages/patches/libmwaw-CVE-2017-9433.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/libreoffice.scm (libmwaw)[source]: Use it.
Diffstat (limited to 'gnu/packages/libreoffice.scm')
-rw-r--r-- | gnu/packages/libreoffice.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index afaf8002d8..809e28e27b 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -590,6 +590,7 @@ text documents, vector drawings, presentations and spreadsheets.") (method url-fetch) (uri (string-append "mirror://sourceforge/" name "/" name "/" name "-" version "/" name "-" version ".tar.xz")) + (patches (search-patches "libmwaw-CVE-2017-9433.patch")) (sha256 (base32 "16i9s9p4sjpdpbm3gq6jkc9r3nyfy47ggkdlgh7vr0mydccklj2b")))) (build-system gnu-build-system) |