gnu: imagemagick: Update to 6.9.12-2 [security fixes].

* gnu/packages/imagemagick.scm (imagemagick/fixed): New variable.
(imagemagick)[replacement]: Graft.
This commit is contained in:
Léo Le Bouter 2021-03-09 23:02:51 +01:00
parent 6a38d580c7
commit 82e887ba48
No known key found for this signature in database
GPG key ID: 45A8B1E86BCD10A6

View file

@ -58,6 +58,7 @@ (define-public imagemagick
(sha256
(base32
"0m8nkmywkqwyrr01q7aiakj6mi4rb2psjgzv8n0x82x3s1rpfyql"))))
(replacement imagemagick/fixed)
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--with-frozenpaths" "--without-gcc-arch"
@ -126,6 +127,18 @@ (define-public imagemagick
text, lines, polygons, ellipses and Bézier curves.")
(license (license:fsf-free "http://www.imagemagick.org/script/license.php"))))
(define-public imagemagick/fixed
(package
(inherit imagemagick)
(version "6.9.12-2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://imagemagick/ImageMagick-"
version ".tar.xz"))
(sha256
(base32
"17da5zihz58qm41y61sbvw626m5xfwr2nzszlikrvxyq1j1q7asa"))))))
(define-public perl-image-magick
(package
(name "perl-image-magick")