diff options
author | Leo Famulari <leo@famulari.name> | 2016-11-19 11:12:34 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-11-19 11:31:00 -0500 |
commit | 2fedcd1895fa8c2c378091de278815050fe79d55 (patch) | |
tree | f3a1679242a6cb2cabf93c6c6ef1d729fd81a53c /gnu/local.mk | |
parent | b7e0f65b40bc069bf828e06d0390670a0ed8b4db (diff) | |
download | guix-2fedcd1895fa8c2c378091de278815050fe79d55.tar.gz |
gnu: libtiff: Fix CVE-2016-9448.
* gnu/packages/patches/libtiff-CVE-2016-9448.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 17bfda2a77..7112451586 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -671,6 +671,7 @@ dist_patch_DATA = \ %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-CVE-2016-9448.patch \ %D%/packages/patches/libtiff-oob-accesses-in-decode.patch \ %D%/packages/patches/libtiff-oob-write-in-nextdecode.patch \ %D%/packages/patches/libtiff-uint32-overflow.patch \ |