guix-commits
[Top][All Lists]
Advanced

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

03/17: gnu: lcms: Incorporate grafted changes.


From: guix-commits
Subject: 03/17: gnu: lcms: Incorporate grafted changes.
Date: Wed, 1 May 2019 18:40:32 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 50943b4878623f17c688766b8ff72d9f3ce7ffb0
Author: Marius Bakke <address@hidden>
Date:   Mon Apr 8 01:14:20 2019 +0200

    gnu: lcms: Incorporate grafted changes.
    
    * gnu/packages/ghostscript.scm (lcms)[replacement]: Remove.
    [source](patches): New field.
    (lcms/fixed): Remove variable.
---
 gnu/packages/ghostscript.scm | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm
index 53a9b60..f724fe3 100644
--- a/gnu/packages/ghostscript.scm
+++ b/gnu/packages/ghostscript.scm
@@ -47,12 +47,13 @@
 (define-public lcms
   (package
    (name "lcms")
-   (replacement lcms/fixed)
    (version "2.9")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://sourceforge/lcms/lcms/" version
                                 "/lcms2-" version ".tar.gz"))
+
+            (patches (search-patches "lcms-CVE-2018-16435.patch"))
             (sha256 (base32
                      "083xisy6z01zhm7p7rgk4bx9d6zlr8l20qkfv1g29ylnhgwzvij8"))))
    (build-system gnu-build-system)
@@ -68,14 +69,6 @@ Consortium standard (ICC), approved as ISO 15076-1.")
    (home-page "http://www.littlecms.com/";)
    (properties '((cpe-name . "little_cms_color_engine")))))
 
-(define lcms/fixed
-  (package
-    (inherit lcms)
-    (source
-      (origin
-        (inherit (package-source lcms))
-        (patches (search-patches "lcms-CVE-2018-16435.patch"))))))
-
 (define-public libpaper
   (package
    (name "libpaper")



reply via email to

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