./graphics/ImageMagick, Package for display and interactive manipulation of images

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 6.7.6.6, Package name: ImageMagick-6.7.6.6, Maintainer: adam

ImageMagick TM, is a package for display and interactive manipulation
of images for the X Window System. It is written in C and interfaces
to the X library, and therefore does not require any proprietary
toolkit in order to compile. Although the software is copyrighted, it
is available for free and can be redistributed without fee.

The ImageMagick image display program can display an image on any
workstation screen running an X server. It can read and write many of
the more popular image formats including JPEG, TIFF, PNM, GIF, and
Photo CD. In addition you can interactively resize, rotate, sharpen,
color reduce, or add special effects to an image and save your
completed work in the same or differing image format.


Required to run:
[textproc/libxml2] [graphics/lcms] [graphics/jasper] [graphics/tiff] [graphics/png] [graphics/openexr] [math/fftw] [devel/libltdl] [archivers/xz] [graphics/libwebp]

Required to build:
[pkgtools/x11-links] [devel/gmake] [devel/libtool-base] [devel/pkg-config]

Package options: jasper, x11

Master sites: (Expand)

SHA1: 7456efb55d2eb37fe7c5a8c131d0247041ce0100
RMD160: 714fa4a68049df810581fe5e8d791812c6a4b255
Filesize: 10238.521 KB

Version history: (Expand)


CVS history: (Expand)


   2012-04-20 17:22:38 by Adam Ciarcinski | Files touched by this commit (8)
Log message:
Changes 6.7.6.6:
* Always unlock the semaphore before returning from the png codec, either
  by a "return" or png_error(); changed all Magick*Exception() calls
  after setjmp() to png_error() to ensure proper cleanup (reference
  http://www.imagemagick.org/discourse-se … mp;t=16883).
* Fixed log known alpha*kernel normalization bug in morphology convolve.
* Pixel allocation for Pango is stride*rows not stride*columns.
* Set the image resolution for Postscript files with an embedded Photoshop
  profile.
More...
   2012-04-09 17:56:21 by Tim Zingelman | Files touched by this commit (4)
Log message:
Add patch for CVE-2012-1610 from \ 
http://www.imagemagick.org/discourse-se … hp?t=20629
   2012-03-30 05:50:47 by Takahiro Kambe | Files touched by this commit (5) | Package updated
Log message:
Add some security fix regarding to
http://www.imagemagick.org/discourse-se … p;t=20629.

[CVE-2012-0259] JPEG EXIF tag crash.
[CVE-2012-0260] Excessive memory use with JPEG restart markers.
[CVE-2012-1798] Copying of invalid memory when reading TIFF EXIF IFD.

Bump PKGREVISION.
   2012-03-21 19:12:42 by Matthias Drochner | Files touched by this commit (4) | Package updated
Log message:
update to 6.7.5-10
This fixes incomplete fixes for CVE-2012-0247 / CVE-2012-0248
(CVE-2012-1185 / CVE-2012-1186)
   2012-03-09 15:49:15 by Filip Hajny | Files touched by this commit (1) | Package updated
Log message:
Add --with-xml=yes since we're linking libxml2 anyway.

Bump PKGREVISION.
   2012-02-13 12:01:07 by Matthias Drochner | Files touched by this commit (4) | Package updated
Log message:
update to 3.7.5.5
This fixes two DOS problems due to insufficient imput validation
(CVE-2012-0247, CVE-2012-02478).
   2012-02-06 15:24:19 by Thomas Klausner | Files touched by this commit (1)
Log message:
Add libwebp. Ride tiff PKGREVISION bump from a few hours ago.
   2012-02-06 13:42:32 by Thomas Klausner | Files touched by this commit (1812) | Package updated
Log message:
Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.