[23604] trunk/dports/graphics/ImageMagick/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Apr 4 21:30:57 PDT 2007


Revision: 23604
          http://trac.macosforge.org/projects/macports/changeset/23604
Author:   ryandesign at macports.org
Date:     2007-04-04 21:30:57 -0700 (Wed, 04 Apr 2007)

Log Message:
-----------
6.3.3-1 has security vulnerabilities in the DCM and XWD formats, described a bit further here:

http://www.heise-security.co.uk/news/87786

Updating to 6.3.3-5 which includes a fix for the issue.

Modified Paths:
--------------
    trunk/dports/graphics/ImageMagick/Portfile

Modified: trunk/dports/graphics/ImageMagick/Portfile
===================================================================
--- trunk/dports/graphics/ImageMagick/Portfile	2007-04-05 04:29:06 UTC (rev 23603)
+++ trunk/dports/graphics/ImageMagick/Portfile	2007-04-05 04:30:57 UTC (rev 23604)
@@ -2,7 +2,9 @@
 
 PortSystem		1.0
 name			ImageMagick
-version			6.3.3-1
+set milestone	6.3.3
+set patchlevel	5
+version			${milestone}-${patchlevel}
 categories		graphics devel 
 maintainers		ryandesign at macports.org openmaintainer at macports.org
 description		Tools and libraries to manipulate images in many formats
@@ -27,11 +29,12 @@
 			ftp://ftp.fifi.org/pub/ImageMagick/ \
 			ftp://ftp.nluug.nl/pub/${name}/
 use_bzip2	yes
-checksums	md5 682df363b566875fb885639d0b778746 \
-			sha1 22bd68e416fd7bddc06c8f2df6b5b28391781255 \
-			rmd160 19e7c4980832cd9684ba655a447c32b5226e4acb
+checksums \
+	md5 16b376defdb7c3feb14a59644bf63a20 \
+	sha1 2a5c482d07c04c766ed7002fc89b8e1b041524b4 \
+	rmd160 03e8ccb8940ee1bbcdb1573d9f6158312a87cdf2
 
-worksrcdir	${name}-6.3.3
+worksrcdir	${name}-${milestone}
 
 depends_lib	lib:libX11.6:XFree86 \
 			port:bzip2 port:jpeg port:libpng port:tiff \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070404/50d1a471/attachment.html


More information about the macports-changes mailing list