wok diff tiff/receipt @ rev 7189

Up: alsaplayer to 0.99.81.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Nov 08 22:56:00 2010 +0000 (2010-11-08)
parents 00d23a2237d8
children 940b5937e496
line diff
     1.1 --- a/tiff/receipt	Sat Sep 25 17:41:30 2010 +0200
     1.2 +++ b/tiff/receipt	Mon Nov 08 22:56:00 2010 +0000
     1.3 @@ -14,6 +14,13 @@
     1.4  compile_rules()
     1.5  {
     1.6      cd $src
     1.7 +
     1.8 +    # Added patch to fix CVE-2009-2285 
     1.9 +    # Bufffer underflow in the LZWDecodeCompat function in libtiff 3.8.2
    1.10 +    # allows context-dependent attackers to cause a denial of service 
    1.11 +    # (crash) via a crafted TIFF imag.
    1.12 +
    1.13 +    patch -p1 -i ../stuff/libtiff-CVE-2009-2285.patch
    1.14      ./configure --prefix=/usr --infodir=/usr/share/info \
    1.15      --mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.16      make &&