summaryrefslogtreecommitdiff
path: root/gnu/packages/image.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2017-06-15 11:35:17 -0400
committerLeo Famulari <leo@famulari.name>2017-06-15 11:51:59 -0400
commit14c7790f1ad845b7e1932d6a700a1fb25f110608 (patch)
treeba4a93fef319ca03610942fe571511bfdf86817f /gnu/packages/image.scm
parentf61d39ac0b4392441cbc497791ed5530568fc9d6 (diff)
downloadpatches-14c7790f1ad845b7e1932d6a700a1fb25f110608.tar
patches-14c7790f1ad845b7e1932d6a700a1fb25f110608.tar.gz
gnu: libtiff: Fix several bugs related to improper codec usage [security fixes].
This commit applies the patch to the libtiff package, not the grafting replacement. * gnu/packages/patches/libtiff-tiffgetfield-bugs.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (libtiff)[source]: Use it.
Diffstat (limited to 'gnu/packages/image.scm')
-rw-r--r--gnu/packages/image.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index da05c64545..c35a6d3b39 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -341,6 +341,7 @@ extracting icontainer icon files.")
(method url-fetch)
(uri (string-append "ftp://download.osgeo.org/libtiff/tiff-"
version ".tar.gz"))
+ (patches (search-patches "libtiff-tiffgetfield-bugs.patch"))
(sha256
(base32
"0419mh6kkhz5fkyl77gv0in8x4d2jpdpfs147y8mj86rrjlabmsr"))))