diff options
author | Leo Famulari <leo@famulari.name> | 2017-01-01 15:12:48 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-01-04 14:42:58 -0500 |
commit | 5f0fabec54812e9ebd9a54b7c24b29899c765548 (patch) | |
tree | b558aaecc1801752a79286ed36a4b278e4074986 /gnu/local.mk | |
parent | 7a203059d3d0dcbf1f1a8792636b0b41f85b61cf (diff) |
gnu: unrtf: Fix CVE-2016-10091.
* gnu/packages/patches/unrtf-CVE-2016-10091.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/unrtf.scm (unrtf)[source]: Use it.
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 4d321d1a59..2e714ac28c 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -881,6 +881,7 @@ dist_patch_DATA = \ %D%/packages/patches/tophat-build-with-later-seqan.patch \ %D%/packages/patches/totem-debug-format-fix.patch \ %D%/packages/patches/tuxpaint-stamps-path.patch \ + %D%/packages/patches/unrtf-CVE-2016-10091.patch \ %D%/packages/patches/unzip-CVE-2014-8139.patch \ %D%/packages/patches/unzip-CVE-2014-8140.patch \ %D%/packages/patches/unzip-CVE-2014-8141.patch \ |