Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 May 2016 21:55:10 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r414563 - in branches/2016Q2/graphics: ImageMagick ImageMagick/files ImageMagick7 ImageMagick7/files
Message-ID:  <201605032155.u43LtAuZ001853@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Tue May  3 21:55:09 2016
New Revision: 414563
URL: https://svnweb.freebsd.org/changeset/ports/414563

Log:
  MFH: r414562
  
  Disable EPHEMERAL, HTTPS, MVG and MSL coders until a a new release can be
  made what fixes the CVE issues with these coders.
  
  Obtained from:	ImageMagick support forum
  Security:	CVE-2016-3714
  
  Approved by:	ports-secteam (with hat)

Added:
  branches/2016Q2/graphics/ImageMagick/files/
     - copied from r414562, head/graphics/ImageMagick/files/
  branches/2016Q2/graphics/ImageMagick7/files/
     - copied from r414562, head/graphics/ImageMagick7/files/
Modified:
  branches/2016Q2/graphics/ImageMagick/Makefile
  branches/2016Q2/graphics/ImageMagick7/Makefile
Directory Properties:
  branches/2016Q2/   (props changed)

Modified: branches/2016Q2/graphics/ImageMagick/Makefile
==============================================================================
--- branches/2016Q2/graphics/ImageMagick/Makefile	Tue May  3 21:52:32 2016	(r414562)
+++ branches/2016Q2/graphics/ImageMagick/Makefile	Tue May  3 21:55:09 2016	(r414563)
@@ -2,6 +2,7 @@
 
 PORTNAME=	ImageMagick
 DISTVERSION=	6.9.3-9
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	graphics perl5
 MASTER_SITES=	http://www.imagemagick.org/download/ \

Modified: branches/2016Q2/graphics/ImageMagick7/Makefile
==============================================================================
--- branches/2016Q2/graphics/ImageMagick7/Makefile	Tue May  3 21:52:32 2016	(r414562)
+++ branches/2016Q2/graphics/ImageMagick7/Makefile	Tue May  3 21:55:09 2016	(r414563)
@@ -2,6 +2,7 @@
 
 PORTNAME=	ImageMagick
 DISTVERSION=	7.0.1-0
+PORTREVISION=	1
 CATEGORIES=	graphics perl5
 MASTER_SITES=	http://www.imagemagick.org/download/ \
 		http://www.imagemagick.org/download/legacy/ \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605032155.u43LtAuZ001853>