Sun Jan 24 11:16:19 2010 UTC ()
Pullup ticket #2968 - requested by obache
graphics/GraphicsMagick: security update

Revisions pulled up:
- graphics/GraphicsMagick/Makefile		1.27 via patch
- graphics/GraphicsMagick/PLIST			1.13
- graphics/GraphicsMagick/distinfo		1.21
---
Module Name:	pkgsrc
Committed By:	obache
Date:		Fri Jan 22 06:16:18 UTC 2010

Modified Files:
	pkgsrc/graphics/GraphicsMagick: Makefile PLIST distinfo

Log Message:
Update GraphicsMagick to 1.3.8.

1.3.8 (January 21, 2010)
========================

Security Fixes:

   * Fix for CVE-2009-1882 "Integer overflow in the XMakeImage
     function".

   * Fix lockup due to hanging in loop while parsing malformed
     sub-image specification (SourceForge issue 2886560).

   * Libltdl: Updated libtool to 2.2.6b in order to fix security issue.
     Resolves CVE-2009-3736 as it pertains to GraphicsMagick.

Bug fixes:

   * -convolve, -recolor: Validate that user-provided matrix is square
     when parsing -convolve and -recolor commands in order to avoid a
     core dump.

   * CALS: Reading images taller than the image width resulted in a
     failure.

   * ConstituteImage(), DispatchImage(): 'A' and 'T' should indicate
     transparency and 'O' should indicate opacity.  Behavior was
     inconsistent.  In some cases 'O' meant transparency while in other
     cases it meant opacity. Also, in a few cases, matte was not
     getting enabled in the image as it should.

   * DCRAW: Module name was not registered so modules based builds were
     not supporting formats provided via 'dcraw'.

   * GetOptimalKernelWidth1D(), GetOptimalKernelWidth2D(): In the Q32
     build, convolution kernel size was estimated incorrectly for large
     sigmas on 32-bit systems due to arithmetic overflow.  This could
     cause wrong results for -convolve, -blur, -sharpen, and other
     algorithms which use these functions.

   * Image Size: Fixed the ability to pass the image size via the
     filename specification like "myfile.jpg[640x480]" rather than
     needing to use -size.

   * IPTC: Blob data needed to be padded to an even size.  Size is now
     correctly reported.

   * IPTC: Returned IPTC string values were one character too short.

   * Large Files: Large pixel cache files were not working under GNU
     Linux.

   * JP2: Fixed some value scaling problems.

   * JP2: Fix possible crash at exit when Jasper is used by a modules
     build.

   * MPC: is_monochrome and is_grayscale flags were not managed
     properly for the MPC coder.

   * PCL: Page was not always being ejected.

   * PNG: The png8 encoder would fail when trying to write a 1-color
     image.

   * PSD: PSD parser was confused by 0x0 pixel layers, resulting in
     image data corruption of all following layers.

   * -rotate, -shear: Some internally-reported errors were potentially
     being lost.

   * Subrange/stdin: Commands now support reading an image from stdin
     in conjunction with a subrange specification (e.g. "-[1]").

   * Magick++ STL ShadeImage: Implementation was completely botched.

New Features:

   * CALS Type 1 files may now be written (Work contributed by John
     Sergeant).  CALS support is dependent on the TIFF library.

   * GROUP4RAW encoder supports reading/writing RAW Group4 data.

   * JP2: JPEG 2000 may now be written in arbitrary bit depths ranging
     from 2 to 16 rather than just 8 or 16.

   * JPEG: IJG JPEG library version 7 is now supported.

   * JPEG: Added jpeg:block-smoothing and jpeg:fancy-upsampling defines
     to control these JPEG library options.

   * JPEG: Detect and apply colorspaces appropriately for ITU FAX JPEG.

   * Resource Limits: There is now a "threads" resource limit which
     allows specifying the number of OpenMP threads which may be used,
     similar to the OMP_NUM_THREADS environment variable.

   * TIFF: Allow CIELAB TIFF to be read.

   * MagickGetImageAttribute()/MagickSetImageAttribute(): New Wand
     methods to support getting and setting an image attribute.
     Contributed by Mikko Koppanen.

   * ClonePixelWand(): New Wand method to deep-copy an existing pixel
     wand.

   * ClonePixelWands(): New Wand method to deep-copy an array of
     existing pixel wands.

   * MagickCdlImage(): New Wand method to apply the ASC CDL to an
     image.

   * MagickGetImageBoundingBox(): New Wand method to return the crop
     bounding box required to remove any solid-color border from the
     image.

   * MagickGetImageFuzz(), MagickSetImageFuzz(): New Wand methods to
     get and set the color comparison fuzz factor.

   * MagickHaldClutImage(): New Wand method to apply a Hald CLUT to an
     image.

   * MagickSetResolution(): New Wand method to set the wand resolution.

   * MagickSetResolutionUnits(): New Wand method to set the wand
     resolution units.

   * Magick++: Allow Magick++ library to built as a DLL under MinGW and
     Cygwin.  This requires a modern GCC in order for C++ exceptions to
     work.

