Sun Feb 26 12:22:07 2012 UTC ()
Update GraphicsMagick to 1.3.14.

1.3.14 (February 25, 2012)
==========================

Security Fixes:

  * Windows bundled libpng updated to the 1.5.9 release, which fixes
    the dire CVE-2011-3026 buffer overrun bug.

Bug fixes:

  * EMF format : Fixed wrong module mapping which caused EMF reading
    to not work under Windows.

  * TGA format: Assume that 32-bit TGA files have an alpha channel,
    even if they are not marked as such.

  * XCF format: Fix reading XCF which is comprised of different sized
    layers.

  * JPEG & CineonLog: Convert RGB-compatible colorspaces
    (e.g. CineonLog) to RGB by default since that was the case prior
    to release 1.3.13.

  * RAW formats: Small memory leak in dcraw module was fixed.

  * Resize: ResizeImage() was ignoring its resize filter argument and
    was using the filter setting from the Image structure instead.

  * The mirror virtual pixel method was broken.

New Features:

  * Open64 Compiler Suite: Version 5.0 is fully supported.

  * Wand API: Added MagickExtentImage().

  * MEF RAW: Mamiya Photo RAW "MEF" format is now supported.

Feature improvements:

  * DPX format: Original file endianness is preserved by default.

  * PNG library: Updated libpng to 1.5.9 release.

  * TIFF library: Updated libtiff to 4.0.1 release.

  * Zlib library: Updated to zlib 1.2.6 release.

Performance Improvements:

  * Despeckle algorithm (-despeckle) is many times faster.

Behavior Changes:

  * DPX format: Original file endianness is preserved by default.


(obache)
diff -r1.3 -r1.4 pkgsrc/graphics/GraphicsMagick/Makefile.common
diff -r1.16 -r1.17 pkgsrc/graphics/GraphicsMagick/PLIST
diff -r1.27 -r1.28 pkgsrc/graphics/GraphicsMagick/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/graphics/GraphicsMagick/Makefile.common (expand / switch to unified diff)

--- pkgsrc/graphics/GraphicsMagick/Makefile.common 2012/01/08 05:25:54 1.3
+++ pkgsrc/graphics/GraphicsMagick/Makefile.common 2012/02/26 12:22:06 1.4
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile.common,v 1.3 2012/01/08 05:25:54 obache Exp $ 1# $NetBSD: Makefile.common,v 1.4 2012/02/26 12:22:06 obache Exp $
2# 2#
3# used by graphics/p5-GraphicsMagick/Makefile 3# used by graphics/p5-GraphicsMagick/Makefile
4 4
5GM_MAJOR_VER= 1.3 5GM_MAJOR_VER= 1.3
6GM_MINOR_VER= 13 6GM_MINOR_VER= 14
7DISTVERSION= ${GM_MAJOR_VER}.${GM_MINOR_VER} 7DISTVERSION= ${GM_MAJOR_VER}.${GM_MINOR_VER}
8DISTNAME= GraphicsMagick-${DISTVERSION} 8DISTNAME= GraphicsMagick-${DISTVERSION}
9 9
10MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=graphicsmagick/} \ 10MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=graphicsmagick/} \
11 ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/${GM_MAJOR_VER}/ 11 ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/${GM_MAJOR_VER}/
12 12
13CATEGORIES= graphics 13CATEGORIES= graphics
14 14
15DISTINFO_FILE= ${.CURDIR}/../../graphics/GraphicsMagick/distinfo 15DISTINFO_FILE= ${.CURDIR}/../../graphics/GraphicsMagick/distinfo
16#FILESDIR= ${.CURDIR}/../../graphics/GraphicsMagick/files 16#FILESDIR= ${.CURDIR}/../../graphics/GraphicsMagick/files
17PATCHDIR= ${.CURDIR}/../../graphics/GraphicsMagick/patches 17PATCHDIR= ${.CURDIR}/../../graphics/GraphicsMagick/patches

