Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (62fe16a4b6973d4df8a54e0a2f07ab2a045e848a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (62fe16a4b6973d4df8a54e0a2f07ab2a045e848a)
  • Date: Thu, 4 Aug 2016 18:10:00 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

graphics/graphicsmagick/DEPENDS | 11 ++++++++---
graphics/graphicsmagick/DETAILS | 7 ++++---
graphics/graphicsmagick/HISTORY | 5 +++++
3 files changed, 17 insertions(+), 6 deletions(-)

New commits:
commit 62fe16a4b6973d4df8a54e0a2f07ab2a045e848a
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

graphicsmagick-1.3.24 SECURITY FIX

diff --git a/graphics/graphicsmagick/DEPENDS b/graphics/graphicsmagick/DEPENDS
index 3549bfd..db0fdd4 100755
--- a/graphics/graphicsmagick/DEPENDS
+++ b/graphics/graphicsmagick/DEPENDS
@@ -38,14 +38,19 @@ optional_depends ghostscript \
"--without-gslib" \
"for generating Postscript and PDF output" &&

+optional_depends libwebp \
+ "--with-webp" \
+ "--without-webp" \
+ "" &&
+
optional_depends libwmf \
"--with-wmf" \
"--without-wmf" \
"for Windows Metafile Format support" &&

-optional_depends lcms \
- "--with-lcms" \
- "--without-lcms" \
+optional_depends lcms2 \
+ "--with-lcms2" \
+ "--without-lcms2" \
"for speed optimized color management" &&

optional_depends libxml2 \
diff --git a/graphics/graphicsmagick/DETAILS b/graphics/graphicsmagick/DETAILS
index 29504ea..2c66cff 100755
--- a/graphics/graphicsmagick/DETAILS
+++ b/graphics/graphicsmagick/DETAILS
@@ -6,10 +6,11 @@
# SOURCE=GraphicsMagick-${VERSION}.tar.bz2
#
SOURCE_URL[0]=ftp://ftp.${SPELL}.org/pub/GraphicsMagick/snapshots/${SOURCE}
#else
- VERSION=1.3.22
-
SOURCE_HASH=sha512:61a597e13b515fe106930099a0f0cd26ef74e14be7d5ffd450c20bf9c552e44cf8d29f9e1291271b2a269b183b439d520e272060e3495b4c3ffef04cb7d5a044
+ VERSION=1.3.24
+
SOURCE_HASH=sha512:d55f8b7d96bc746e2b501ec6315f174f2ab5f6b31a1d138196bf17b506e6d0c2b91ee19f5dd0a2877cd47910aebdcf11158303e90b1b267c6082d462f8548684
+ SECURITY_PATCH=1
SOURCE=GraphicsMagick-${VERSION}.tar.xz
-
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/${SPELL}/${SPELL}/${VERSION}/${SOURCE}
+
SOURCE_URL[0]=https://downloads.sourceforge.net/sourceforge/${SPELL}/${SPELL}/${VERSION}/${SOURCE}
#fi
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/GraphicsMagick-${VERSION}
WEB_SITE=http://www.${SPELL}.org
diff --git a/graphics/graphicsmagick/HISTORY b/graphics/graphicsmagick/HISTORY
index 3867da2..01a80c0 100644
--- a/graphics/graphicsmagick/HISTORY
+++ b/graphics/graphicsmagick/HISTORY
@@ -1,3 +1,8 @@
+2016-08-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.3.24
+ SECURITY_PATCH=1 fixes CVE-2016-5118 CVE-2016-2317 CVE-2016-2318
+ * DEPENDS: add libwebp, lcms => lcms2
+
2015-10-06 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.3.22
* BUILD, INSTALL: build and install perl module



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (62fe16a4b6973d4df8a54e0a2f07ab2a045e848a), Treeve Jelbert, 08/04/2016

Archive powered by MHonArc 2.6.24.

Top of Page