diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2017-09-30 09:11:43 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2017-10-03 11:56:24 -0400 |
commit | 4d6801b735550ee804454a6d4f0d44c3372e0ae9 (patch) | |
tree | 0bb08be51d0d457c8ecfca12743865c66cc18d0e /gnu/local.mk | |
parent | 3d7a15963e9c7a96c4aad720f2c1b5a6b63be4d0 (diff) |
gnu: graphicsmagick: Fix CVE-2017-14649.
* gnu/packages/imagemagick.scm (graphicsmagick)[source]: Add patch.
* gnu/packages/patches/graphicsmagick-CVE-2017-14649.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 6d14f2a47c..88d24fab27 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -691,6 +691,7 @@ dist_patch_DATA = \ %D%/packages/patches/graphicsmagick-CVE-2017-13776+CVE-2017-13777.patch \ %D%/packages/patches/graphicsmagick-CVE-2017-14042.patch \ %D%/packages/patches/graphicsmagick-CVE-2017-14165.patch \ + %D%/packages/patches/graphicsmagick-CVE-2017-14649.patch \ %D%/packages/patches/graphite2-ffloat-store.patch \ %D%/packages/patches/grep-gnulib-lock.patch \ %D%/packages/patches/grep-timing-sensitive-test.patch \ |