guix-commits
[Top][All Lists]
Advanced

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

09/09: gnu: lcms: Incorporate grafted patch.


From: Leo Famulari
Subject: 09/09: gnu: lcms: Incorporate grafted patch.
Date: Wed, 25 Jan 2017 18:23:51 +0000 (UTC)

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

commit 4158b1d1231b5c276022e0139a4050c174bd3997
Author: Leo Famulari <address@hidden>
Date:   Wed Jan 25 13:06:32 2017 -0500

    gnu: lcms: Incorporate grafted patch.
    
    * gnu/packages/ghostscript.scm (lcms)[replacement]: Remove field.
    [source]: Add patch 'lcms-fix-out-of-bounds-read.patch'.
    (lcms/fixed): Remove variable.
---
 gnu/packages/ghostscript.scm |   10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm
index 7c217d9..dcbed69 100644
--- a/gnu/packages/ghostscript.scm
+++ b/gnu/packages/ghostscript.scm
@@ -39,12 +39,12 @@
 (define-public lcms
   (package
    (name "lcms")
-   (replacement lcms/fixed)
    (version "2.6")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://sourceforge/lcms/lcms/" version
                                 "/lcms2-" version ".tar.gz"))
+            (patches (search-patches "lcms-fix-out-of-bounds-read.patch"))
             (sha256 (base32
                      "1c8lgq8gfs3nyplvbx9k8wzfj6r2bqi3f611vb1m8z3476454wji"))))
    (build-system gnu-build-system)
@@ -59,14 +59,6 @@ Consortium standard (ICC), approved as ISO 15076-1.")
    (license license:x11)
    (home-page "http://www.littlecms.com/";)))
 
-(define lcms/fixed
-  (package
-    (inherit lcms)
-    (source
-      (origin
-        (inherit (package-source lcms))
-        (patches (search-patches "lcms-fix-out-of-bounds-read.patch"))))))
-
 (define-public libpaper
   (package
    (name "libpaper")



reply via email to

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