cvs diff -r1.16 -r1.17 pkgsrc/graphics/GraphicsMagick/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/GraphicsMagick/PLIST 2012/01/08 05:25:54 1.16
+++ pkgsrc/graphics/GraphicsMagick/PLIST 2012/02/26 12:22:06 1.17
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.16 2012/01/08 05:25:54 obache Exp $ 1@comment $NetBSD: PLIST,v 1.17 2012/02/26 12:22:06 obache Exp $
2bin/GraphicsMagick++-config 2bin/GraphicsMagick++-config
3bin/GraphicsMagick-config 3bin/GraphicsMagick-config
4bin/GraphicsMagickWand-config 4bin/GraphicsMagickWand-config
5bin/gm 5bin/gm
6include/GraphicsMagick/Magick++.h 6include/GraphicsMagick/Magick++.h
7include/GraphicsMagick/Magick++/Blob.h 7include/GraphicsMagick/Magick++/Blob.h
8include/GraphicsMagick/Magick++/CoderInfo.h 8include/GraphicsMagick/Magick++/CoderInfo.h
9include/GraphicsMagick/Magick++/Color.h 9include/GraphicsMagick/Magick++/Color.h
10include/GraphicsMagick/Magick++/Drawable.h 10include/GraphicsMagick/Magick++/Drawable.h
11include/GraphicsMagick/Magick++/Exception.h 11include/GraphicsMagick/Magick++/Exception.h
12include/GraphicsMagick/Magick++/Geometry.h 12include/GraphicsMagick/Magick++/Geometry.h
13include/GraphicsMagick/Magick++/Image.h 13include/GraphicsMagick/Magick++/Image.h
14include/GraphicsMagick/Magick++/Include.h 14include/GraphicsMagick/Magick++/Include.h
@@ -201,38 +201,40 @@ share/${PKGNAME}/config/colors.mgk @@ -201,38 +201,40 @@ share/${PKGNAME}/config/colors.mgk
201share/${PKGNAME}/config/log.mgk 201share/${PKGNAME}/config/log.mgk
202share/${PKGNAME}/config/modules.mgk 202share/${PKGNAME}/config/modules.mgk
203share/doc/GraphicsMagick/ChangeLog 203share/doc/GraphicsMagick/ChangeLog
204share/doc/GraphicsMagick/ChangeLog.2001 204share/doc/GraphicsMagick/ChangeLog.2001
205share/doc/GraphicsMagick/ChangeLog.2002 205share/doc/GraphicsMagick/ChangeLog.2002
206share/doc/GraphicsMagick/ChangeLog.2003 206share/doc/GraphicsMagick/ChangeLog.2003
207share/doc/GraphicsMagick/ChangeLog.2004 207share/doc/GraphicsMagick/ChangeLog.2004
208share/doc/GraphicsMagick/ChangeLog.2005 208share/doc/GraphicsMagick/ChangeLog.2005
209share/doc/GraphicsMagick/ChangeLog.2006 209share/doc/GraphicsMagick/ChangeLog.2006
210share/doc/GraphicsMagick/ChangeLog.2007 210share/doc/GraphicsMagick/ChangeLog.2007
211share/doc/GraphicsMagick/ChangeLog.2008 211share/doc/GraphicsMagick/ChangeLog.2008
212share/doc/GraphicsMagick/ChangeLog.2009 212share/doc/GraphicsMagick/ChangeLog.2009
213share/doc/GraphicsMagick/ChangeLog.2010 213share/doc/GraphicsMagick/ChangeLog.2010
 214share/doc/GraphicsMagick/ChangeLog.2011
