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/packages/image.scm | |
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/packages/image.scm')
-rw-r--r-- | gnu/packages/image.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index 601e81805b..be570e7045 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -292,7 +292,8 @@ collection of tools for doing simple manipulations of TIFF images.") "libtiff-CVE-2016-5314.patch" "libtiff-CVE-2016-5321.patch" "libtiff-CVE-2016-5323.patch" - "libtiff-CVE-2016-5652.patch")))))) + "libtiff-CVE-2016-5652.patch" + "libtiff-CVE-2016-9273.patch")))))) (define-public libwmf (package |