Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 May 2016 19:14:02 +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: r415280 - in branches/2016Q2/graphics/ImageMagick7: . files
Message-ID:  <201605151914.u4FJE2dK054066@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Sun May 15 19:14:02 2016
New Revision: 415280
URL: https://svnweb.freebsd.org/changeset/ports/415280

Log:
  MFH: r415108
  
  Update ImageMagick7 to 7.0.1.3.
  
  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/ImageMagick7/files/patch-config_delegates.xml.in
Modified:
  branches/2016Q2/graphics/ImageMagick7/Makefile
  branches/2016Q2/graphics/ImageMagick7/distinfo
  branches/2016Q2/graphics/ImageMagick7/files/patch-config_policy.xml
Directory Properties:
  branches/2016Q2/   (props changed)

Modified: branches/2016Q2/graphics/ImageMagick7/Makefile
==============================================================================
--- branches/2016Q2/graphics/ImageMagick7/Makefile	Sun May 15 19:12:35 2016	(r415279)
+++ branches/2016Q2/graphics/ImageMagick7/Makefile	Sun May 15 19:14:02 2016	(r415280)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ImageMagick
-DISTVERSION=	7.0.1-0
-PORTREVISION=	1
+DISTVERSION=	7.0.1-3
 CATEGORIES=	graphics perl5
 MASTER_SITES=	http://www.imagemagick.org/download/ \
 		http://www.imagemagick.org/download/legacy/ \

Modified: branches/2016Q2/graphics/ImageMagick7/distinfo
==============================================================================
--- branches/2016Q2/graphics/ImageMagick7/distinfo	Sun May 15 19:12:35 2016	(r415279)
+++ branches/2016Q2/graphics/ImageMagick7/distinfo	Sun May 15 19:14:02 2016	(r415280)
@@ -1,2 +1,2 @@
-SHA256 (ImageMagick-7.0.1-0.tar.xz) = bd15aaef2aa2393b3d62b821f5752d5f4066a90d3b0d9259d93217ad47c056d9
-SIZE (ImageMagick-7.0.1-0.tar.xz) = 8288172
+SHA256 (ImageMagick-7.0.1-3.tar.xz) = 4f5a39f145bb0326f811e0826a9216b8c449ee4485550aa8c2e7cfdaf26f08a0
+SIZE (ImageMagick-7.0.1-3.tar.xz) = 8286332

Modified: branches/2016Q2/graphics/ImageMagick7/files/patch-config_policy.xml
==============================================================================
--- branches/2016Q2/graphics/ImageMagick7/files/patch-config_policy.xml	Sun May 15 19:12:35 2016	(r415279)
+++ branches/2016Q2/graphics/ImageMagick7/files/patch-config_policy.xml	Sun May 15 19:14:02 2016	(r415280)
@@ -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?201605151914.u4FJE2dK054066>