guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: libxcursor: Remove graft for 1.1.15.


From: Marius Bakke
Subject: 06/06: gnu: libxcursor: Remove graft for 1.1.15.
Date: Tue, 5 Dec 2017 17:51:49 -0500 (EST)

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

commit fa9fcd35bb1866db94679564552f9867c867f5f2
Author: Marius Bakke <address@hidden>
Date:   Tue Dec 5 23:49:56 2017 +0100

    gnu: libxcursor: Remove graft for 1.1.15.
    
    * gnu/packages/xorg.scm (libxcursor): Update to 1.1.5.
    (libxcursor-1.1.15): Remove variable.
---
 gnu/packages/xorg.scm | 18 ++----------------
 1 file changed, 2 insertions(+), 16 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 83f2823..4ed2c01 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5296,8 +5296,7 @@ draggable titlebars and borders.")
 (define-public libxcursor
   (package
     (name "libxcursor")
-    (version "1.1.14")
-    (replacement libxcursor-1.1.15)
+    (version "1.1.15")
     (source
       (origin
         (method url-fetch)
@@ -5307,7 +5306,7 @@ draggable titlebars and borders.")
                ".tar.bz2"))
         (sha256
           (base32
-            "1prkdicl5y5yx32h1azh6gjfbijvjp415javv8dsakd13jrarilv"))))
+            "0syzlfvh29037p0vnlc8f3jxz8nl55k65blswsakklkwsc6nfki9"))))
     (build-system gnu-build-system)
     (propagated-inputs
       `(("libx11" ,libx11)
@@ -5330,19 +5329,6 @@ draggable titlebars and borders.")
     (description "Xorg Cursor management library.")
     (license license:x11)))
 
-;; For CVE-2017-16612.
-(define-public libxcursor-1.1.15
-  (package
-    (inherit libxcursor)
-    (version "1.1.15")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "mirror://xorg/individual/lib/libXcursor-"
-                                  version ".tar.bz2"))
-              (sha256
-               (base32
-                "0syzlfvh29037p0vnlc8f3jxz8nl55k65blswsakklkwsc6nfki9"))))))
-
 (define-public libxt
   (package
     (name "libxt")



reply via email to

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