diff options
author | obache <obache@pkgsrc.org> | 2009-01-27 04:38:44 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-01-27 04:38:44 +0000 |
commit | 1912623624486f8428bfe8f6a0feeca03b37b5c6 (patch) | |
tree | bc007c857426bdcb5fa8e26da077668d778ca5f6 /graphics | |
parent | 7506b5fa6994eb8e4327072d52d2b82d765b987d (diff) | |
download | pkgsrc-1912623624486f8428bfe8f6a0feeca03b37b5c6.tar.gz |
Update GraphicsMagick to 1.3.5.
1.3.5 (January 26, 2009)
=========================
Security Fixes:
* BMP and DIB formats were throwing an assertion for negative height
values. This caused the process to crash.
Bug fixes:
* Don't install Magick++ headers if C++ is disabled.
* Linux RPM SPEC file needs to always install the loadable module
.la files or else the modules won't load.
* Windows runtime DLLs were for the wrong compiler version,
resulting in failure to execute if the correct runtime DLLs are
not available.
New Features:
* None
Feature improvements:
* FITS: Parsing is more robust.
Performance Improvements:
* None
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/GraphicsMagick/Makefile | 4 | ||||
-rw-r--r-- | graphics/GraphicsMagick/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile index d317fccf9bd..00547540b1a 100644 --- a/graphics/GraphicsMagick/Makefile +++ b/graphics/GraphicsMagick/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2009/01/16 04:17:38 obache Exp $ +# $NetBSD: Makefile,v 1.21 2009/01/27 04:38:44 obache Exp $ # -DISTNAME= GraphicsMagick-1.3.4 +DISTNAME= GraphicsMagick-1.3.5 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=graphicsmagick/} \ ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/ diff --git a/graphics/GraphicsMagick/distinfo b/graphics/GraphicsMagick/distinfo index 7f25e885d60..ad2d16ce598 100644 --- a/graphics/GraphicsMagick/distinfo +++ b/graphics/GraphicsMagick/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2009/01/16 04:17:38 obache Exp $ +$NetBSD: distinfo,v 1.17 2009/01/27 04:38:44 obache Exp $ -SHA1 (GraphicsMagick-1.3.4.tar.gz) = 5de8cc5a5ba964012933d025f3e320ea2c673342 -RMD160 (GraphicsMagick-1.3.4.tar.gz) = 581fff2c9500f8969603b448626c31d47865e28b -Size (GraphicsMagick-1.3.4.tar.gz) = 7371723 bytes +SHA1 (GraphicsMagick-1.3.5.tar.gz) = f0a8ba6ccfd03be3fa1d29eaa55b8faa73e5e7a2 +RMD160 (GraphicsMagick-1.3.5.tar.gz) = cef96710a916954ecce894b03e058aaf5a304480 +Size (GraphicsMagick-1.3.5.tar.gz) = 7386555 bytes |