summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2018-11-10 18:02:43 +0100
committerFredrik Rinnestam <fredrik@crux.nu>2018-11-10 18:08:03 +0100
commit81cfb9814fb48494268f9d233d9f1cc26164f98c (patch)
tree29c0d31bd4e2e5d6a9b5f2993cb3b0b99a9f3534
parentc705adb6cbf89b3ce9b343a91616448dc3186ed3 (diff)
downloadopt-81cfb9814fb48494268f9d233d9f1cc26164f98c.tar.gz
opt-81cfb9814fb48494268f9d233d9f1cc26164f98c.tar.xz
[notify] libtiff: updated to 4.0.10. Many security fixes.
See http://www.simplesystems.org/libtiff/v4.0.10.html for details.
-rw-r--r--libtiff/.footprint12
-rw-r--r--libtiff/.signature8
-rw-r--r--libtiff/Pkgfile12
3 files changed, 16 insertions, 16 deletions
diff --git a/libtiff/.footprint b/libtiff/.footprint
index 8eece2441..df6bb0645 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.5.3.0
-lrwxrwxrwx root/root usr/lib/libtiff.so.5 -> libtiff.so.5.3.0
--rwxr-xr-x root/root usr/lib/libtiff.so.5.3.0
+lrwxrwxrwx root/root usr/lib/libtiff.so -> libtiff.so.5.4.0
+lrwxrwxrwx root/root usr/lib/libtiff.so.5 -> libtiff.so.5.4.0
+-rwxr-xr-x root/root usr/lib/libtiff.so.5.4.0
-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.5.3.0
-lrwxrwxrwx root/root usr/lib/libtiffxx.so.5 -> libtiffxx.so.5.3.0
--rwxr-xr-x root/root usr/lib/libtiffxx.so.5.3.0
+lrwxrwxrwx root/root usr/lib/libtiffxx.so -> libtiffxx.so.5.4.0
+lrwxrwxrwx root/root usr/lib/libtiffxx.so.5 -> libtiffxx.so.5.4.0
+-rwxr-xr-x root/root usr/lib/libtiffxx.so.5.4.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libtiff-4.pc
drwxr-xr-x root/root usr/share/
diff --git a/libtiff/.signature b/libtiff/.signature
index a8cb21942..050af68c9 100644
--- a/libtiff/.signature
+++ b/libtiff/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/S4XR+7lp1kCF5mYKqZSP9BmVGKm4/AYE2H1u/oVvLEwlKXCOkTGvwqxYQZoXglmr90hdlAYIM+60qXLSXS6hgU=
-SHA256 (Pkgfile) = b3ee9a7d13c0cdc2642825e248fbc40683826c6e3aaa88f010437c8f77ac473b
-SHA256 (.footprint) = a3d4c93006cf2c9f92547f7b6a82687552d3c71cadd79e37e14542d8cbe3ed06
-SHA256 (tiff-4.0.9.tar.gz) = 6e7bdeec2c310734e734d19aae3a71ebe37a4d842e0e23dbb1b8921c0026cfcd
+RWSE3ohX2g5d/QM2dliZj+QR1yu/C8xuNkdUkdvJhHIlmICzyuDWs7+5hhL960t5DqCLc17HCOvw3gAk2zA6dDcVBXcq41GXKQc=
+SHA256 (Pkgfile) = 9ae5e85f8b809009a2556e6e28efaca019a4a6fccb27ce925ddb3b2c05462dc6
+SHA256 (.footprint) = 62c1fe6cdcdcfd5e5eb34b8b795ddffebc5f43f2d2460df7f3723d970d31836f
+SHA256 (tiff-4.0.10.tar.gz) = 2c52d11ccaf767457db0c46795d9c7d1a8d8f76f68b0b800a3dfe45786b996e4
diff --git a/libtiff/Pkgfile b/libtiff/Pkgfile
index f7c131a2e..b75a7e647 100644
--- a/libtiff/Pkgfile
+++ b/libtiff/Pkgfile
@@ -4,15 +4,15 @@
# Depends on: libjpeg-turbo, zlib
name=libtiff
-version=4.0.9
+version=4.0.10
release=1
source=(http://download.osgeo.org/libtiff/tiff-$version.tar.gz)
build() {
- cd tiff-$version
+ cd tiff-$version
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
- rm -r $PKG/usr/{bin,share/{doc,man/man1}}
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+ rm -r $PKG/usr/{bin,share/{doc,man/man1}}
}

Generated by cgit