diff options
author | Alex Vong <alexvong1995@gmail.com> | 2017-07-06 23:55:01 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-07-07 00:06:37 -0400 |
commit | dab536fe1ae5a8775a2b50fa50556445b6ac7818 (patch) | |
tree | 3fd81db4f5ba7935736a21d165f905d61c8dbe0f /gnu/local.mk | |
parent | ab104672e15572ff5586ea607b1762e5dc35b2aa (diff) | |
download | patches-dab536fe1ae5a8775a2b50fa50556445b6ac7818.tar patches-dab536fe1ae5a8775a2b50fa50556445b6ac7818.tar.gz |
gnu: libtiff: Fix CVE-2017-{9936,10688}.
* gnu/packages/patches/libtiff-CVE-2017-9936.patch,
gnu/packages/patches/libtiff-CVE-2017-10688.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/image.scm (libtiff-4.0.8)[source]: Use them.
Signed-off-by: Leo Famulari <leo@famulari.name>
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 bccdd166f8..6f6db6d0ad 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -765,7 +765,9 @@ dist_patch_DATA = \ %D%/packages/patches/libtiff-CVE-2016-10092.patch \ %D%/packages/patches/libtiff-CVE-2016-10093.patch \ %D%/packages/patches/libtiff-CVE-2016-10094.patch \ + %D%/packages/patches/libtiff-CVE-2016-10688.patch \ %D%/packages/patches/libtiff-CVE-2017-5225.patch \ + %D%/packages/patches/libtiff-CVE-2017-9936.patch \ %D%/packages/patches/libtiff-assertion-failure.patch \ %D%/packages/patches/libtiff-divide-by-zero-ojpeg.patch \ %D%/packages/patches/libtiff-divide-by-zero-tiffcp.patch \ |