me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.6-2.
master
Mark H Weaver 2016-10-13 04:27:11 -04:00
parent ab8536e4a8
commit 59929e9849
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 2 deletions

View File

@ -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")