Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.61 grimoire by Vlad Glagolev (669124b8332a0969a167243c6a8e3de163d9ac0f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.61 grimoire by Vlad Glagolev (669124b8332a0969a167243c6a8e3de163d9ac0f)
  • Date: Wed, 26 Sep 2012 09:30:25 -0500

GIT changes to stable-0.61 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

graphics-libs/tiff/DEPENDS | 2 +-
graphics-libs/tiff/DETAILS | 7 ++++---
graphics-libs/tiff/HISTORY | 9 +++++++++
graphics-libs/tiff/INSTALL | 5 +++++
4 files changed, 19 insertions(+), 4 deletions(-)

New commits:
commit 669124b8332a0969a167243c6a8e3de163d9ac0f
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

tiff-4.0.3 - security - fixes CVE-2012-3401
(cherry picked from commit ef0b213bdc1e95b14d89ecc7ba3f5d422012f72b)

commit 5793aea22206a86b8f2e9637d55d4d7fece87ed9
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

tiff: added libtiff.so.4 symlink for skype compat and corrected GL
optional dependency
(cherry picked from commit 4592d5d422d3fb0ee9a4689d63b696a484c08f19)

diff --git a/graphics-libs/tiff/DEPENDS b/graphics-libs/tiff/DEPENDS
index dbbfbb4..bcbe04d 100755
--- a/graphics-libs/tiff/DEPENDS
+++ b/graphics-libs/tiff/DEPENDS
@@ -30,7 +30,7 @@ optional_depends JPEG \
'--disable-jpeg' \
'for jpeg compression support' &&

-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

Archive powered by MHonArc 2.6.24.

Top of Page