diff options
author | adam <adam@pkgsrc.org> | 2004-08-09 11:50:08 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-08-09 11:50:08 +0000 |
commit | ed6a617d82a76979011008ff227ef7e76276ee59 (patch) | |
tree | ecfdd4b297c470828c926654df131c57257df136 /graphics/ImageMagick/distinfo | |
parent | 68207086cd15e5affaba0ad1cee564cc4082847f (diff) | |
download | pkgsrc-ed6a617d82a76979011008ff227ef7e76276ee59.tar.gz |
Changes 6.0.4-3
* PNG vulnerability fix.
* Added YCbCr coder for raw Y, Cb, and Cr samples.
* Fixed the -fx option operator precendence problem (+ and - should be the
same precendence).
* Rare memory corruption due to a JPEG comment (bug report by
brundlefly76@hotma...).
* The PerlMagick Evaluate() method no longer fails with an assertion error.
* Restore -dSAFER for a more secure Ghostscript invocation. The downside is
we must copy the Postscript file to a temporary file otherwise we get a
the ocassional invalidfileaccess fom Ghostscript.
* Do not report image depth unless the -verbose or -format %z option is used
with the identify program.
* Center gravity now works when cropping by percent (e.g. -crop 75%).
* Small memory leak on exception in the ImageToBlob() method.
* %@ returns the image bounding box (e.g. identify -format %@ logo:).
* Sync pixel cache when cloning an image-- just in case someone clones
an image clone and accesses pixels with AcquireImagePixel() instead of
GetImagePixels().
Diffstat (limited to 'graphics/ImageMagick/distinfo')
-rw-r--r-- | graphics/ImageMagick/distinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/ImageMagick/distinfo b/graphics/ImageMagick/distinfo index 23dec58b6d3..496f0582ad7 100644 --- a/graphics/ImageMagick/distinfo +++ b/graphics/ImageMagick/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.22 2004/07/08 11:50:25 adam Exp $ +$NetBSD: distinfo,v 1.23 2004/08/09 11:50:08 adam Exp $ -SHA1 (ImageMagick-6.0.3-1.tar.bz2) = 7a582a759f4f0cfd16b1d3e71df25a1f6a86f79b -Size (ImageMagick-6.0.3-1.tar.bz2) = 5611725 bytes +SHA1 (ImageMagick-6.0.4-3.tar.bz2) = 5dba12cc11da6ebe1b0da45b1d1138e858243003 +Size (ImageMagick-6.0.4-3.tar.bz2) = 5741470 bytes |