guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: address@hidden: Update to 1.5.3.


From: Marius Bakke
Subject: 01/05: gnu: address@hidden: Update to 1.5.3.
Date: Fri, 3 Nov 2017 19:10:04 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 1695bd788d25419bb8a37b8934095bef03c8daf7
Author: Marius Bakke <address@hidden>
Date:   Fri Nov 3 22:08:40 2017 +0100

    gnu: address@hidden: Update to 1.5.3.
    
    * gnu/packages/xorg.scm (libxfont): Update to 1.5.3.
    [source](patches): Remove.
---
 gnu/packages/xorg.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 5820b3d..6bce254 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4853,7 +4853,7 @@ an X Window System display.")
 (define-public libxfont
   (package
     (name "libxfont")
-    (version "1.5.2")
+    (version "1.5.3")
     (source
       (origin
         (method url-fetch)
@@ -4861,11 +4861,9 @@ an X Window System display.")
                "mirror://xorg/individual/lib/libXfont-"
                version
                ".tar.bz2"))
-        (patches (search-patches "libxfont-CVE-2017-13720.patch"
-                                 "libxfont-CVE-2017-13722.patch"))
         (sha256
           (base32
-            "0w8d07bkmjiarkx09579bl8zsq903mn8javc7qpi0ix4ink5x502"))))
+            "1l4k3i3xzqdmaszykh6bb2ah78p6c3z7fak7xzgq2d38s87w31db"))))
     (build-system gnu-build-system)
     (propagated-inputs
       `(("fontsproto" ,fontsproto)



reply via email to

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