diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2012-09-23 13:14:52 +0200 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2012-09-23 13:17:10 +0200 |
commit | 1e6e0791dd9b7651842a4fe42b1af0e7ac01545e (patch) | |
tree | b59a4b72e6d9024f79f577dd4a1eab634bc4d898 /libtiff | |
parent | 4abf83f09ac5d93891463a5fb5fe56dc1ebf0b7d (diff) | |
download | opt-1e6e0791dd9b7651842a4fe42b1af0e7ac01545e.tar.gz opt-1e6e0791dd9b7651842a4fe42b1af0e7ac01545e.tar.xz |
libtiff: updated to 3.9.7
Diffstat (limited to 'libtiff')
-rw-r--r-- | libtiff/.footprint | 12 | ||||
-rw-r--r-- | libtiff/.md5sum | 5 | ||||
-rw-r--r-- | libtiff/Pkgfile | 10 |
3 files changed, 10 insertions, 17 deletions
diff --git a/libtiff/.footprint b/libtiff/.footprint index 75344c90b..1c8652ac5 100644 --- a/libtiff/.footprint +++ b/libtiff/.footprint @@ -8,14 +8,14 @@ drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libtiff.a -rwxr-xr-x root/root usr/lib/libtiff.la -lrwxrwxrwx root/root usr/lib/libtiff.so -> libtiff.so.3.9.6 -lrwxrwxrwx root/root usr/lib/libtiff.so.3 -> libtiff.so.3.9.6 --rwxr-xr-x root/root usr/lib/libtiff.so.3.9.6 +lrwxrwxrwx root/root usr/lib/libtiff.so -> libtiff.so.3.9.7 +lrwxrwxrwx root/root usr/lib/libtiff.so.3 -> libtiff.so.3.9.7 +-rwxr-xr-x root/root usr/lib/libtiff.so.3.9.7 -rw-r--r-- root/root usr/lib/libtiffxx.a -rwxr-xr-x root/root usr/lib/libtiffxx.la -lrwxrwxrwx root/root usr/lib/libtiffxx.so -> libtiffxx.so.3.9.6 -lrwxrwxrwx root/root usr/lib/libtiffxx.so.3 -> libtiffxx.so.3.9.6 --rwxr-xr-x root/root usr/lib/libtiffxx.so.3.9.6 +lrwxrwxrwx root/root usr/lib/libtiffxx.so -> libtiffxx.so.3.9.7 +lrwxrwxrwx root/root usr/lib/libtiffxx.so.3 -> libtiffxx.so.3.9.7 +-rwxr-xr-x root/root usr/lib/libtiffxx.so.3.9.7 drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/TIFFClose.3tiff.gz diff --git a/libtiff/.md5sum b/libtiff/.md5sum index aed8089e8..5d1c61659 100644 --- a/libtiff/.md5sum +++ b/libtiff/.md5sum @@ -1,4 +1 @@ -f8f762ce62748d4d39d753823158342b CVE-2012-2088.patch -45e96e9c6f56a16dd3f7d3b7cca61bc5 CVE-2012-2113.patch -8dd6d80daa79d06c3de8e4c375ba5854 CVE-2012-3401.patch -6920f3bf628d791d49f268b83612ed23 tiff-3.9.6.tar.gz +626102f448ba441d42e3212538ad67d2 tiff-3.9.7.tar.gz diff --git a/libtiff/Pkgfile b/libtiff/Pkgfile index 5fee8948d..3cceeb255 100644 --- a/libtiff/Pkgfile +++ b/libtiff/Pkgfile @@ -4,16 +4,12 @@ # Depends on: libjpeg, zlib name=libtiff -version=3.9.6 -release=3 -source=(http://download.osgeo.org/libtiff/tiff-$version.tar.gz \ - CVE-2012-2088.patch CVE-2012-2113.patch CVE-2012-3401.patch) +version=3.9.7 +release=1 +source=(http://download.osgeo.org/libtiff/tiff-$version.tar.gz) build() { cd tiff-$version - patch -p0 -i $SRC/CVE-2012-2088.patch - patch -p0 -i $SRC/CVE-2012-2113.patch - patch -p1 -i $SRC/CVE-2012-3401.patch ./configure --prefix=/usr --mandir=/usr/man make make DESTDIR=$PKG install |