214share/doc/GraphicsMagick/Copyright.txt 215share/doc/GraphicsMagick/Copyright.txt
215share/doc/GraphicsMagick/NEWS.txt 216share/doc/GraphicsMagick/NEWS.txt
216share/doc/GraphicsMagick/www/ChangeLog-2001.html 217share/doc/GraphicsMagick/www/ChangeLog-2001.html
217share/doc/GraphicsMagick/www/ChangeLog-2002.html 218share/doc/GraphicsMagick/www/ChangeLog-2002.html
218share/doc/GraphicsMagick/www/ChangeLog-2003.html 219share/doc/GraphicsMagick/www/ChangeLog-2003.html
219share/doc/GraphicsMagick/www/ChangeLog-2004.html 220share/doc/GraphicsMagick/www/ChangeLog-2004.html
220share/doc/GraphicsMagick/www/ChangeLog-2005.html 221share/doc/GraphicsMagick/www/ChangeLog-2005.html
221share/doc/GraphicsMagick/www/ChangeLog-2006.html 222share/doc/GraphicsMagick/www/ChangeLog-2006.html
222share/doc/GraphicsMagick/www/ChangeLog-2007.html 223share/doc/GraphicsMagick/www/ChangeLog-2007.html
223share/doc/GraphicsMagick/www/ChangeLog-2008.html 224share/doc/GraphicsMagick/www/ChangeLog-2008.html
224share/doc/GraphicsMagick/www/ChangeLog-2009.html 225share/doc/GraphicsMagick/www/ChangeLog-2009.html
225share/doc/GraphicsMagick/www/ChangeLog-2010.html 226share/doc/GraphicsMagick/www/ChangeLog-2010.html
 227share/doc/GraphicsMagick/www/ChangeLog-2011.html
