diff options
author | Leo Famulari <leo@famulari.name> | 2018-09-09 17:48:24 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-09-09 18:13:19 -0400 |
commit | ced98c7e89a22c551dd23acd7a1b4f861958d876 (patch) | |
tree | 86a3675fe38842ae01dac67c6af7bb10b822a57a /gnu/packages/php.scm | |
parent | 15cc7e6adfa503a1cf168d19a952fae02f91ab2d (diff) | |
download | patches-ced98c7e89a22c551dd23acd7a1b4f861958d876.tar patches-ced98c7e89a22c551dd23acd7a1b4f861958d876.tar.gz |
gnu: libgd: Fix CVE-2018-{5711,1000222}.
* gnu/packages/patches/gd-CVE-2018-1000222.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gd.scm (gd/fixed): New variable.
* gnu/packages/php.scm (gd-for-php)[source]: Use 'gd-CVE-2018-1000222.patch'.
Diffstat (limited to 'gnu/packages/php.scm')
-rw-r--r-- | gnu/packages/php.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm index 121ffab767..4981c60554 100644 --- a/gnu/packages/php.scm +++ b/gnu/packages/php.scm @@ -57,7 +57,8 @@ (inherit (package-source gd)) (patches (search-patches "gd-fix-tests-on-i686.patch" "gd-freetype-test-failure.patch" - "gd-CVE-2018-5711.patch")))))) + "gd-CVE-2018-5711.patch" + "gd-CVE-2018-1000222.patch")))))) (define-public php (package |