diff options
author | Kei Kebreau <kei@openmailbox.org> | 2017-05-06 10:45:57 -0400 |
---|---|---|
committer | Kei Kebreau <kei@openmailbox.org> | 2017-05-07 06:57:53 -0400 |
commit | 484f7a886219ed6d7633c6ee71fc802d677d14ed (patch) | |
tree | a22f4a67fb66ddb9e3d2a42ee366d6150d295bc6 /gnu/local.mk | |
parent | 8e815c5b6903a545c46b674c1cd1cc3180f835db (diff) | |
download | guix-484f7a886219ed6d7633c6ee71fc802d677d14ed.tar guix-484f7a886219ed6d7633c6ee71fc802d677d14ed.tar.gz |
gnu: libtiff: Add fixes several security flaws.
Fixes CVE-2017-{7593, 7594, 7595, 7596, 7597, 7598, 7599, 7600, 7601, 7602}.
* gnu/packages/patches/libtiff-CVE-2017-7593.patch,
gnu/packages/patches/libtiff-CVE-2017-7594.patch,
gnu/packages/patches/libtiff-multiple-UBSAN-crashes.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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index c17fc18a13..ce7fb68416 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -738,6 +738,9 @@ 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 \ |