diff options
author | obache <obache@pkgsrc.org> | 2008-04-29 04:56:24 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-04-29 04:56:24 +0000 |
commit | b4109a1003232891b31629e2edb0c59a1cc9b559 (patch) | |
tree | 9d9fa28a4e7bfab5cfac37fd693bc1e4ad099264 /graphics/GraphicsMagick/PLIST | |
parent | 95e9a6be9d8b00792ae0a37d6f8733dd59870070 (diff) | |
download | pkgsrc-b4109a1003232891b31629e2edb0c59a1cc9b559.tar.gz |
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.
Diffstat (limited to 'graphics/GraphicsMagick/PLIST')
-rw-r--r-- | graphics/GraphicsMagick/PLIST | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/GraphicsMagick/PLIST b/graphics/GraphicsMagick/PLIST index 441e5e01200..6b4eb7c8a23 100644 --- a/graphics/GraphicsMagick/PLIST +++ b/graphics/GraphicsMagick/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2007/10/14 12:25:15 obache Exp $ +@comment $NetBSD: PLIST,v 1.3 2008/04/29 04:56:24 obache Exp $ bin/GraphicsMagick++-config bin/GraphicsMagick-config bin/GraphicsMagickWand-config @@ -191,7 +191,6 @@ share/${PKGNAME}/www/api/transform.html share/${PKGNAME}/www/api/types.html share/${PKGNAME}/www/api/widget.html share/${PKGNAME}/www/body.html -share/${PKGNAME}/www/body.html.rej share/${PKGNAME}/www/books.html share/${PKGNAME}/www/color.html share/${PKGNAME}/www/composite.html |