guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: imagemagick: Update to 6.9.6-2 [Fixes CVE-2016-{7799, 7906}]


From: Mark H. Weaver
Subject: 01/01: gnu: imagemagick: Update to 6.9.6-2 [Fixes CVE-2016-{7799, 7906}].
Date: Thu, 13 Oct 2016 08:30:16 +0000 (UTC)

mhw pushed a commit to branch master
in repository guix.

commit 59929e98498f471e2d385d00cb6f0fae468fd320
Author: Mark H Weaver <address@hidden>
Date:   Thu Oct 13 04:27:11 2016 -0400

    gnu: imagemagick: Update to 6.9.6-2 [Fixes CVE-2016-{7799,7906}].
    
    * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.6-2.
---
 gnu/packages/imagemagick.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/imagemagick.scm b/gnu/packages/imagemagick.scm
index 75427a4..5a2ba95 100644
--- a/gnu/packages/imagemagick.scm
+++ b/gnu/packages/imagemagick.scm
@@ -41,14 +41,14 @@
 (define-public imagemagick
   (package
     (name "imagemagick")
-    (version "6.9.5-10")
+    (version "6.9.6-2")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://imagemagick/ImageMagick-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "0cxjzqzca80vf6sfx4z9zq4wq2w0vy9ajp9kf88jb4na8mwsn198"))))
+               "139h9lycxw3lszn052m34xm0rqyanin4nb529vxjcrkkzqilh91r"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--with-frozenpaths" "--without-gcc-arch")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]