mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: imagemagick: Fix CVE-2016-5118.
* gnu/packages/patches/imagemagick-CVE-2016-5118.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/imagemagick.scm (imagemagick): Use it.
This commit is contained in:
parent
4d93a76138
commit
e88eb07110
3 changed files with 31 additions and 0 deletions
|
@ -46,6 +46,7 @@
|
|||
(method url-fetch)
|
||||
(uri (string-append "mirror://imagemagick/ImageMagick-"
|
||||
version ".tar.xz"))
|
||||
(patches (search-patches "imagemagick-CVE-2016-5118.patch"))
|
||||
(sha256
|
||||
(base32
|
||||
"0niwa7ci50865x1h6qffz1q6i2ph2l5ym7bhcg5kdnvi4f75p9ir"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue