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/packages/gd.scm | |
parent | 6f30a55c9660cc87227faa3a4c7300bd51e79e4e (diff) |
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/packages/gd.scm')
-rw-r--r-- | gnu/packages/gd.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gd.scm b/gnu/packages/gd.scm index 6c94d35bdf..0241a81db9 100644 --- a/gnu/packages/gd.scm +++ b/gnu/packages/gd.scm @@ -51,6 +51,7 @@ (base32 "0g3xz8jpz1pl2zzmssglrpa9nxiaa7rmcmvgpbrjz8k9cyynqsvl")) (patches (search-patches "gd-CVE-2016-7568.patch" + "gd-CVE-2016-8670.patch" "gd-fix-gd2-read-test.patch" "gd-fix-tests-on-i686.patch")))) (build-system gnu-build-system) |