226share/doc/GraphicsMagick/www/Changelog.html 228share/doc/GraphicsMagick/www/Changelog.html
227share/doc/GraphicsMagick/www/Changes.html 229share/doc/GraphicsMagick/www/Changes.html
228share/doc/GraphicsMagick/www/Copyright.html 230share/doc/GraphicsMagick/www/Copyright.html
229share/doc/GraphicsMagick/www/FAQ.html 231share/doc/GraphicsMagick/www/FAQ.html
230share/doc/GraphicsMagick/www/GraphicsMagick.html 232share/doc/GraphicsMagick/www/GraphicsMagick.html
231share/doc/GraphicsMagick/www/Hg.html 233share/doc/GraphicsMagick/www/Hg.html
232share/doc/GraphicsMagick/www/INSTALL-unix.html 234share/doc/GraphicsMagick/www/INSTALL-unix.html
233share/doc/GraphicsMagick/www/INSTALL-windows.html 235share/doc/GraphicsMagick/www/INSTALL-windows.html
234share/doc/GraphicsMagick/www/ImageMagickObject.html 236share/doc/GraphicsMagick/www/ImageMagickObject.html
235share/doc/GraphicsMagick/www/Magick++/Blob.html 237share/doc/GraphicsMagick/www/Magick++/Blob.html
236share/doc/GraphicsMagick/www/Magick++/Cache.png 238share/doc/GraphicsMagick/www/Magick++/Cache.png
237share/doc/GraphicsMagick/www/Magick++/ChangeLog.html 239share/doc/GraphicsMagick/www/Magick++/ChangeLog.html
238share/doc/GraphicsMagick/www/Magick++/CoderInfo.html 240share/doc/GraphicsMagick/www/Magick++/CoderInfo.html
@@ -341,26 +343,25 @@ share/doc/GraphicsMagick/www/images/gm-1 @@ -341,26 +343,25 @@ share/doc/GraphicsMagick/www/images/gm-1
341share/doc/GraphicsMagick/www/images/gm-125x80t.png 343share/doc/GraphicsMagick/www/images/gm-125x80t.png
342share/doc/GraphicsMagick/www/images/right_triangle.png 344share/doc/GraphicsMagick/www/images/right_triangle.png
343share/doc/GraphicsMagick/www/images/right_triangle_option.png 345share/doc/GraphicsMagick/www/images/right_triangle_option.png
344share/doc/GraphicsMagick/www/import.html 346share/doc/GraphicsMagick/www/import.html
345share/doc/GraphicsMagick/www/index.html 347share/doc/GraphicsMagick/www/index.html
346share/doc/GraphicsMagick/www/links.html 348share/doc/GraphicsMagick/www/links.html
347share/doc/GraphicsMagick/www/magick.css 349share/doc/GraphicsMagick/www/magick.css
348share/doc/GraphicsMagick/www/miff.html 350share/doc/GraphicsMagick/www/miff.html
349share/doc/GraphicsMagick/www/mission.html 351share/doc/GraphicsMagick/www/mission.html
350share/doc/GraphicsMagick/www/mogrify.html 352share/doc/GraphicsMagick/www/mogrify.html
351share/doc/GraphicsMagick/www/montage.html 353share/doc/GraphicsMagick/www/montage.html
352share/doc/GraphicsMagick/www/motion-picture.html 354share/doc/GraphicsMagick/www/motion-picture.html
353share/doc/GraphicsMagick/www/perl.html 355share/doc/GraphicsMagick/www/perl.html
354share/doc/GraphicsMagick/www/platforms.html 
355share/doc/GraphicsMagick/www/process.html 356share/doc/GraphicsMagick/www/process.html
356share/doc/GraphicsMagick/www/programming.html 357share/doc/GraphicsMagick/www/programming.html
357share/doc/GraphicsMagick/www/project.html 358share/doc/GraphicsMagick/www/project.html
358share/doc/GraphicsMagick/www/quantize.html 359share/doc/GraphicsMagick/www/quantize.html
359share/doc/GraphicsMagick/www/reference.html 360share/doc/GraphicsMagick/www/reference.html
360share/doc/GraphicsMagick/www/smile.c 361share/doc/GraphicsMagick/www/smile.c
361share/doc/GraphicsMagick/www/tools.html 362share/doc/GraphicsMagick/www/tools.html
362share/doc/GraphicsMagick/www/utilities.html 363share/doc/GraphicsMagick/www/utilities.html
363share/doc/GraphicsMagick/www/wand/drawing_wand.html 364share/doc/GraphicsMagick/www/wand/drawing_wand.html
364share/doc/GraphicsMagick/www/wand/magick_wand.html 365share/doc/GraphicsMagick/www/wand/magick_wand.html
365share/doc/GraphicsMagick/www/wand/pixel_wand.html 366share/doc/GraphicsMagick/www/wand/pixel_wand.html
366share/doc/GraphicsMagick/www/wand/wand.html 367share/doc/GraphicsMagick/www/wand/wand.html

cvs diff -r1.27 -r1.28 pkgsrc/graphics/GraphicsMagick/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/GraphicsMagick/distinfo 2012/01/08 05:25:54 1.27
+++ pkgsrc/graphics/GraphicsMagick/distinfo 2012/02/26 12:22:06 1.28
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.27 2012/01/08 05:25:54 obache Exp $ 1$NetBSD: distinfo,v 1.28 2012/02/26 12:22:06 obache Exp $
2 2
3SHA1 (GraphicsMagick-1.3.13.tar.gz) = 28484722a6180ac0f6da4e1f45bb3529d5d7a176 3SHA1 (GraphicsMagick-1.3.14.tar.gz) = 43ef541db8234cd74c256166b84e7c751be806ec
4RMD160 (GraphicsMagick-1.3.13.tar.gz) = 4364ce55cf21b7a74489e947fedf9d8dc5407ca7 4RMD160 (GraphicsMagick-1.3.14.tar.gz) = da6830f7224867e1030e7cdb154684bdaf82d253
5Size (GraphicsMagick-1.3.13.tar.gz) = 8134690 bytes 5Size (GraphicsMagick-1.3.14.tar.gz) = 8052565 bytes