diff options
author | obache <obache@pkgsrc.org> | 2008-07-26 06:59:18 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-07-26 06:59:18 +0000 |
commit | 0bedc7d291e904295842c57ea625045b696be192 (patch) | |
tree | b6084a3596b02a02e302631f27c147e1016febbe /graphics/GraphicsMagick | |
parent | e1d2466d652dd3c4425fc4032aa01a62cb714bd8 (diff) | |
download | pkgsrc-0bedc7d291e904295842c57ea625045b696be192.tar.gz |
Update GraphicsMagick to 1.2.5.
1.2.5 (July 26, 2008)
=====================
Security Fixes:
* None.
Bug fixes:
* TIFF: Eliminated a memory leak in the codec support detection code.
* JPEG: Removed over-write of image->client_data.
* PNG: Fixed crash when writing PNG images with transparency and either
optimize is requested, or the image is colormapped.
Feature improvements:
* A file extension proxy module is used to automatically map from
common camera raw format extensions to dcraw so that camera RAW
images are loaded automatically using 'dcraw' or similar program
as defined via the 'dcraw' entry in delegates.mgk.
* ThresholdImage() uses a new implementation backported from the
development version which attempts to avoid unnecessary image
updates.
Diffstat (limited to 'graphics/GraphicsMagick')
-rw-r--r-- | graphics/GraphicsMagick/Makefile | 4 | ||||
-rw-r--r-- | graphics/GraphicsMagick/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile index 0160745f838..49da77c34f3 100644 --- a/graphics/GraphicsMagick/Makefile +++ b/graphics/GraphicsMagick/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2008/07/02 00:39:23 obache Exp $ +# $NetBSD: Makefile,v 1.15 2008/07/26 06:59:18 obache Exp $ # -DISTNAME= GraphicsMagick-1.2.4 +DISTNAME= GraphicsMagick-1.2.5 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=graphicsmagick/} \ ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.2/ diff --git a/graphics/GraphicsMagick/distinfo b/graphics/GraphicsMagick/distinfo index e40cbfb4de2..98fb0228dce 100644 --- a/graphics/GraphicsMagick/distinfo +++ b/graphics/GraphicsMagick/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2008/06/30 12:34:10 obache Exp $ +$NetBSD: distinfo,v 1.11 2008/07/26 06:59:18 obache Exp $ -SHA1 (GraphicsMagick-1.2.4.tar.gz) = 82a42f94bdec60670489baebd1671f966bde8e0c -RMD160 (GraphicsMagick-1.2.4.tar.gz) = 6927ef125f16ac1357d03c5c6abcb759b4f94421 -Size (GraphicsMagick-1.2.4.tar.gz) = 7048092 bytes +SHA1 (GraphicsMagick-1.2.5.tar.gz) = 8d00059e12a00076c8cf99db524aed228e13be11 +RMD160 (GraphicsMagick-1.2.5.tar.gz) = 77186ba84b31e6dcabd1fbed1d059874a8bf86d8 +Size (GraphicsMagick-1.2.5.tar.gz) = 7119165 bytes |