diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-08-15 13:50:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-08-15 13:51:01 +0000 |
commit | 59f9f35607d342644eddad5be54425864eec93ed (patch) | |
tree | 9efe2478b7980681081146ad78fb58b6e5651be0 /main/tiff | |
parent | 0a8445897b7bc35365b400632403e7f0bda591ed (diff) | |
download | aports-59f9f35607d342644eddad5be54425864eec93ed.tar.bz2 aports-59f9f35607d342644eddad5be54425864eec93ed.tar.xz |
main/tiff: actually fix CVE-2012-3401
fixes #1325
Diffstat (limited to 'main/tiff')
-rw-r--r-- | main/tiff/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/tiff/APKBUILD b/main/tiff/APKBUILD index 15963f1721..59713ab03f 100644 --- a/main/tiff/APKBUILD +++ b/main/tiff/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Michael Mason <ms13sp@gmail.com> pkgname=tiff pkgver=4.0.2 -pkgrel=0 +pkgrel=1 pkgdesc="Provides support for the Tag Image File Format or TIFF" url="http://www.libtiff.org/" arch="all" @@ -12,6 +12,7 @@ depends_dev="zlib-dev jpeg-dev" makedepends="libtool autoconf automake $depends_dev" subpackages="$pkgname-doc $pkgname-dev $pkgname-tools" source="ftp://ftp.remotesensing.org/pub/libtiff/$pkgname-$pkgver.tar.gz + CVE-2012-3401.patch " _builddir="$srcdir"/$pkgname-$pkgver |