summaryrefslogtreecommitdiff
path: root/gnu/local.mk
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/local.mk
parentf61d39ac0b4392441cbc497791ed5530568fc9d6 (diff)
downloadguix-patches-14c7790f1ad845b7e1932d6a700a1fb25f110608.tar
guix-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/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index e30fa34efe..1d5c98094c 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -743,6 +743,7 @@ dist_patch_DATA = \
%D%/packages/patches/libssh2-fix-build-failure-with-gcrypt.patch \
%D%/packages/patches/libtar-CVE-2013-4420.patch \
%D%/packages/patches/libtheora-config-guess.patch \
+ %D%/packages/patches/libtiff-tiffgetfield-bugs.patch \
%D%/packages/patches/libtirpc-CVE-2017-8779.patch \
%D%/packages/patches/libtorrent-rasterbar-boost-compat.patch \
%D%/packages/patches/libtool-skip-tests2.patch \