diff options
| author | Leo Famulari | 2016-07-01 16:05:40 -0400 |
|---|---|---|
| committer | Leo Famulari | 2016-07-02 10:13:55 -0400 |
| commit | 9996ab16e6c31e95a8485f1226e9301a2ecdb14f (patch) | |
| tree | 47240950546124a900a5c0e2f56baefa9b2663fa /gnu/local.mk | |
| parent | a4bbf41b255bc55fac32669e8359bfe0b037b2d5 (diff) | |
gnu: gimp: Fix CVE-2016-4994.
* gnu/packages/patches/gimp-CVE-2016-4994.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gimp.scm (gimp): 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 7dfda9b80..829693af7 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -515,6 +515,7 @@ dist_patch_DATA = \ %D%/packages/patches/geoclue-config.patch \ %D%/packages/patches/ghostscript-CVE-2015-3228.patch \ %D%/packages/patches/ghostscript-runpath.patch \ + %D%/packages/patches/gimp-CVE-2016-4994.patch \ %D%/packages/patches/glib-networking-ssl-cert-file.patch \ %D%/packages/patches/glib-tests-timer.patch \ %D%/packages/patches/glibc-CVE-2015-7547.patch \ |