Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (fc87bfdc12cb21e800c126632f96e6024c968072)

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.62 grimoire by Vlad Glagolev (fc87bfdc12cb21e800c126632f96e6024c968072)
  • Date: Sun, 21 Aug 2016 15:02:29 +0000

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

graphics/graphicsmagick/BUILD | 3 ++-
graphics/graphicsmagick/DEPENDS | 11 ++++++++---
graphics/graphicsmagick/DETAILS | 5 +++--
graphics/graphicsmagick/HISTORY | 12 ++++++++++++
graphics/graphicsmagick/INSTALL | 2 ++
5 files changed, 27 insertions(+), 6 deletions(-)

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

graphicsmagick-1.3.24 SECURITY FIX

(cherry picked from commit 62fe16a4b6973d4df8a54e0a2f07ab2a045e848a)

Conflicts:
graphics/graphicsmagick/DETAILS

commit 502d0db62e61a17816e1d30a2f8b565b0f1fe55d
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

graphics/graphicsmagick: version 1.3.22

(cherry picked from commit 39d90328f7bba826606499ebb9c06878f5e7e222)

Conflicts:
graphics/graphicsmagick/HISTORY

commit 7dfd1a016dc4aad6b6a14f8b55b612b9e2a4b1fa
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

graphics/graphicsmagick: version 1.3.21

(cherry picked from commit 6fbe98bbe5c0dc04a770e5fbb3847b22309e528c)

diff --git a/graphics/graphicsmagick/BUILD b/graphics/graphicsmagick/BUILD
index 828939f..faba190 100755
--- a/graphics/graphicsmagick/BUILD
+++ b/graphics/graphicsmagick/BUILD
@@ -6,4 +6,5 @@ then
OPTS="--without-png ${OPTS}"
fi &&

-default_build
+default_build &&
+make perl-build
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 c9e1f6b..ae420df 100755
--- a/graphics/graphicsmagick/DETAILS
+++ b/graphics/graphicsmagick/DETAILS
@@ -6,8 +6,9 @@
# SOURCE=GraphicsMagick-${VERSION}.tar.bz2
#
SOURCE_URL[0]=ftp://ftp.${SPELL}.org/pub/GraphicsMagick/snapshots/${SOURCE}
#else
- VERSION=1.3.19
-
SOURCE_HASH=sha512:cdfbdc75356ade5037eab836739e7e59156d8b3555112d350f25e47072142e19d47ea9da718d93e40fd864c5bb88810737c078d6fbee9950b964f49519881f6e
+ VERSION=1.3.24
+
SOURCE_HASH=sha512:d55f8b7d96bc746e2b501ec6315f174f2ab5f6b31a1d138196bf17b506e6d0c2b91ee19f5dd0a2877cd47910aebdcf11158303e90b1b267c6082d462f8548684
+ SECURITY_PATCH=1
SOURCE=GraphicsMagick-${VERSION}.tar.xz
SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SPELL}/${VERSION}/${SOURCE}
#fi
diff --git a/graphics/graphicsmagick/HISTORY b/graphics/graphicsmagick/HISTORY
index 4f0c60b..621a198 100644
--- a/graphics/graphicsmagick/HISTORY
+++ b/graphics/graphicsmagick/HISTORY
@@ -1,3 +1,15 @@
+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
+
+2015-03-08 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 1.3.21
+
2013-04-07 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.3.19
* CONFIGURE, BUILD, SUB_DEPENDS, PRE_SUB_DEPENDS: add option for
diff --git a/graphics/graphicsmagick/INSTALL b/graphics/graphicsmagick/INSTALL
new file mode 100755
index 0000000..382c9cd
--- /dev/null
+++ b/graphics/graphicsmagick/INSTALL
@@ -0,0 +1,2 @@
+default_install &&
+make -C PerlMagick DESTDIR=${INSTALL_ROOT}/ install



  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (fc87bfdc12cb21e800c126632f96e6024c968072), Vlad Glagolev, 08/21/2016

Archive powered by MHonArc 2.6.24.

Top of Page