diff options
author | Leo Famulari <leo@famulari.name> | 2016-11-10 18:23:57 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-11-12 11:05:19 -0500 |
commit | 5c66314bd98e4eb27f88a750cdd2812c62671fc6 (patch) | |
tree | 4f9834a096f0e7dd93d8f8497d9b3dfe3c4c6ef0 /gnu/local.mk | |
parent | 0a7f17f0e02bb5434fc9b23b6a46897c0ea34782 (diff) | |
download | guix-5c66314bd98e4eb27f88a750cdd2812c62671fc6.tar.gz |
gnu: libtiff: Fix CVE-2016-9273.
* gnu/packages/patches/libtiff-CVE-2016-9273.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (libtiff/fixed): 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 b8c597ea69..d28b9609a7 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -664,6 +664,7 @@ dist_patch_DATA = \ %D%/packages/patches/libtiff-CVE-2016-5321.patch \ %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-oob-accesses-in-decode.patch \ %D%/packages/patches/libtiff-oob-write-in-nextdecode.patch \ %D%/packages/patches/libtool-skip-tests2.patch \ |