summaryrefslogtreecommitdiffstats
path: root/main/tiff/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-01-17 15:18:59 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-01-17 15:18:59 +0000
commit53a3abdb3fcd0fdbbe9c530f95ac762bb7e99604 (patch)
tree6165203b66c607405432bc5879daa238db406503 /main/tiff/APKBUILD
parent35e0f3007d2d9dfccce1e2bcd5867272e3c23347 (diff)
fixes #1559
Diffstat (limited to 'main/tiff/APKBUILD')
-rw-r--r--main/tiff/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/main/tiff/APKBUILD b/main/tiff/APKBUILD
index fe21fd36480..33bab1eabc0 100644
--- a/main/tiff/APKBUILD
+++ b/main/tiff/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Michael Mason <ms13sp@gmail.com>
pkgname=tiff
pkgver=3.9.6
-pkgrel=1
+pkgrel=2
pkgdesc="Provides support for the Tag Image File Format or TIFF"
url="http://www.libtiff.org/"
license="GPL"
@@ -13,6 +13,7 @@ subpackages="$pkgname-doc $pkgname-dev"
source="ftp://ftp.remotesensing.org/pub/libtiff/$pkgname-$pkgver.tar.gz
libtiff-negsize-3.9.patch
CVE-2012-3401.patch
+ CVE-2012-5581.patch
"
_builddir="$srcdir"/$pkgname-$pkgver
@@ -45,4 +46,5 @@ package() {
md5sums="6920f3bf628d791d49f268b83612ed23 tiff-3.9.6.tar.gz
a0742e7c81551c51438a8d6fa5d68676 libtiff-negsize-3.9.patch
-8c862de25b906d3fcefce2fb06c7b604 CVE-2012-3401.patch"
+8c862de25b906d3fcefce2fb06c7b604 CVE-2012-3401.patch
+f0eff2b15675a00dd4d4a230b88f1f59 CVE-2012-5581.patch"