Commit Graph

35 Commits

Author SHA1 Message Date
kili
e992b5ed39 Update to ImageMagick-6.6.6-10, with help from Brad.
An update to a more recent version (6.7.*) will follow soon.

This helps naddy with the png update.
2011-07-06 22:43:00 +00:00
okan
62e5afbda7 - update to 6.4.5-6 (for real this time) and sync patches
- explicitly disable lqr (experimental liquid rescale)
- fix for building no_x11 FLAVOR with ImageMagick already installed

noticed by and previous ok kili@, ok naddy@
2008-11-29 05:00:20 +00:00
okan
3955871973 - long awaited update ImageMagick to 6.4.5-6
- now includes perl modules, superseding graphics/p5-PerlMagick

feedback from ajacoutot@, kili@ and naddy@ (and bulk)

ok kili@
2008-11-20 13:29:56 +00:00
sthen
af3b790aaf update to 6.3.5-9 from Giovanni Bechis; this fixes various bugs
including a number of security vulnerabilities; see
http://www.imagemagick.org/script/changelog.php

ok merdely@
2007-09-19 18:46:55 +00:00
steven
05a57442c6 update to 6.3.4.1
feedback/ok kili@
2007-05-20 19:44:47 +00:00
steven
f7330c4f70 unbreak build with latest png, regen patches. "get it in" naddy@ 2007-04-08 15:22:50 +00:00
bernd
4a71b02b38 Update to ImageMagick/p5-PerlMagick 6.3.2.1.
Initial diff from steven@, updated to -1 by me.
Tested by steven@ and Joachim Schipper. Thanks!

Removed myself from MAINTAINER.

ok steven@
2007-01-31 14:34:58 +00:00
steven
c87b7ba076 update to ImageMagick 6.3.0.0
ok bernd@
2006-10-28 16:20:52 +00:00
bernd
cd7b9eb772 Security update to ImageMagick/p5-PerlMagick 6.2.6-1. (CVE-2006-0082)
More info:

http://studio.imagemagick.org/pipermail/magick-users/2006-January/017083.html

from jakemsr@, ok steven@
2006-02-06 22:10:24 +00:00
bernd
770c8c4d0c Update to ImageMagick and p5-PerlMagick version 6.2.6.0.
help, testing and "go ahead" steven@
2006-01-27 17:40:05 +00:00
steven
d292312d89 - remove unneeded MODGNU_SHARED_LIBS and related patches
- remove old libtool and ltdl patches since we use the in-tree versions
2006-01-15 14:24:21 +00:00
steven
5451cee62d SHARED_LIBS and USE_LIBTOOL
"go ahead" bernd@
2005-12-28 14:56:54 +00:00
naddy
afa33518bc Update to 6.2.3:
* Fixed an obscure heap-overflow vulnerability in the PNM reader.
* Avoid infinite loop if bogus XWD rad/green/blue masks are 0.

Also:
* Regression test fixes.
* No need to remove previously installed ImageMagick.

From new maintainer Bernd Ahlers <b.ahlers@ba-net.org>.
2005-06-04 14:39:21 +00:00
pvalchev
6522776b6d update to ImageMagick-6.2.0-8; Bernd Ahlers <b.ahlers@ba-net.org> 2005-03-31 04:23:42 +00:00
marc
192cef5c7a Casting a structure element address to (unsigned long *) and
then dereferencing can give you a bus error on sparc64 and
other arches with stricter address alignment requirements than
i386.   "Please commit this" brad@
2004-11-13 20:14:18 +00:00
brad
7982d4d3e5 - Don't allow a corrupt GIF image to overflow pixel stack
- Prevent buffer overruns when decoding runlength-encoded images in the BMP format
2004-09-21 18:39:15 +00:00
brad
94c571c2e0 PNG vulnerability fix.
http://www.imagemagick.org/www/Changelog.html

ok pvalchev@
2004-08-13 06:17:41 +00:00
brad
cf013a1bef sync libtool patches
ok pvalchev@
2004-08-13 06:16:38 +00:00
brad
5462e48805 add libtool patch 2004-07-02 01:53:09 +00:00
brad
ff031958c9 upgrade to ImageMagick 6.0.0-2 2004-06-24 07:44:58 +00:00
sturm
b2517a2669 fix build with gcc 3.3 2004-02-06 22:44:06 +00:00
sturm
65a8843955 - fix build to work with recently updated libxml
- bump PKGNAME

"looks ok" brad@
2003-06-30 20:41:14 +00:00
brad
8b2dfbad21 make sure the install target for delegates.mgk respects DESTDIR
--
Issue pointed out by: naddy@
2002-09-15 04:16:31 +00:00
brad
49d068d5f3 add RCS ids 2002-09-15 03:52:04 +00:00
pvalchev
73c406bf12 signed char fix 2002-02-21 02:08:30 +00:00
danh
f90847bb02 sync libtool patch 2001-02-21 14:56:29 +00:00
brad
d0f541b355 upgrade to ImageMagick 5.2.8 2001-02-05 15:58:08 +00:00
dugsong
3b979d1f02 master sites changed; update to 5.2.5 2000-11-30 04:41:37 +00:00
brad
d1b7854514 upgrade to ImageMagick 5.2.2 2000-08-21 16:42:26 +00:00
brad
182e6e9f3a upgrade to ImageMagick 5.2.1 2000-07-25 07:16:59 +00:00
brad
ac6ec31956 upgrade to ImageMagick 5.2.0, as recommended in PR#1245 2000-06-20 23:32:46 +00:00
brad
d429559fa1 quiet messages about shared libs durring install 1999-10-27 20:56:02 +00:00
marc
b3aac7c901 1) remove tiff from graphics makefile as there is nothing to make
2) change tiff/Makefile to spit out message saying to use tiff34
   remove all tiff files, patches, and pkg data; they're no longer needed
3) install tiff34 as libtiff, tiff.h, and tiffio.h; add symbolic links
   so the old names of libtiff34, tiff34.h, and tiffio34.h still work.
4) Change ImageMagick to use -ltiff, not -ltiff34; remove the patch
   files and directory as they are no longer needed.
5) Change gimp to use -ltiff, not -ltiff34; remove the patch files and
   directory as they are no longer needed.

NOTE: with these changes ImageMagick and gimp require the updated tiff34
      port.
1998-06-10 02:56:11 +00:00
marc
b12ee55c6c update to version 4.0.6 1998-06-07 19:25:41 +00:00
marc
3d3a165ac0 ImageMagick 4.0.5 1998-05-23 19:00:10 +00:00