Feature improvements:

   * Cygwin: Cygwin 1.7 is now supported.

   * JPEG compression settings are preserved (if possible) when
     inserting JPEG blobs into formats which use JPEG.

   * PDF: If the original file used JPEG compression, then use JPEG
     compression with original settings (if possible).

   * TIFF: Update Windows build to use libtiff 3.9.2.

   * X11 Display: Apply a checkerboard pattern underneath transparent
     images which use more than simple binary transparency.

Performance Improvements:

   * Gamma: Performance is improved for Q8 and Q16 builds.  Also
     preserve full precision in Q32 build.

   * String data is dealt with a bit more efficiently (fewer
     allocations, less memory, and less CPU).

Behavior Changes:

   * InitializeMagick() MUST be invoked prior to using any Magick API
     function.  Failure to do so will likely lead to an immediate
     application crash.  This is due to initialization and runtime
     changes intended to improve thread safety and efficiency.
     Previously it was only strongly recommended to invoke
     InitializeMagick().

   * ConstituteImage(), DispatchImage(): 'A' and 'T' should indicate
     transparency and 'O' should indicate opacity.  Behavior was
     inconsistent.  In some cases 'O' meant transparency while in other
     cases it meant opacity. Also, in a few cases, matte was not
     getting enabled in the image as it should.

   * colors.mgk: Is now empty to default and is optional.  Previous
     content is now compiled into the library in an efficient way, but
     existing values may be modified, or new values added by adding
     entries to color.mgk.

   * DisableSlowOpenMP is now the default.  Use --enable-openmp-slow to
     enable OpenMP for algorithms which sometimes run slower rather
     than faster.

   * magic.mgk: This configuration file is no longer used since this
     data is now compiled into the library in an efficient way.

   * modules.mgk: Is now empty to default and is optional.  Previous
     content is now compiled into the library in an efficient way, but
     existing values may be modified, or new values added by adding
     entries to modules.mgk.

   * Third party executables not included in the Visual Studio build
     are no longer bundled in the GraphicsMagick installer.  This means
     that hp2xx.exe, mpeg2dec.exe, and mpeg2enc.exe are no longer
     distributed.


(tron)
diff -r1.25 -r1.25.4.1 pkgsrc/graphics/GraphicsMagick/Makefile
diff -r1.12 -r1.12.4.1 pkgsrc/graphics/GraphicsMagick/PLIST
diff -r1.20 -r1.20.4.1 pkgsrc/graphics/GraphicsMagick/distinfo

cvs diff -r1.25 -r1.25.4.1 pkgsrc/graphics/GraphicsMagick/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/GraphicsMagick/Makefile 2009/09/20 11:30:58 1.25
+++ pkgsrc/graphics/GraphicsMagick/Makefile 2010/01/24 11:16:19 1.25.4.1
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.25 2009/09/20 11:30:58 obache Exp $ 1# $NetBSD: Makefile,v 1.25.4.1 2010/01/24 11:16:19 tron Exp $
2# 2#
3 3
4DISTNAME= GraphicsMagick-1.3.7 4DISTNAME= GraphicsMagick-1.3.8
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=graphicsmagick/} \ 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=graphicsmagick/} \
7 ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/ 7 ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/
8 8
9MAINTAINER= obache@NetBSD.org 9MAINTAINER= obache@NetBSD.org
10HOMEPAGE= http://www.graphicsmagick.org/ 10HOMEPAGE= http://www.graphicsmagick.org/
11COMMENT= X application for displaying and manipulating images 11COMMENT= X application for displaying and manipulating images
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes
17USE_TOOLS+= gmake pkg-config gs 17USE_TOOLS+= gmake pkg-config gs

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

