./graphics/GraphicsMagick, X application for displaying and manipulating images

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


Branch: pkgsrc-2008Q1, Version: 1.1.14, Package name: GraphicsMagick-1.1.14, Maintainer: obache

GraphicsMagick(TM) provides a powerful image manipulation and
translation utility. It is capable of displaying still images and
animations using the X Window system, provides a simple interface for
interactively editing images, and is capable of importing selected
windows or the entire desktop. GraphicsMagick can read and write over
88 image formats, including JPEG, TIFF, WMF, SVG, PNG, PNM, GIF, and
Photo CD. It can resize, rotate, sharpen, color reduce, or add
special effects to the image and save the result to any supported
format. GraphicsMagick may be used to create animated or transparent
.gifs, create composite images, create thumbnail images, and much,
much, more.

GraphicsMagick is one of your choices if you need a program to
manipulate and display images. If you want to develop your own
applications which use GraphicsMagick code or APIs, you need to
install GraphicsMagick-devel as well.


Required to run:
[graphics/jasper] [graphics/lcms] [graphics/libexif] [graphics/libwmf] [graphics/png] [graphics/jpeg] [graphics/freetype2] [graphics/tiff] [textproc/libxml2]

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

Master sites: (Expand)

SHA1: e2cdbac9e10640886ddeb298b4a0c455f024db26
RMD160: 97429c8132691285faf06674d3677ff03979acaf
Filesize: 4941.806 KB

Version history: (Expand)


CVS history: (Expand)


   2008-06-08 14:25:43 by Matthias Scheler | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #2416 - requested by obache
Security update for GraphicsMagick

Apply patch to update the package to version 1.1.14:

Significant changes associated with GraphicsMagick 1.1.14:
  Bugs Fixed:
    o Noise generation was not working correctly for anything but a Q8
      build.
    o Poisson noise generator was extremely slow.  Now it is reasonably
      fast.
    o PDF reader now computes bounding box for rotated PDFs correctly.
  Security Fixes:
    o Cineon reader: Fixed crash with broken file from Sami Liedes.
    o PICT reader: Fixed crash with broken files from Sami Liedes.
    o XCF reader: Fixed crash with broken files from Sami Liedes.
  Security Issue Not Fixed:
    o JP2/JPC reader: Several JPEG-2000 files from Sami Liedes broken
      collection cause crashes in Jasper. This is not GraphicsMagick's
      fault.

Significant changes associated with GraphicsMagick 1.1.13:
  Bugs Fixed:
    o Documentation is now installed according to the conventions
      established by the configure script.  This results in documentation
      being installed under /usr/local/share/doc/GraphicsMagick by default.
    o HWB colorspace now works correctly.
    o Composition with CopyOpacity now produces an image with
      transparency (as expected).
    o Composition now preserves the canvas colorspace.
    o Composition with a displacement map (-displace) no longer leaks an
      image.
    o Alpha composition now works as expected when both pixels involved
      include transparency.
    o -gamma multiple channel syntax now works as documented.
    o Now compiles with Visual C++ 2008.
   2008-05-09 13:21:27 by Tyler R. Retzlaff | Files touched by this commit (4)
Log message:
pullup ticket #2366 - requested by obache
GraphicsMagick: security & bug fixes

revisions pulled up:
- pkgsrc/graphics/GraphicsMagick/Makefile
- pkgsrc/graphics/GraphicsMagick/PLIST
- pkgsrc/graphics/GraphicsMagick/buildlink3.mk
- pkgsrc/graphics/GraphicsMagick/distinfo

   Module Name:	pkgsrc
   Committed By:	obache
   Date:		Tue Apr 29 04:56:24 UTC 2008

   Modified Files:
   	pkgsrc/graphics/GraphicsMagick: Makefile PLIST buildlink3.mk distinfo

   Log message:
   Update GraphicsMagick to 1.1.12.

   Significant changes associated with GraphicsMagick 1.1.12 (released April 28, \ 
2008)

    Security Fixes:

      o Do not access X11 or invoke convenience or stealth delegate
        programs based on the file extension. In particular, these file
        extensions are rejected for consideration as a format specifier:
        'autotrace', 'browse', 'dcraw', 'edit', 'gs-color',
        'gs-color+alpha', 'gs-gray', 'gs-mono', 'launch', 'mpeg-encode',
        'print', 'scan', 'show', 'win', 'xc', and 'x'.

    Bugs Fixed:

      o magick/effect.c: Should now compile for ARM CPU.

      o TIFF: Don't request Kodak private tags since these cause some
        versions of libtiff to misbehave.

      o When performing string expansion of image attribute identifiers, skip
        those which require access to image pixels if image pixels are not
        present.

      o CropImageToHBITMAP(), ImageToHBITMAP(): Fix leak of bitmap handle.