summaryrefslogtreecommitdiff
path: root/graphics/GraphicsMagick
diff options
context:
space:
mode:
authoradam <adam>2015-10-06 16:50:31 +0000
committeradam <adam>2015-10-06 16:50:31 +0000
commita096e6a6fe2556ee32617f4bf15536f7ea2b043f (patch)
tree82220ca966e6413d6dca1eb5ddabb37a3cc4a4f5 /graphics/GraphicsMagick
parentd0669b20a24edaa6041995e319bcacd5c406fbef (diff)
downloadpkgsrc-a096e6a6fe2556ee32617f4bf15536f7ea2b043f.tar.gz
Changes 1.3.22:
Special Issues: * Due to GCC bug 53967, several key agorithms (e.g. convolution) may execute much faster (e.g. 2-3X) for x86-64 and/or when SSE is enabled for floating point math (-mfpmath=sse) if the GCC option -frename-registers is used. Default 32-bit builds do not experience the problem since they use '387 math. It is not clear in what version of GCC this problem started but it was not noticed by the developers until the GCC 4.6 timeframe. Other compilers do not suffer from this bug. Please lobby the GCC project to fix this embarrassing performance bug. * Magick++: Any libraries or applications using Magick++ should be rebuilt in order to use this new release. Libraries and applications will be able to continue to use prior versions of Magick++ without being re-built, while benefiting from updated C libraries, provided that the system supports library versioning. Security Fixes: * General Coverity fixes. Some might have security consequences. * Ghostscript options concatenation is more secure against buffer overflow. * Windows: Built-in random number generator is now salted using CryptGenRandom(). This improves the robustness of the temporary file allocator. Bug fixes: * ...
Diffstat (limited to 'graphics/GraphicsMagick')
-rw-r--r--graphics/GraphicsMagick/Makefile3
-rwxr-xr-xgraphics/GraphicsMagick/Makefile.common6
-rw-r--r--graphics/GraphicsMagick/distinfo8
3 files changed, 8 insertions, 9 deletions
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile
index ccc9fea897d..2448c2921e9 100644
--- a/graphics/GraphicsMagick/Makefile
+++ b/graphics/GraphicsMagick/Makefile
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.70 2015/06/12 10:50:08 wiz Exp $
+# $NetBSD: Makefile,v 1.71 2015/10/06 16:50:31 adam Exp $
-PKGREVISION= 1
.include "Makefile.common"
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/graphics/GraphicsMagick/Makefile.common b/graphics/GraphicsMagick/Makefile.common
index ffedaddf8f2..f24200d9908 100755
--- a/graphics/GraphicsMagick/Makefile.common
+++ b/graphics/GraphicsMagick/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.11 2015/03/02 09:57:03 adam Exp $
-#
+# $NetBSD: Makefile.common,v 1.12 2015/10/06 16:50:31 adam Exp $
+# used by graphics/GraphicsMagick/Makefile
# used by graphics/p5-GraphicsMagick/Makefile
GM_MAJOR_VER= 1.3
-GM_MINOR_VER= 21
+GM_MINOR_VER= 22
DISTVERSION= ${GM_MAJOR_VER}.${GM_MINOR_VER}
DISTNAME= GraphicsMagick-${DISTVERSION}
CATEGORIES= graphics
diff --git a/graphics/GraphicsMagick/distinfo b/graphics/GraphicsMagick/distinfo
index 89a1cce6a42..0ca972ea48e 100644
--- a/graphics/GraphicsMagick/distinfo
+++ b/graphics/GraphicsMagick/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.37 2015/03/02 09:57:03 adam Exp $
+$NetBSD: distinfo,v 1.38 2015/10/06 16:50:31 adam Exp $
-SHA1 (GraphicsMagick-1.3.21.tar.xz) = bd3c543520b810999348e52d4abad6b59069f78b
-RMD160 (GraphicsMagick-1.3.21.tar.xz) = 3291684d741854fe5922bc6754a7457513233647
-Size (GraphicsMagick-1.3.21.tar.xz) = 5324264 bytes
+SHA1 (GraphicsMagick-1.3.22.tar.xz) = d397bcec3eb5d18364037e3aa167f6069d1df4ff
+RMD160 (GraphicsMagick-1.3.22.tar.xz) = ee759b9a0f42752a0ff9e7dbfb5f98f12087fb06
+Size (GraphicsMagick-1.3.22.tar.xz) = 5353116 bytes