Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 May 2016 12:57:03 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415108 - in head/graphics/ImageMagick7: . files
Message-ID:  <201605131257.u4DCv3th047129@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Fri May 13 12:57:03 2016
New Revision: 415108
URL: https://svnweb.freebsd.org/changeset/ports/415108

Log:
  Update ImageMagick7 to 7.0.1.3.
  
  Remove the delegate patch since it done in IM now.
  
  MFH:		2016Q2
  Security:	82b702e0-1907-11e6-857b-00221503d280

Deleted:
  head/graphics/ImageMagick7/files/patch-config_delegates.xml.in
Modified:
  head/graphics/ImageMagick7/Makefile
  head/graphics/ImageMagick7/distinfo
  head/graphics/ImageMagick7/files/patch-config_policy.xml

Modified: head/graphics/ImageMagick7/Makefile
==============================================================================
--- head/graphics/ImageMagick7/Makefile	Fri May 13 12:56:23 2016	(r415107)
+++ head/graphics/ImageMagick7/Makefile	Fri May 13 12:57:03 2016	(r415108)
@@ -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: head/graphics/ImageMagick7/distinfo
==============================================================================
--- head/graphics/ImageMagick7/distinfo	Fri May 13 12:56:23 2016	(r415107)
+++ head/graphics/ImageMagick7/distinfo	Fri May 13 12:57:03 2016	(r415108)
@@ -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: head/graphics/ImageMagick7/files/patch-config_policy.xml
==============================================================================
--- head/graphics/ImageMagick7/files/patch-config_policy.xml	Fri May 13 12:56:23 2016	(r415107)
+++ head/graphics/ImageMagick7/files/patch-config_policy.xml	Fri May 13 12:57:03 2016	(r415108)
@@ -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?201605131257.u4DCv3th047129>