diff options
author | Leo Famulari <leo@famulari.name> | 2016-10-15 15:31:01 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-10-15 15:31:49 -0400 |
commit | e1376e25a755a7368d095b4eb2daf42be9e63b0d (patch) | |
tree | b305eafaac27ce72400be12134ffaf0b53d97683 /gnu/local.mk | |
parent | 6f30a55c9660cc87227faa3a4c7300bd51e79e4e (diff) | |
download | guix-e1376e25a755a7368d095b4eb2daf42be9e63b0d.tar guix-e1376e25a755a7368d095b4eb2daf42be9e63b0d.tar.gz |
gnu: gd: Fix CVE-2016-8670.
* gnu/packages/patches/gd-CVE-2016-8670.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gd.scm (gd)[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 a9343f009f..06e23cd6d8 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -535,6 +535,7 @@ dist_patch_DATA = \ %D%/packages/patches/gcc-libvtv-runpath.patch \ %D%/packages/patches/gcc-5.0-libvtv-runpath.patch \ %D%/packages/patches/gd-CVE-2016-7568.patch \ + %D%/packages/patches/gd-CVE-2016-8670.patch \ %D%/packages/patches/gd-fix-gd2-read-test.patch \ %D%/packages/patches/gd-fix-tests-on-i686.patch \ %D%/packages/patches/gegl-CVE-2012-4433.patch \ |