summaryrefslogtreecommitdiffstats
path: root/main/tiff/APKBUILD
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@gmail.com>2010-06-08 06:17:04 +0000
committerLeonardo Arena <rnalrd@gmail.com>2010-06-08 06:17:04 +0000
commitc4d50a75bb147c3ef861a9850361b4ae7495ae64 (patch)
treec34cb8aa7afbcee9ee577796bfc16d1165783ca9 /main/tiff/APKBUILD
parentb434b8c6a8ee94f9d3fde77f238bab58d28c1311 (diff)
downloadaports-c4d50a75bb147c3ef861a9850361b4ae7495ae64.tar.bz2
aports-c4d50a75bb147c3ef861a9850361b4ae7495ae64.tar.xz
main/tiff: jpeg fixes
Diffstat (limited to 'main/tiff/APKBUILD')
-rw-r--r--main/tiff/APKBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/main/tiff/APKBUILD b/main/tiff/APKBUILD
index c13e26a46..e2fff0cf0 100644
--- a/main/tiff/APKBUILD
+++ b/main/tiff/APKBUILD
@@ -1,8 +1,8 @@
-# Contributor: Michael Mason <ms13sp@gmail.com>
+# Contributor: Leonardo Arena <rnalrd@gmail.com>
# Maintainer: Michael Mason <ms13sp@gmail.com>
pkgname=tiff
pkgver=3.8.2
-pkgrel=2
+pkgrel=3
pkgdesc="Provides support for the Tag Image File Format or TIFF"
url="http://www.libtiff.org/"
license="GPL"
@@ -16,6 +16,7 @@ source="ftp://ftp.remotesensing.org/pub/lib$pkgname/$pkgname-$pkgver.tar.gz
tiff2pdf-compression.patch
tiff2pdf-octal-printf.patch
tiffsplit-fname-overflow.patch
+ tiff-jpegfix.patch
"
build() {
@@ -28,6 +29,7 @@ build() {
patch -p1 < ../tiff-3.8.2-CVE-2008-2327.patch || return 1
patch -p1 < ../libtiff-CVE-2009-2285.patch || return 1
patch -p1 < ../tiff-3.8.2-CVE-2009-2347.patch || return 1
+ patch -p1 < ../tiff-jpegfix.patch || return 1
./configure --prefix=/usr \
--sysconfdir=/etc \
@@ -46,4 +48,5 @@ c2c2e22557d9c63011df5777dda6a86b tiff-3.8.2-CVE-2008-2327.patch
d3b02693cca83e63005b162edd43016b tiff-3.8.2-CVE-2009-2347.patch
b443ffca9d498bb3a88c17da0200025b tiff2pdf-compression.patch
d54368687d2645ffbbe6c2df384b11bf tiff2pdf-octal-printf.patch
-323352fd60a7bd3ffac8724c3c031669 tiffsplit-fname-overflow.patch"
+323352fd60a7bd3ffac8724c3c031669 tiffsplit-fname-overflow.patch
+3353687eba89179f55f027bd571a63f5 tiff-jpegfix.patch"