- also disable EPS coder in default policy.xml [bsc#1105592]

[bsc#1109976#c7]

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=387
This commit is contained in:
Petr Gajdos 2018-10-01 11:41:06 +00:00 committed by Git OBS Bridge
parent 935432ff65
commit deb734a862
2 changed files with 11 additions and 4 deletions

View File

@ -1,8 +1,8 @@
Index: ImageMagick-7.0.8-10/config/policy.xml Index: ImageMagick-7.0.8-12/config/policy.xml
=================================================================== ===================================================================
--- ImageMagick-7.0.8-10.orig/config/policy.xml 2018-08-13 13:05:28.000000000 +0200 --- ImageMagick-7.0.8-12.orig/config/policy.xml 2018-10-01 13:13:51.008702622 +0200
+++ ImageMagick-7.0.8-10/config/policy.xml 2018-08-22 12:24:40.219828953 +0200 +++ ImageMagick-7.0.8-12/config/policy.xml 2018-10-01 13:22:06.174722426 +0200
@@ -74,4 +74,20 @@ @@ -75,4 +75,21 @@
<!-- <policy domain="cache" name="memory-map" value="anonymous"/> --> <!-- <policy domain="cache" name="memory-map" value="anonymous"/> -->
<!-- <policy domain="cache" name="synchronize" value="True"/> --> <!-- <policy domain="cache" name="synchronize" value="True"/> -->
<!-- <policy domain="cache" name="shared-secret" value="passphrase" stealth="true"/> --> <!-- <policy domain="cache" name="shared-secret" value="passphrase" stealth="true"/> -->
@ -22,4 +22,5 @@ Index: ImageMagick-7.0.8-10/config/policy.xml
+ <policy domain="coder" rights="none" pattern="PS3" /> + <policy domain="coder" rights="none" pattern="PS3" />
+ <policy domain="coder" rights="none" pattern="PDF" /> + <policy domain="coder" rights="none" pattern="PDF" />
+ <policy domain="coder" rights="none" pattern="XPS" /> + <policy domain="coder" rights="none" pattern="XPS" />
+ <policy domain="coder" rights="none" pattern="EPS" />
</policymap> </policymap>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 1 11:14:23 UTC 2018 - Petr Gajdos <pgajdos@suse.com>
- also disable EPS coder in default policy.xml [bsc#1105592]
[bsc#1109976#c7]
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 24 07:57:34 UTC 2018 - Petr Gajdos <pgajdos@suse.com> Mon Sep 24 07:57:34 UTC 2018 - Petr Gajdos <pgajdos@suse.com>