diff options
author | Leo Famulari <leo@famulari.name> | 2016-11-15 14:16:37 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-11-16 19:59:24 -0500 |
commit | 7cea56e2ac3b0a5030cbd10783865b6985c01b22 (patch) | |
tree | b6081d6a702b071880caffa94af56eab4f81e15f /gnu/local.mk | |
parent | 67e5f3b71d87d0a0e444df2e039c458629708cd4 (diff) | |
download | guix-7cea56e2ac3b0a5030cbd10783865b6985c01b22.tar guix-7cea56e2ac3b0a5030cbd10783865b6985c01b22.tar.gz |
gnu: libtiff: Fix CVE-2016-9297.
* gnu/packages/patches/libtiff-CVE-2016-9297.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/image.scm (libtiff/fixed)[source]: Use it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 3989cb831b..2087b8c701 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -668,6 +668,7 @@ dist_patch_DATA = \ %D%/packages/patches/libtiff-CVE-2016-5323.patch \ %D%/packages/patches/libtiff-CVE-2016-5652.patch \ %D%/packages/patches/libtiff-CVE-2016-9273.patch \ + %D%/packages/patches/libtiff-CVE-2016-9297.patch \ %D%/packages/patches/libtiff-oob-accesses-in-decode.patch \ %D%/packages/patches/libtiff-oob-write-in-nextdecode.patch \ %D%/packages/patches/libtool-skip-tests2.patch \ |