imagemagick: 6.9.3-9 -> 6.9.5-2 (#16958)

This commit is contained in:
Ram Kromberg 2016-07-18 07:12:17 +03:00 committed by Franz Pletz
parent 08fe395074
commit 9ff51cc3c4
2 changed files with 8 additions and 15 deletions

View File

@ -11,7 +11,7 @@ let
else throw "ImageMagick is not supported on this platform."; else throw "ImageMagick is not supported on this platform.";
cfg = { cfg = {
version = "6.9.3-9"; version = "6.9.5-2";
sha256 = "0q19jgn1iv7zqrw8ibxp4z57iihrc9kyb09k2wnspcacs6vrvinf"; sha256 = "0q19jgn1iv7zqrw8ibxp4z57iihrc9kyb09k2wnspcacs6vrvinf";
patches = []; patches = [];
} }
@ -23,7 +23,7 @@ let
name = "mingw-build.patch"; name = "mingw-build.patch";
url = "https://raw.githubusercontent.com/Alexpux/MINGW-packages/" url = "https://raw.githubusercontent.com/Alexpux/MINGW-packages/"
+ "01ca03b2a4ef/mingw-w64-imagemagick/002-build-fixes.patch"; + "01ca03b2a4ef/mingw-w64-imagemagick/002-build-fixes.patch";
sha256 = "1pypszlcx2sf7wfi4p37w1y58ck2r8cd5b2wrrwr9rh87p7fy1c0"; sha256 = "09h3rpr1jnzd7ipy5d16r2gi0bwg4hk5khwzv4cyhv1xzs8pk7pj";
})]; })];
}; };
in in

View File

@ -1,15 +1,8 @@
diff --git a/config/policy.xml b/config/policy.xml
index ca3b022..b058c05 100644
--- a/config/policy.xml --- a/config/policy.xml
+++ b/config/policy.xml +++ b/config/policy.xml
@@ -58,4 +58,10 @@ 67a68,72
<!-- <policy domain="resource" name="time" value="3600"/> --> > <policy domain="coder" rights="none" pattern="EPHEMERAL" />
<!-- <policy domain="system" name="precision" value="6"/> --> > <policy domain="coder" rights="none" pattern="URL" />
<policy domain="cache" name="shared-secret" value="passphrase"/> > <policy domain="coder" rights="none" pattern="HTTPS" />
+ > <policy domain="coder" rights="none" pattern="MVG" />
+ <policy domain="coder" rights="none" pattern="EPHEMERAL" /> > <policy domain="coder" rights="none" pattern="MSL" />
+ <policy domain="coder" rights="none" pattern="URL" />
+ <policy domain="coder" rights="none" pattern="HTTPS" />
+ <policy domain="coder" rights="none" pattern="MVG" />
+ <policy domain="coder" rights="none" pattern="MSL" />
</policymap>