--- pkgsrc/graphics/GraphicsMagick/PLIST 2009/09/20 11:30:58 1.12
+++ pkgsrc/graphics/GraphicsMagick/PLIST 2010/01/24 11:16:19 1.12.4.1
@@ -1,41 +1,44 @@ @@ -1,41 +1,44 @@
1@comment $NetBSD: PLIST,v 1.12 2009/09/20 11:30:58 obache Exp $ 1@comment $NetBSD: PLIST,v 1.12.4.1 2010/01/24 11:16:19 tron 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
15include/GraphicsMagick/Magick++/Montage.h 15include/GraphicsMagick/Magick++/Montage.h
16include/GraphicsMagick/Magick++/Pixels.h 16include/GraphicsMagick/Magick++/Pixels.h
17include/GraphicsMagick/Magick++/STL.h 17include/GraphicsMagick/Magick++/STL.h
18include/GraphicsMagick/Magick++/TypeMetric.h 18include/GraphicsMagick/Magick++/TypeMetric.h
 19include/GraphicsMagick/magick/analyze.h
19include/GraphicsMagick/magick/api.h 20include/GraphicsMagick/magick/api.h
20include/GraphicsMagick/magick/attribute.h 21include/GraphicsMagick/magick/attribute.h
21include/GraphicsMagick/magick/average.h 22include/GraphicsMagick/magick/average.h
22include/GraphicsMagick/magick/blob.h 23include/GraphicsMagick/magick/blob.h
23include/GraphicsMagick/magick/cdl.h 24include/GraphicsMagick/magick/cdl.h
24include/GraphicsMagick/magick/channel.h 25include/GraphicsMagick/magick/channel.h
25include/GraphicsMagick/magick/color.h 26include/GraphicsMagick/magick/color.h
 27include/GraphicsMagick/magick/color_lookup.h
26include/GraphicsMagick/magick/colormap.h 28include/GraphicsMagick/magick/colormap.h
27include/GraphicsMagick/magick/colorspace.h 29include/GraphicsMagick/magick/colorspace.h
28include/GraphicsMagick/magick/command.h 30include/GraphicsMagick/magick/command.h
 31include/GraphicsMagick/magick/common.h
29include/GraphicsMagick/magick/compare.h 32include/GraphicsMagick/magick/compare.h
30include/GraphicsMagick/magick/composite.h 33include/GraphicsMagick/magick/composite.h
31include/GraphicsMagick/magick/compress.h 34include/GraphicsMagick/magick/compress.h
32include/GraphicsMagick/magick/confirm_access.h 35include/GraphicsMagick/magick/confirm_access.h
33include/GraphicsMagick/magick/constitute.h 36include/GraphicsMagick/magick/constitute.h
34include/GraphicsMagick/magick/decorate.h 37include/GraphicsMagick/magick/decorate.h
35include/GraphicsMagick/magick/delegate.h 38include/GraphicsMagick/magick/delegate.h
36include/GraphicsMagick/magick/deprecate.h 39include/GraphicsMagick/magick/deprecate.h
37include/GraphicsMagick/magick/describe.h 40include/GraphicsMagick/magick/describe.h
38include/GraphicsMagick/magick/draw.h 41include/GraphicsMagick/magick/draw.h
39include/GraphicsMagick/magick/effect.h 42include/GraphicsMagick/magick/effect.h
40include/GraphicsMagick/magick/enhance.h 43include/GraphicsMagick/magick/enhance.h
41include/GraphicsMagick/magick/error.h 44include/GraphicsMagick/magick/error.h
@@ -64,66 +67,76 @@ include/GraphicsMagick/magick/profile.h @@ -64,66 +67,76 @@ include/GraphicsMagick/magick/profile.h
64include/GraphicsMagick/magick/quantize.h 67include/GraphicsMagick/magick/quantize.h
65include/GraphicsMagick/magick/random.h 68include/GraphicsMagick/magick/random.h
66include/GraphicsMagick/magick/registry.h 69include/GraphicsMagick/magick/registry.h
67include/GraphicsMagick/magick/render.h 70include/GraphicsMagick/magick/render.h
68include/GraphicsMagick/magick/resize.h 71include/GraphicsMagick/magick/resize.h
69include/GraphicsMagick/magick/resource.h 72include/GraphicsMagick/magick/resource.h
70include/GraphicsMagick/magick/shear.h 73include/GraphicsMagick/magick/shear.h
71include/GraphicsMagick/magick/signature.h 74include/GraphicsMagick/magick/signature.h
72include/GraphicsMagick/magick/statistics.h 75include/GraphicsMagick/magick/statistics.h
73include/GraphicsMagick/magick/symbols.h 76include/GraphicsMagick/magick/symbols.h
74include/GraphicsMagick/magick/texture.h 77include/GraphicsMagick/magick/texture.h
75include/GraphicsMagick/magick/timer.h 78include/GraphicsMagick/magick/timer.h
76include/GraphicsMagick/magick/transform.h 79include/GraphicsMagick/magick/transform.h
 80include/GraphicsMagick/magick/type.h
