mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 03:51:53 +02:00
gnu: imagemagick: Fix CVE-2020-27829.
* gnu/packages/patches/imagemagick-CVE-2020-27829.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/imagemagick.scm (source): Add patch.
This commit is contained in:
@@ -155,7 +155,9 @@ text, lines, polygons, ellipses and Bézier curves.")
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1pkwij76yz7vd5grl6520pgpa912qb6kh34qamx4zfndwcx6cf6b"))))))
|
||||
"1pkwij76yz7vd5grl6520pgpa912qb6kh34qamx4zfndwcx6cf6b"))
|
||||
(patches
|
||||
(search-patches "imagemagick-CVE-2020-27829.patch"))))))
|
||||
|
||||
(define-public perl-image-magick
|
||||
(package
|
||||
|
||||
Reference in New Issue
Block a user