diff options
Diffstat (limited to 'extra/libtiff/PKGBUILD')
-rw-r--r-- | extra/libtiff/PKGBUILD | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/extra/libtiff/PKGBUILD b/extra/libtiff/PKGBUILD index bca83965b..cb0e11cd4 100644 --- a/extra/libtiff/PKGBUILD +++ b/extra/libtiff/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 193540 2013-08-22 21:13:54Z eric $ +# $Id: PKGBUILD 198247 2013-10-30 13:42:37Z allan $ # Maintainer: Eric BĂ©langer <eric@archlinux.org> pkgname=libtiff pkgver=4.0.3 -pkgrel=3 +pkgrel=4 pkgdesc="Library for manipulation of TIFF images" arch=('i686' 'x86_64' 'mips64el') url="http://www.remotesensing.org/libtiff/" @@ -11,7 +11,6 @@ license=('custom') depends=('gcc-libs' 'libjpeg' 'zlib' 'xz') makedepends=('freeglut' 'glu' 'mesa') optdepends=('freeglut: for using tiffgt') -options=('!libtool') source=(ftp://ftp.remotesensing.org/pub/libtiff/tiff-${pkgver}.tar.gz tiff-3.9.7-CVE-2012-4447.patch tiff-3.9.7-CVE-2012-4564.patch @@ -20,7 +19,8 @@ source=(ftp://ftp.remotesensing.org/pub/libtiff/tiff-${pkgver}.tar.gz tiff-4.0.3-libjpeg-turbo.patch tiff-4.0.3-tiff2pdf-colors.patch tiff-4.0.3-CVE-2013-4231.patch - tiff-4.0.3-CVE-2013-4232.patch) + tiff-4.0.3-CVE-2013-4232.patch + libtiff-CVE-2013-4244.patch) sha1sums=('652e97b78f1444237a82cbcfe014310e776eb6f0' '41be661638282dae0d07bd2788414cb6650f8981' '6cb3d480908132335c05c769b5a51f951413725d' @@ -29,7 +29,8 @@ sha1sums=('652e97b78f1444237a82cbcfe014310e776eb6f0' '02d57835df50d3f84587571ec52b36f5af838de2' '23443ad0bc130d70860b6cc6d19b69584ae7a6cc' '969f588e9da5991e7f17dddf69ae59424b05fa16' - '2a23c55d081bed74ac8dd99541a93d312cc72b64') + '2a23c55d081bed74ac8dd99541a93d312cc72b64' + '01c6792ba2470493da4d990edae8de6c13bd4670') prepare() { cd tiff-${pkgver} @@ -39,9 +40,11 @@ prepare() { patch -p1 -i "${srcdir}/tiff-4.0.3-CVE-2013-1960.patch" patch -p1 -i "${srcdir}/tiff-4.0.3-CVE-2013-1961.patch" patch -p1 -i "${srcdir}/tiff-4.0.3-libjpeg-turbo.patch" + patch -p1 -i "${srcdir}/libtiff-CVE-2013-4244.patch" cd tools patch -p0 -i "${srcdir}/tiff-4.0.3-CVE-2013-4231.patch" patch -p0 -i "${srcdir}/tiff-4.0.3-CVE-2013-4232.patch" + } build() { |