diff options
author | Leo Famulari <leo@famulari.name> | 2018-06-25 16:28:00 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-06-26 11:49:07 -0400 |
commit | 8dbfaff028d73cc847a9fff03cb17006c5461b11 (patch) | |
tree | 0c72436cb2e10e8359d0093507a5ba1007be6ef6 /gnu/local.mk | |
parent | 671dd8d6e6088055d31315315e3bdd1c4fa90a0f (diff) | |
download | guix-8dbfaff028d73cc847a9fff03cb17006c5461b11.tar.gz |
gnu: libtiff: Fix CVE-2018-{8905,10963}.
* gnu/packages/patches/libtiff-CVE-2018-8905.patch, gnu/packages/patches/libtiff-CVE-2018-10963.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/image.scm (libtiff)[replacement]: New field. (libtiff/fixed): New variable.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 2e26b33371..30d314c882 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -887,6 +887,8 @@ dist_patch_DATA = \ %D%/packages/patches/libtheora-config-guess.patch \ %D%/packages/patches/libtiff-CVE-2017-9935.patch \ %D%/packages/patches/libtiff-CVE-2017-18013.patch \ + %D%/packages/patches/libtiff-CVE-2018-8905.patch \ + %D%/packages/patches/libtiff-CVE-2018-10963.patch \ %D%/packages/patches/libtool-skip-tests2.patch \ %D%/packages/patches/libusb-0.1-disable-tests.patch \ %D%/packages/patches/libusb-for-axoloti.patch \ |