-optional_depends OPENGL \
+optional_depends GLUT \
'' \
'' \
'for OpenGL codec support' &&
diff --git a/graphics-libs/tiff/DETAILS b/graphics-libs/tiff/DETAILS
index 5a5488a..76b311d 100755
--- a/graphics-libs/tiff/DETAILS
+++ b/graphics-libs/tiff/DETAILS
@@ -1,12 +1,13 @@
SPELL=tiff
- VERSION=4.0.2
-
SOURCE_HASH=sha512:bfc82b2780f2a7d89b1cd6d73ba45091fc74de996b2dad616cfdba59770b192449d6a9effba305f478a8e527d7246443a4e2bc1c5e2e6673a0037972f4a13413
+ VERSION=4.0.3
+ PATCHLEVEL=1
+
SOURCE_HASH=sha512:d80e18b00e9e696a30b954c0d92e5f2f773fd9a7a0a944cf6cabb69c1798e671506580daa1cd2ebf493ae922000170c2491dfc6d4c0a9cd0b865684070595a73
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=ftp://ftp.remotesensing.org/pub/libtiff/$SOURCE
WEB_SITE=http://www.remotesensing.org/libtiff/
ENTERED=20010922
- SECURITY_PATCH=4
+ SECURITY_PATCH=5
LICENSE[0]=LGPL
KEYWORDS="graphics libs"
SHORT="tiff provides support for the Tag Image File Format."
diff --git a/graphics-libs/tiff/HISTORY b/graphics-libs/tiff/HISTORY
index 93aba27..20ddde0 100644
--- a/graphics-libs/tiff/HISTORY
+++ b/graphics-libs/tiff/HISTORY
@@ -1,3 +1,12 @@
+2012-09-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 4.0.3
+ SECURITY_PATCH++ : fixes CVE-2012-3401
+
+2012-06-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * DEPENDS: it actually depends on GLUT, not on OPENGL
+ * INSTALL: added, to symlink libtiff.so.4 for compat with skype
+
2012-06-24 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 4.0.2, SECURITY_PATCH=4, CVE-2012-1173, CVE-2012-2113
diff --git a/graphics-libs/tiff/INSTALL b/graphics-libs/tiff/INSTALL
new file mode 100755
index 0000000..1c27401
--- /dev/null
+++ b/graphics-libs/tiff/INSTALL
@@ -0,0 +1,5 @@
+default_install &&
+
+# symlink those so that skype still works after the update
+ln -vsf "$TRACK_ROOT/usr/lib/libtiff.so.5" \
+ "$INSTALL_ROOT/usr/lib/libtiff.so.4"
[SM-Commit] GIT changes to stable-0.61 grimoire by Vlad Glagolev (669124b8332a0969a167243c6a8e3de163d9ac0f),
Vlad Glagolev, 09/26/2012