mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
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'.
This commit is contained in:
parent
15cc7e6adf
commit
ced98c7e89
4 changed files with 101 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue