Update to 6.9.5-3 This release fixes a bug in the previous version which makes it impossible to use the Rails Paperclip gem: https://github.com/ImageMagick/ImageMagick/issues/214 OBS-URL: https://build.opensuse.org/request/show/415795 OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=261
19 lines
1002 B
Diff
19 lines
1002 B
Diff
--- config/policy.xml.orig 2016-07-29 11:23:54.608603779 +0200
|
|
+++ config/policy.xml 2016-07-29 11:27:20.327153334 +0200
|
|
@@ -65,4 +65,15 @@
|
|
<!-- <policy domain="delegate" rights="none" pattern="HTTPS" /> -->
|
|
<!-- <policy domain="path" rights="none" pattern="@*"/> -->
|
|
<policy domain="cache" name="shared-secret" value="passphrase" stealth="true"/>
|
|
+ <!-- Disable insecure coders by default -->
|
|
+ <!-- https://bugzilla.suse.com/show_bug.cgi?id=978061 -->
|
|
+ <policy domain="coder" rights="none" pattern="EPHEMERAL" />
|
|
+ <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" />
|
|
+ <policy domain="coder" rights="none" pattern="TEXT" />
|
|
+ <policy domain="coder" rights="none" pattern="SHOW" />
|
|
+ <policy domain="coder" rights="none" pattern="WIN" />
|
|
+ <policy domain="coder" rights="none" pattern="PLT" />
|
|
</policymap>
|