- modified patches

% ImageMagick-configuration-SUSE.patch (refreshed)

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=531
This commit is contained in:
Petr Gajdos 2020-11-03 09:40:17 +00:00 committed by Git OBS Bridge
parent 5943ccaeed
commit 564fe39d8b
2 changed files with 7 additions and 7 deletions

View File

@ -1,11 +1,9 @@
Index: policy.xml
===================================================================
--- policy.xml 2018-10-01 13:13:51.008702622 +0200
+++ policy.xml 2018-10-01 13:22:06.174722426 +0200
@@ -75,4 +75,23 @@
<!-- <policy domain="cache" name="memory-map" value="anonymous"/> -->
<!-- <policy domain="cache" name="synchronize" value="True"/> -->
--- policy.xml.orig 2020-11-03 10:34:55.594926720 +0100
+++ policy.xml 2020-11-03 10:35:36.895153783 +0100
@@ -74,4 +74,23 @@
<!-- <policy domain="cache" name="shared-secret" value="passphrase" stealth="true"/> -->
<!-- <policy domain="system" name="shred" value="2"/> -->
<!-- <policy domain="system" name="precision" value="6"/> -->
+ <!-- Disable insecure coders by default -->
+ <!-- https://bugzilla.suse.com/show_bug.cgi?id=978061 -->
+ <policy domain="coder" rights="none" pattern="EPHEMERAL" />

View File

@ -5,6 +5,8 @@ Tue Nov 3 09:24:54 UTC 2020 - pgajdos@suse.com
* Prefer ffmpeg over avconv.
* Support median image statistic and median property.
* Add -extend option to {display,animate,import}.
- modified patches
% ImageMagick-configuration-SUSE.patch (refreshed)
-------------------------------------------------------------------
Tue Oct 13 06:36:49 UTC 2020 - pgajdos@suse.com