77include/GraphicsMagick/magick/utility.h 81include/GraphicsMagick/magick/utility.h
78include/GraphicsMagick/magick/version.h 82include/GraphicsMagick/magick/version.h
79include/GraphicsMagick/wand/drawing_wand.h 83include/GraphicsMagick/wand/drawing_wand.h
80include/GraphicsMagick/wand/magick_wand.h 84include/GraphicsMagick/wand/magick_wand.h
81include/GraphicsMagick/wand/pixel_wand.h 85include/GraphicsMagick/wand/pixel_wand.h
82include/GraphicsMagick/wand/wand_api.h 86include/GraphicsMagick/wand/wand_api.h
83lib/${PKGNAME}/config/delegates.mgk 87lib/${PKGNAME}/config/delegates.mgk
84lib/${PKGNAME}/config/type-ghostscript.mgk 88lib/${PKGNAME}/config/type-ghostscript.mgk
85lib/${PKGNAME}/config/type-solaris.mgk 89lib/${PKGNAME}/config/type-solaris.mgk
86lib/${PKGNAME}/config/type-windows.mgk 90lib/${PKGNAME}/config/type-windows.mgk
87lib/${PKGNAME}/config/type.mgk 91lib/${PKGNAME}/config/type.mgk
88lib/libGraphicsMagick++.la 92lib/libGraphicsMagick++.la
89lib/libGraphicsMagick.la 93lib/libGraphicsMagick.la
90lib/libGraphicsMagickWand.la 94lib/libGraphicsMagickWand.la
91lib/pkgconfig/GraphicsMagick++.pc 95lib/pkgconfig/GraphicsMagick++.pc
92lib/pkgconfig/GraphicsMagick.pc 96lib/pkgconfig/GraphicsMagick.pc
93lib/pkgconfig/GraphicsMagickWand.pc 97lib/pkgconfig/GraphicsMagickWand.pc
94man/man1/GraphicsMagick++-config.1 98man/man1/GraphicsMagick++-config.1
95man/man1/GraphicsMagick-config.1 99man/man1/GraphicsMagick-config.1
96man/man1/GraphicsMagickWand-config.1 100man/man1/GraphicsMagickWand-config.1
97man/man1/gm.1 101man/man1/gm.1
98man/man4/miff.4 102man/man4/miff.4
99man/man5/quantize.5 103man/man5/quantize.5
100share/${PKGNAME}/config/colors.mgk 104share/${PKGNAME}/config/colors.mgk
101share/${PKGNAME}/config/log.mgk 105share/${PKGNAME}/config/log.mgk
102share/${PKGNAME}/config/magic.mgk 
103share/${PKGNAME}/config/modules.mgk 106share/${PKGNAME}/config/modules.mgk
104share/doc/GraphicsMagick/ChangeLog 107share/doc/GraphicsMagick/ChangeLog
105share/doc/GraphicsMagick/ChangeLog.2001 108share/doc/GraphicsMagick/ChangeLog.2001
106share/doc/GraphicsMagick/ChangeLog.2002 109share/doc/GraphicsMagick/ChangeLog.2002
107share/doc/GraphicsMagick/ChangeLog.2003 110share/doc/GraphicsMagick/ChangeLog.2003
108share/doc/GraphicsMagick/ChangeLog.2004 111share/doc/GraphicsMagick/ChangeLog.2004
109share/doc/GraphicsMagick/ChangeLog.2005 112share/doc/GraphicsMagick/ChangeLog.2005
110share/doc/GraphicsMagick/ChangeLog.2006 113share/doc/GraphicsMagick/ChangeLog.2006
111share/doc/GraphicsMagick/ChangeLog.2007 114share/doc/GraphicsMagick/ChangeLog.2007
112share/doc/GraphicsMagick/ChangeLog.2008 115share/doc/GraphicsMagick/ChangeLog.2008
 116share/doc/GraphicsMagick/ChangeLog.2009
