diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-08-30 23:41:08 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-08-31 02:49:43 +0200 |
commit | 4f6815614097630dfe507df7bae768d37f3f0627 (patch) | |
tree | 807ee60a94752d6fb2b83b197de50b031db6863f /gnu/local.mk | |
parent | cad88b853375089f22da0ebb436fd38eb23aa593 (diff) | |
download | guix-4f6815614097630dfe507df7bae768d37f3f0627.tar guix-4f6815614097630dfe507df7bae768d37f3f0627.tar.gz |
gnu: gd: Replace with 2.2.5.
Fixes CVE-2017-6362 and CVE-2017-7890.
* gnu/packages/gd.scm (gd)[replacement]: New field.
(gd-2.2.5): New variable.
* gnu/packages/php.scm (gd-for-php): Remove variable
(php)[inputs]: Replace GD-FOR-PHP with GD-2.2.5.
* gnu/packages/patches/gd-CVE-2017-7890.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 9207966859..708b50e8b6 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -631,7 +631,6 @@ dist_patch_DATA = \ %D%/packages/patches/gcr-disable-failing-tests.patch \ %D%/packages/patches/gcr-fix-collection-tests-to-work-with-gpg-21.patch \ %D%/packages/patches/gdk-pixbuf-list-dir.patch \ - %D%/packages/patches/gd-CVE-2017-7890.patch \ %D%/packages/patches/gd-fix-gd2-read-test.patch \ %D%/packages/patches/gd-fix-tests-on-i686.patch \ %D%/packages/patches/gd-freetype-test-failure.patch \ |