]> git.pld-linux.org Git - packages/ImageMagick.git/commitdiff
CVE-2016-5118 fix
authorElan Ruusamäe <glen@delfi.ee>
Fri, 3 Jun 2016 07:56:21 +0000 (10:56 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 3 Jun 2016 07:56:21 +0000 (10:56 +0300)
ImageMagick.spec
config.patch

index 7c577e20d1f98f9693f715c52a220bf3d44769ad..c321d73836cf1f5106fa3e207cd32f03bc6c7e9b 100644 (file)
@@ -33,7 +33,7 @@ Summary(tr.UTF-8):    X altında resim gösterme, çevirme ve değişiklik yapma
 Summary(uk.UTF-8):     Перегляд, конвертування та обробка зображень під X Window
 Name:          ImageMagick
 Version:       %{ver}%{?pver:.%{pver}}
-Release:       3
+Release:       4
 Epoch:         1
 License:       Apache-like
 Group:         X11/Applications/Graphics
index 36d4eab13c7914acb8d9563a8d82ec69009979e6..16a1e2fa6257c39fe253856cd14997b767ebf106 100644 (file)
@@ -1,6 +1,6 @@
 --- ImageMagick-6.9.4-1/config/policy.xml      2016-05-09 20:28:58.000000000 +0300
 +++ ImageMagick-6.9.4-1/config/policy.xml.new  2016-05-26 17:37:36.934136236 +0300
-@@ -61,7 +57,16 @@
+@@ -61,7 +57,18 @@
    <!-- <policy domain="resource" name="throttle" value="0"/> -->
    <!-- <policy domain="resource" name="time" value="3600"/> -->
    <!-- <policy domain="system" name="precision" value="6"/> -->
@@ -17,5 +17,7 @@
 +  <policy domain="coder" rights="none" pattern="SHOW" />
 +  <policy domain="coder" rights="none" pattern="WIN" />
 +  <policy domain="coder" rights="none" pattern="PLT" />
++  <policy domain="path" rights="none" pattern="@*" />
++  <policy domain="path" rights="none" pattern="|*" />
    <policy domain="cache" name="shared-secret" value="passphrase"/>
  </policymap>
This page took 0.120921 seconds and 4 git commands to generate.