From owner-svn-ports-head@freebsd.org Tue May 3 21:52:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2425B2C134; Tue, 3 May 2016 21:52:33 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BDC791861; Tue, 3 May 2016 21:52:33 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u43LqW62001565; Tue, 3 May 2016 21:52:32 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u43LqWbr001559; Tue, 3 May 2016 21:52:32 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201605032152.u43LqWbr001559@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Tue, 3 May 2016 21:52:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414562 - in head/graphics: ImageMagick ImageMagick/files ImageMagick7 ImageMagick7/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2016 21:52:34 -0000 Author: kwm Date: Tue May 3 21:52:32 2016 New Revision: 414562 URL: https://svnweb.freebsd.org/changeset/ports/414562 Log: 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 Added: head/graphics/ImageMagick/files/ head/graphics/ImageMagick/files/patch-config_delegates.xml.in (contents, props changed) head/graphics/ImageMagick/files/patch-config_policy.xml (contents, props changed) head/graphics/ImageMagick7/files/ head/graphics/ImageMagick7/files/patch-config_delegates.xml.in (contents, props changed) head/graphics/ImageMagick7/files/patch-config_policy.xml (contents, props changed) Modified: head/graphics/ImageMagick/Makefile head/graphics/ImageMagick7/Makefile Modified: head/graphics/ImageMagick/Makefile ============================================================================== --- head/graphics/ImageMagick/Makefile Tue May 3 21:27:18 2016 (r414561) +++ head/graphics/ImageMagick/Makefile Tue May 3 21:52:32 2016 (r414562) @@ -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/ \ Added: head/graphics/ImageMagick/files/patch-config_delegates.xml.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/ImageMagick/files/patch-config_delegates.xml.in Tue May 3 21:52:32 2016 (r414562) @@ -0,0 +1,10 @@ +--- config/delegates.xml.in.orig 2016-05-03 23:36:18.581813000 +0200 ++++ config/delegates.xml.in 2016-05-03 23:36:26.858835000 +0200 +@@ -88,7 +88,6 @@ + + + +- + + + Added: head/graphics/ImageMagick/files/patch-config_policy.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/ImageMagick/files/patch-config_policy.xml Tue May 3 21:52:32 2016 (r414562) @@ -0,0 +1,12 @@ +--- config/policy.xml.orig 2016-05-03 23:18:45.652543000 +0200 ++++ config/policy.xml 2016-05-03 23:19:23.818471000 +0200 +@@ -58,4 +58,9 @@ + + + ++ ++ ++ ++ ++ + Modified: head/graphics/ImageMagick7/Makefile ============================================================================== --- head/graphics/ImageMagick7/Makefile Tue May 3 21:27:18 2016 (r414561) +++ head/graphics/ImageMagick7/Makefile Tue May 3 21:52:32 2016 (r414562) @@ -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/ \ Added: head/graphics/ImageMagick7/files/patch-config_delegates.xml.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/ImageMagick7/files/patch-config_delegates.xml.in Tue May 3 21:52:32 2016 (r414562) @@ -0,0 +1,10 @@ +--- config/delegates.xml.in.orig 2016-05-03 23:33:12.300197000 +0200 ++++ config/delegates.xml.in 2016-05-03 23:33:29.641438000 +0200 +@@ -90,7 +90,6 @@ + + + +- + + + Added: head/graphics/ImageMagick7/files/patch-config_policy.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/ImageMagick7/files/patch-config_policy.xml Tue May 3 21:52:32 2016 (r414562) @@ -0,0 +1,12 @@ +--- config/policy.xml.orig 2016-05-03 23:18:45.652543000 +0200 ++++ config/policy.xml 2016-05-03 23:19:23.818471000 +0200 +@@ -58,4 +58,9 @@ + + + ++ ++ ++ ++ ++ +