guix-commits
[Top][All Lists]
Advanced

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

12/18: gnu: libcroco: Absorb grafted replacement.


From: guix-commits
Subject: 12/18: gnu: libcroco: Absorb grafted replacement.
Date: Fri, 12 Mar 2021 15:06:42 -0500 (EST)

lfam pushed a commit to branch wip-next-release
in repository guix.

commit a77364d994482dbfb571dfce025eb0b5bb9dfd4a
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Fri Mar 12 13:35:04 2021 -0500

    gnu: libcroco: Absorb grafted replacement.
    
    * gnu/packages/gnome.scm (libcroco)[source]: Use 
libcroco-CVE-2020-12825.patch.
    [replacement]: Remove field.
    (libcroco/fixed): Remove variable.
---
 gnu/packages/gnome.scm | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d2881db..56c65d6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3224,10 +3224,10 @@ the GNOME desktop environment.")
               (uri (string-append "mirror://gnome/sources/" name "/"
                                   (version-major+minor version)  "/"
                                   name "-" version ".tar.xz"))
+              (patches (search-patches "libcroco-CVE-2020-12825.patch"))
               (sha256
                (base32
                 "1m110rbj5d2raxcdp4iz0qp172284945awrsbdlq99ksmqsc4zkn"))))
-    (replacement libcroco/fixed)
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))
@@ -3246,21 +3246,6 @@ XML/CSS rendering engine.")
     ;; LGPLv2.1-only.
     (license license:lgpl2.1)))
 
-(define-public libcroco/fixed
-  (package
-    (inherit libcroco)
-    (name "libcroco")
-    (version "0.6.13")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "mirror://gnome/sources/" name "/"
-                                  (version-major+minor version)  "/"
-                                  name "-" version ".tar.xz"))
-              (sha256
-               (base32
-                "1m110rbj5d2raxcdp4iz0qp172284945awrsbdlq99ksmqsc4zkn"))
-              (patches (search-patches "libcroco-CVE-2020-12825.patch"))))))
-
 (define-public libgsf
   (package
     (name "libgsf")



reply via email to

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