diff options
author | Leo Famulari <leo@famulari.name> | 2018-11-13 10:33:27 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-11-13 11:28:23 -0500 |
commit | 021bf6af182099dbb0178e19a2f461aeb0eef686 (patch) | |
tree | cee330cc2a6e8819ba612e9ecc70e947b07005c6 /gnu/local.mk | |
parent | 8263b9f71f2ee4f8b0d765b0c38b1d812ea8168c (diff) |
gnu: Poppler: Fix CVE-2018-19149.
* gnu/packages/patches/poppler-CVE-2018-19149.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/pdf.scm (poppler)[replacement]: New field.
(poppler/fixed): New variable.
(poppler-qt4, poppler-qt5): 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 48ee438a6e..23a6cb34b5 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1046,6 +1046,7 @@ dist_patch_DATA = \ %D%/packages/patches/plink-1.07-unclobber-i.patch \ %D%/packages/patches/plink-endian-detection.patch \ %D%/packages/patches/plotutils-libpng-jmpbuf.patch \ + %D%/packages/patches/poppler-CVE-2018-19149.patch \ %D%/packages/patches/portaudio-audacity-compat.patch \ %D%/packages/patches/portmidi-modular-build.patch \ %D%/packages/patches/potrace-tests.patch \ |