113share/doc/GraphicsMagick/Copyright.txt 117share/doc/GraphicsMagick/Copyright.txt
114share/doc/GraphicsMagick/NEWS.txt 118share/doc/GraphicsMagick/NEWS.txt
115share/doc/GraphicsMagick/www/CVS.html 119share/doc/GraphicsMagick/www/CVS.html
116share/doc/GraphicsMagick/www/CVS.rst 120share/doc/GraphicsMagick/www/CVS.rst
 121share/doc/GraphicsMagick/www/ChangeLog-2001.html
 122share/doc/GraphicsMagick/www/ChangeLog-2002.html
 123share/doc/GraphicsMagick/www/ChangeLog-2003.html
 124share/doc/GraphicsMagick/www/ChangeLog-2004.html
 125share/doc/GraphicsMagick/www/ChangeLog-2005.html
 126share/doc/GraphicsMagick/www/ChangeLog-2006.html
 127share/doc/GraphicsMagick/www/ChangeLog-2007.html
 128share/doc/GraphicsMagick/www/ChangeLog-2008.html
 129share/doc/GraphicsMagick/www/ChangeLog-2009.html
117share/doc/GraphicsMagick/www/Changelog.html 130share/doc/GraphicsMagick/www/Changelog.html
118share/doc/GraphicsMagick/www/Copyright.html 131share/doc/GraphicsMagick/www/Copyright.html
119share/doc/GraphicsMagick/www/FAQ.html 132share/doc/GraphicsMagick/www/FAQ.html
120share/doc/GraphicsMagick/www/FAQ.rst 133share/doc/GraphicsMagick/www/FAQ.rst
121share/doc/GraphicsMagick/www/GraphicsMagick.html 134share/doc/GraphicsMagick/www/GraphicsMagick.html
122share/doc/GraphicsMagick/www/INSTALL-unix.html 135share/doc/GraphicsMagick/www/INSTALL-unix.html
123share/doc/GraphicsMagick/www/INSTALL-windows.html 136share/doc/GraphicsMagick/www/INSTALL-windows.html
124share/doc/GraphicsMagick/www/ImageMagickObject.html 137share/doc/GraphicsMagick/www/ImageMagickObject.html
125share/doc/GraphicsMagick/www/ImageMagickObject.rst 138share/doc/GraphicsMagick/www/ImageMagickObject.rst
126share/doc/GraphicsMagick/www/Magick++/Blob.html 139share/doc/GraphicsMagick/www/Magick++/Blob.html
127share/doc/GraphicsMagick/www/Magick++/Cache.fig 140share/doc/GraphicsMagick/www/Magick++/Cache.fig
128share/doc/GraphicsMagick/www/Magick++/Cache.png 141share/doc/GraphicsMagick/www/Magick++/Cache.png
129share/doc/GraphicsMagick/www/Magick++/Cache.svg 142share/doc/GraphicsMagick/www/Magick++/Cache.svg
@@ -216,28 +229,26 @@ share/doc/GraphicsMagick/www/api/render. @@ -216,28 +229,26 @@ share/doc/GraphicsMagick/www/api/render.
216share/doc/GraphicsMagick/www/api/resize.html 229share/doc/GraphicsMagick/www/api/resize.html
217share/doc/GraphicsMagick/www/api/resource.html 230share/doc/GraphicsMagick/www/api/resource.html
218share/doc/GraphicsMagick/www/api/segment.html 231share/doc/GraphicsMagick/www/api/segment.html
219share/doc/GraphicsMagick/www/api/shear.html 232share/doc/GraphicsMagick/www/api/shear.html
220share/doc/GraphicsMagick/www/api/signature.html 233share/doc/GraphicsMagick/www/api/signature.html
221share/doc/GraphicsMagick/www/api/statistics.html 234share/doc/GraphicsMagick/www/api/statistics.html
222share/doc/GraphicsMagick/www/api/texture.html 235share/doc/GraphicsMagick/www/api/texture.html
223share/doc/GraphicsMagick/www/api/transform.html 236share/doc/GraphicsMagick/www/api/transform.html
224share/doc/GraphicsMagick/www/api/types.html 237share/doc/GraphicsMagick/www/api/types.html
225share/doc/GraphicsMagick/www/api/types.rst 238share/doc/GraphicsMagick/www/api/types.rst
226share/doc/GraphicsMagick/www/api/widget.html 239share/doc/GraphicsMagick/www/api/widget.html
227share/doc/GraphicsMagick/www/authors.html 240share/doc/GraphicsMagick/www/authors.html
228share/doc/GraphicsMagick/www/authors.rst 241share/doc/GraphicsMagick/www/authors.rst
229share/doc/GraphicsMagick/www/benchmarks-1.2.html 
230share/doc/GraphicsMagick/www/benchmarks-1.2.rst 
231share/doc/GraphicsMagick/www/benchmarks.html 242share/doc/GraphicsMagick/www/benchmarks.html
232share/doc/GraphicsMagick/www/benchmarks.rst 243share/doc/GraphicsMagick/www/benchmarks.rst
233share/doc/GraphicsMagick/www/bugs.html 244share/doc/GraphicsMagick/www/bugs.html
234share/doc/GraphicsMagick/www/bugs.rst 245share/doc/GraphicsMagick/www/bugs.rst
235share/doc/GraphicsMagick/www/color.html 246share/doc/GraphicsMagick/www/color.html
236share/doc/GraphicsMagick/www/compare.html 247share/doc/GraphicsMagick/www/compare.html
237share/doc/GraphicsMagick/www/composite.html 248share/doc/GraphicsMagick/www/composite.html
238share/doc/GraphicsMagick/www/conjure.html 249share/doc/GraphicsMagick/www/conjure.html
239share/doc/GraphicsMagick/www/contribute.html 250share/doc/GraphicsMagick/www/contribute.html
240share/doc/GraphicsMagick/www/contribute.rst 251share/doc/GraphicsMagick/www/contribute.rst
241share/doc/GraphicsMagick/www/convert.html 252share/doc/GraphicsMagick/www/convert.html
242share/doc/GraphicsMagick/www/display.html 253share/doc/GraphicsMagick/www/display.html
243share/doc/GraphicsMagick/www/docutils-api.css 254share/doc/GraphicsMagick/www/docutils-api.css

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

--- pkgsrc/graphics/GraphicsMagick/distinfo 2009/09/20 11:30:58 1.20
+++ pkgsrc/graphics/GraphicsMagick/distinfo 2010/01/24 11:16:19 1.20.4.1
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.20 2009/09/20 11:30:58 obache Exp $ 1$NetBSD: distinfo,v 1.20.4.1 2010/01/24 11:16:19 tron Exp $
2 2
3SHA1 (GraphicsMagick-1.3.7.tar.gz) = 0d6d25644af0d125e24be0a0ed830a5c5f472156 3SHA1 (GraphicsMagick-1.3.8.tar.gz) = d88c533002fbfeb5822d68eb3f14ee07c347a4ea
4RMD160 (GraphicsMagick-1.3.7.tar.gz) = 2bf58a91a5d3bb99e6bb35e3a2adc8da902b44f8 4RMD160 (GraphicsMagick-1.3.8.tar.gz) = 92f139dfc66f64c443b8ce005790083169636c5b
5Size (GraphicsMagick-1.3.7.tar.gz) = 7891141 bytes 5Size (GraphicsMagick-1.3.8.tar.gz) = 7972244 bytes