guix-commits
[Top][All Lists]
Advanced

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

10/14: gnu: libcroco: Update to 0.6.12.


From: Marius Bakke
Subject: 10/14: gnu: libcroco: Update to 0.6.12.
Date: Wed, 24 May 2017 16:12:46 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 15d34a18c33a349b6817ba21daaf1e369b5e0dd1
Author: Marius Bakke <address@hidden>
Date:   Wed May 24 19:50:26 2017 +0200

    gnu: libcroco: Update to 0.6.12.
    
    * gnu/packages/gnome.scm (libcroco/fixed): Remove variable.
    (libcroco): Update to 0.6.12.
    [source]: Use patches from LIBCROCO/FIXED.
    [replacement]: Remove field.
---
 gnu/packages/gnome.scm | 21 +++++----------------
 1 file changed, 5 insertions(+), 16 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2cf6f4e..c0f8392 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -949,16 +949,18 @@ the GNOME desktop environment.")
 (define-public libcroco
   (package
     (name "libcroco")
-    (replacement libcroco/fixed)
-    (version "0.6.11")
+    (version "0.6.12")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
                                   (version-major+minor version)  "/"
                                   name "-" version ".tar.xz"))
+              (patches
+                (search-patches "libcroco-CVE-2017-7960.patch"
+                                "libcroco-CVE-2017-7961.patch"))
               (sha256
                (base32
-                "0mm0wldbi40am5qn0nv7psisbg01k42rwzjxl3gv11l5jj554aqk"))))
+                "0q7qhi7z64i26zabg9dbs5706fa8pmzp1qhpa052id4zdiabbi6x"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))
@@ -977,19 +979,6 @@ XML/CSS rendering engine.")
     ;; LGPLv2.1-only.
     (license license:lgpl2.1)))
 
-(define libcroco/fixed
-  (package
-    (inherit libcroco)
-    (replacement #f)
-    (source
-      (origin
-        (inherit (package-source libcroco))
-        (patches
-          (append
-            (origin-patches (package-source libcroco))
-            (search-patches "libcroco-CVE-2017-7960.patch"
-                            "libcroco-CVE-2017-7961.patch")))))))
-
 (define-public libgsf
   (package
     (name "libgsf")



reply via email to

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