diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2017-09-10 12:19:06 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2017-09-14 09:23:19 -0400 |
commit | db7f7eb8ca670ee5d76e3bad3ada29e87e3f6a10 (patch) | |
tree | 0f61eabda775571d0fdd5b1005f9707cce410070 /gnu/local.mk | |
parent | c61794cf451f84df532dadbc0660c5fef92d337b (diff) | |
download | patches-db7f7eb8ca670ee5d76e3bad3ada29e87e3f6a10.tar patches-db7f7eb8ca670ee5d76e3bad3ada29e87e3f6a10.tar.gz |
gnu: graphicsmagick: Fix CVE-2017-{11403,14103}.
* gnu/packages/imagemagick.scm (graphicsmagick)[source]: Add patch.
* gnu/packages/patches/graphicsmagick-CVE-2017-11403+CVE-2017-14103.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Register 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 1f55e52bfd..4fefa3b10b 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -678,6 +678,7 @@ dist_patch_DATA = \ %D%/packages/patches/gobject-introspection-absolute-shlib-path.patch \ %D%/packages/patches/gobject-introspection-cc.patch \ %D%/packages/patches/gobject-introspection-girepository.patch \ + %D%/packages/patches/graphicsmagick-CVE-2017-11403+CVE-2017-14103.patch \ %D%/packages/patches/graphicsmagick-CVE-2017-12935.patch \ %D%/packages/patches/graphicsmagick-CVE-2017-12936.patch \ %D%/packages/patches/graphicsmagick-CVE-2017-12937.patch \ |