Bug 76479 - new version of graphics/ImageMagick out that fixes vulnerability
Summary: new version of graphics/ImageMagick out that fixes vulnerability
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-19 22:50 UTC by Gerald Coon
Modified: 2005-01-23 11:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-01-20 16:15:00 UTC
http://www.freebsd.org/cgi/query-pr.cgi?q=76479

Any chance for a quick patch to bring port to new release?

-- 
Pav Lucistnik <pav@oook.cz>
              <pav@FreeBSD.org>

On real UNIX, /usr/bin/more prints -More-.
Comment 2 Gerald Coon 2005-01-20 23:30:54 UTC
This diff comes with no warranty :-) . I updated the sites to some that had the newer
version, portver and distinfo. Patches apply cleanly and make worked.

Gerald

--- ./ImageMagick.old/Makefile  Thu Jan 20 18:10:36 2005
+++ ./ImageMagick/Makefile      Thu Jan 20 18:25:22 2005
@@ -6,10 +6,11 @@
  #

  PORTNAME=      ImageMagick
-PORTVERSION=   6.1.6.8
+PORTVERSION=   6.1.9.0
  CATEGORIES=    graphics perl5
-MASTER_SITES=  http://people.fruitsalad.org/avleeuwen/distfiles/imagemagick/ \
-               ${MASTER_SITE_LOCAL:S/%SUBDIR%/josef/}
+MASTER_SITES=  ftp://ftp.imagemagick.org/pub/ImageMagick/ \
+               ftp://ftp.imagemagick.net/pub/ImageMagick/ \
+               http://imagemagick.sourceforge.net/
  DISTNAME=      ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}

  MAINTAINER=    avleeuwen@piwebs.com
diff -ur ./ImageMagick.old/distinfo ./ImageMagick/distinfo
--- ./ImageMagick.old/distinfo  Thu Jan 20 18:10:36 2005
+++ ./ImageMagick/distinfo      Thu Jan 20 18:20:38 2005
@@ -1,2 +1,2 @@
-MD5 (ImageMagick-6.1.6-8.tar.bz2) = 3db8b8f3294904e210f52e24e1e51028
-SIZE (ImageMagick-6.1.6-8.tar.bz2) = 4560116
+MD5 (ImageMagick-6.1.9-0.tar.bz2) = 0a9bd0d879d9d92156c9b8eeb952c7dc
+SIZE (ImageMagick-6.1.9-0.tar.bz2) = 4616799
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2005-01-23 11:50:42 UTC
State Changed
From-To: open->closed

Committed, thanks!