diff options
author | Leo Famulari <leo@famulari.name> | 2016-09-29 11:32:34 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-10-01 12:27:37 -0400 |
commit | 917de2511b21fa95d82f199d98e00b420ec20e3e (patch) | |
tree | 87af7b3cd9daf646ba0cdb0f3f120252bc646164 /gnu/packages/gd.scm | |
parent | 43f7af428e139f64b9ec229eb74918e328a63a5a (diff) | |
download | patches-917de2511b21fa95d82f199d98e00b420ec20e3e.tar patches-917de2511b21fa95d82f199d98e00b420ec20e3e.tar.gz |
gnu: gd: Fix CVE-2016-7568.
* gnu/packages/patches/gd-CVE-2016-7568.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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gd.scm b/gnu/packages/gd.scm index 4ba019460f..6c94d35bdf 100644 --- a/gnu/packages/gd.scm +++ b/gnu/packages/gd.scm @@ -50,7 +50,8 @@ (sha256 (base32 "0g3xz8jpz1pl2zzmssglrpa9nxiaa7rmcmvgpbrjz8k9cyynqsvl")) - (patches (search-patches "gd-fix-gd2-read-test.patch" + (patches (search-patches "gd-CVE-2016-7568.patch" + "gd-fix-gd2-read-test.patch" "gd-fix-tests-on-i686.patch")))) (build-system gnu-build-system) (native-inputs |