gnu: Remove libjpeg@8d.
This version of ijg-libjpeg contains security vulnerabilities and is not used by any other package in Guix. * gnu/packages/image.scm (ijg-libjpeg-8): Remove variable.master
parent
b2dc793879
commit
03c0a7cd90
|
@ -398,16 +398,6 @@ lossless JPEG manipulations such as rotation, scaling or cropping:
|
|||
(license license:ijg)
|
||||
(home-page "https://www.ijg.org/")))
|
||||
|
||||
(define-public ijg-libjpeg-8
|
||||
(package (inherit ijg-libjpeg)
|
||||
(version "8d")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.ijg.org/files/jpegsrc.v"
|
||||
version ".tar.gz"))
|
||||
(sha256 (base32
|
||||
"1cz0dy05mgxqdgjf52p54yxpyy95rgl30cnazdrfmw7hfca9n0h0"))))))
|
||||
|
||||
(define-public libjxr
|
||||
(package
|
||||
(name "libjxr")
|
||||
|
|
Reference in New Issue