From 183c4adc4ca6e54fa96c11a3049136d9adb9c51b Mon Sep 17 00:00:00 2001 From: obache Date: Sun, 26 Feb 2012 12:22:06 +0000 Subject: 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. --- graphics/GraphicsMagick/Makefile.common | 4 ++-- graphics/GraphicsMagick/PLIST | 5 +++-- graphics/GraphicsMagick/distinfo | 8 ++++---- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/graphics/GraphicsMagick/Makefile.common b/graphics/GraphicsMagick/Makefile.common index 5291915b817..fe88c6f0976 100755 --- a/graphics/GraphicsMagick/Makefile.common +++ b/graphics/GraphicsMagick/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.3 2012/01/08 05:25:54 obache Exp $ +# $NetBSD: Makefile.common,v 1.4 2012/02/26 12:22:06 obache Exp $ # # used by graphics/p5-GraphicsMagick/Makefile GM_MAJOR_VER= 1.3 -GM_MINOR_VER= 13 +GM_MINOR_VER= 14 DISTVERSION= ${GM_MAJOR_VER}.${GM_MINOR_VER} DISTNAME= GraphicsMagick-${DISTVERSION} diff --git a/graphics/GraphicsMagick/PLIST b/graphics/GraphicsMagick/PLIST index f2b840e0e33..81af4f19dd9 100644 --- a/graphics/GraphicsMagick/PLIST +++ b/graphics/GraphicsMagick/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2012/01/08 05:25:54 obache Exp $ +@comment $NetBSD: PLIST,v 1.17 2012/02/26 12:22:06 obache Exp $ bin/GraphicsMagick++-config bin/GraphicsMagick-config bin/GraphicsMagickWand-config @@ -211,6 +211,7 @@ share/doc/GraphicsMagick/ChangeLog.2007 share/doc/GraphicsMagick/ChangeLog.2008 share/doc/GraphicsMagick/ChangeLog.2009 share/doc/GraphicsMagick/ChangeLog.2010 +share/doc/GraphicsMagick/ChangeLog.2011 share/doc/GraphicsMagick/Copyright.txt share/doc/GraphicsMagick/NEWS.txt share/doc/GraphicsMagick/www/ChangeLog-2001.html @@ -223,6 +224,7 @@ share/doc/GraphicsMagick/www/ChangeLog-2007.html share/doc/GraphicsMagick/www/ChangeLog-2008.html share/doc/GraphicsMagick/www/ChangeLog-2009.html share/doc/GraphicsMagick/www/ChangeLog-2010.html +share/doc/GraphicsMagick/www/ChangeLog-2011.html share/doc/GraphicsMagick/www/Changelog.html share/doc/GraphicsMagick/www/Changes.html share/doc/GraphicsMagick/www/Copyright.html @@ -351,7 +353,6 @@ share/doc/GraphicsMagick/www/mogrify.html share/doc/GraphicsMagick/www/montage.html share/doc/GraphicsMagick/www/motion-picture.html share/doc/GraphicsMagick/www/perl.html -share/doc/GraphicsMagick/www/platforms.html share/doc/GraphicsMagick/www/process.html share/doc/GraphicsMagick/www/programming.html share/doc/GraphicsMagick/www/project.html diff --git a/graphics/GraphicsMagick/distinfo b/graphics/GraphicsMagick/distinfo index 266585c10de..55f5f40abb3 100644 --- a/graphics/GraphicsMagick/distinfo +++ b/graphics/GraphicsMagick/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.27 2012/01/08 05:25:54 obache Exp $ +$NetBSD: distinfo,v 1.28 2012/02/26 12:22:06 obache Exp $ -SHA1 (GraphicsMagick-1.3.13.tar.gz) = 28484722a6180ac0f6da4e1f45bb3529d5d7a176 -RMD160 (GraphicsMagick-1.3.13.tar.gz) = 4364ce55cf21b7a74489e947fedf9d8dc5407ca7 -Size (GraphicsMagick-1.3.13.tar.gz) = 8134690 bytes +SHA1 (GraphicsMagick-1.3.14.tar.gz) = 43ef541db8234cd74c256166b84e7c751be806ec +RMD160 (GraphicsMagick-1.3.14.tar.gz) = da6830f7224867e1030e7cdb154684bdaf82d253 +Size (GraphicsMagick-1.3.14.tar.gz) = 8052565 bytes -- cgit v1.2.3