diff options
author | Leo Famulari <leo@famulari.name> | 2017-05-27 11:31:52 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-05-28 14:34:43 -0400 |
commit | 22e6656d259838ae9014c1ed876caa9d819be6df (patch) | |
tree | 9cafcde5a5d845fa138a6f9d9b5d91458df56b41 /gnu/local.mk | |
parent | 3cae15023f4b97554dcc6e914a5ddbc3a3c564d6 (diff) | |
download | guix-22e6656d259838ae9014c1ed876caa9d819be6df.tar guix-22e6656d259838ae9014c1ed876caa9d819be6df.tar.gz |
gnu: libtiff: Update replacement to 4.0.8 [security fixes].
See 'ChangeLog' in the source distribution for more information about
the bugs and security issues fixed in this release.
* gnu/packages/image.scm (libtiff)[replacement]: Replace with libtiff-4.0.8.
(libtiff/fixed): Replace with ...
(libtiff-4.0.8): New variable.
* gnu/packages/patches/libtiff-CVE-2017-7593.patch,
gnu/packages/patches/libtiff-CVE-2017-7594.patch,
gnu/packages/patches/libtiff-multiple-UBSAN-crashes.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 9ef9f95533..2e60585432 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -751,9 +751,6 @@ dist_patch_DATA = \ %D%/packages/patches/libtiff-CVE-2016-10093.patch \ %D%/packages/patches/libtiff-CVE-2016-10094.patch \ %D%/packages/patches/libtiff-CVE-2017-5225.patch \ - %D%/packages/patches/libtiff-CVE-2017-7593.patch \ - %D%/packages/patches/libtiff-CVE-2017-7594.patch \ - %D%/packages/patches/libtiff-multiple-UBSAN-crashes.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 \ |