Date: Sun, 15 May 2016 19:12:35 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r415279 - in branches/2016Q2/graphics/ImageMagick: . files Message-ID: <201605151912.u4FJCZjs053833@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Sun May 15 19:12:35 2016 New Revision: 415279 URL: https://svnweb.freebsd.org/changeset/ports/415279 Log: MFH: r415107 Update ImageMagick to 6.9.4.1. Remove the delegate patch since it done in IM now. Security: 82b702e0-1907-11e6-857b-00221503d280 Approved by: ports-secteam (feld@) Deleted: branches/2016Q2/graphics/ImageMagick/files/patch-config_delegates.xml.in Modified: branches/2016Q2/graphics/ImageMagick/Makefile branches/2016Q2/graphics/ImageMagick/distinfo branches/2016Q2/graphics/ImageMagick/files/patch-config_policy.xml Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/graphics/ImageMagick/Makefile ============================================================================== --- branches/2016Q2/graphics/ImageMagick/Makefile Sun May 15 18:43:43 2016 (r415278) +++ branches/2016Q2/graphics/ImageMagick/Makefile Sun May 15 19:12:35 2016 (r415279) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ImageMagick -DISTVERSION= 6.9.3-9 -PORTREVISION= 1 +DISTVERSION= 6.9.4-1 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ Modified: branches/2016Q2/graphics/ImageMagick/distinfo ============================================================================== --- branches/2016Q2/graphics/ImageMagick/distinfo Sun May 15 18:43:43 2016 (r415278) +++ branches/2016Q2/graphics/ImageMagick/distinfo Sun May 15 19:12:35 2016 (r415279) @@ -1,2 +1,2 @@ -SHA256 (ImageMagick-6.9.3-9.tar.xz) = cec69db7d14cb1ab2d173381e5676219c678ca27b7af8878c6ffec18ec932960 -SIZE (ImageMagick-6.9.3-9.tar.xz) = 8777400 +SHA256 (ImageMagick-6.9.4-1.tar.xz) = 2ea0fef839cd5d6f134502b7cf7ee0e57a3f230b19771515d4aa44354f4c6b3b +SIZE (ImageMagick-6.9.4-1.tar.xz) = 8789688 Modified: branches/2016Q2/graphics/ImageMagick/files/patch-config_policy.xml ============================================================================== --- branches/2016Q2/graphics/ImageMagick/files/patch-config_policy.xml Sun May 15 18:43:43 2016 (r415278) +++ branches/2016Q2/graphics/ImageMagick/files/patch-config_policy.xml Sun May 15 19:12:35 2016 (r415279) @@ -1,8 +1,8 @@ ---- 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 @@ - <!-- <policy domain="resource" name="time" value="3600"/> --> - <!-- <policy domain="system" name="precision" value="6"/> --> +--- config/policy.xml.orig 2016-05-09 19:28:58.000000000 +0200 ++++ config/policy.xml 2016-05-10 17:44:26.720503000 +0200 +@@ -64,4 +64,9 @@ + <!-- <policy domain="coder" rights="none" pattern="HTTPS" /> --> + <!-- <policy domain="path" rights="none" pattern="@*" /> --> <policy domain="cache" name="shared-secret" value="passphrase"/> + <policy domain="coder" rights="none" pattern="EPHEMERAL" /> + <policy domain="coder" rights="none" pattern="URL" />
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605151912.u4FJCZjs053833>