me
/
guix
Archived
1
0
Fork 0

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
Mark H Weaver 2020-08-03 16:00:30 -04:00
parent b2dc793879
commit 03c0a7cd90
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 0 additions and 10 deletions

View File

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