svn commit: r414563 - in branches/2016Q2/graphics: ImageMagick ImageMagick/files ImageMagick7 ImageMagick7/files

Mark Felder feld at FreeBSD.org
Tue May 3 21:55:11 UTC 2016


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/ \


More information about the svn-ports-all mailing list