guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: Remove libjpeg@8d.


From: guix-commits
Subject: 01/03: gnu: Remove libjpeg@8d.
Date: Mon, 3 Aug 2020 17:10:55 -0400 (EDT)

mhw pushed a commit to branch master
in repository guix.

commit 03c0a7cd900bb9380468ae7253446e838fbf6781
Author: Mark H Weaver <mhw@netris.org>
AuthorDate: Mon Aug 3 16:00:30 2020 -0400

    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.
---
 gnu/packages/image.scm | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index ac52317..e6fc798 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]