wok-6.x diff tiff/receipt @ rev 10029
binutils: clean receipt
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri May 20 01:21:08 2011 +0200 (2011-05-20) |
parents | a09f59c16260 |
children | e7c94c78d904 |
line diff
1.1 --- a/tiff/receipt Sat Apr 09 07:21:58 2011 +0000 1.2 +++ b/tiff/receipt Fri May 20 01:21:08 2011 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="tiff" 1.7 -VERSION="3.9.4" 1.8 +VERSION="3.9.5" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="TIFF images libs. (Check tiff-apps for utilities)." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -15,16 +15,6 @@ 1.13 { 1.14 cd $src 1.15 1.16 - # Added patch to fix CVE-2009-2285 1.17 - # Bufffer underflow in the LZWDecodeCompat function in libtiff 3.8.2 1.18 - # allows context-dependent attackers to cause a denial of service 1.19 - # (crash) via a crafted TIFF imag. 1.20 - 1.21 - patch -Np1 -i $stuff/libtiff-CVE-2009-2285.patch 1.22 - #http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0192 1.23 - patch -Np1 -i $stuff/libtiff-CVE-2011-0192.patch 1.24 - #http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1167 1.25 - patch -Np1 -i $stuff/libtiff-CVE-2011-1167.patch 1.26 ./configure && 1.27 make && 1.28 make install