guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: libx11: Update to 1.6.12 [fixes CVE-2020-143


From: guix-commits
Subject: branch master updated: gnu: libx11: Update to 1.6.12 [fixes CVE-2020-14363].
Date: Wed, 10 Mar 2021 23:27:39 -0500

This is an automated email from the git hooks/post-receive script.

lle_bout pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 826428a  gnu: libx11: Update to 1.6.12 [fixes CVE-2020-14363].
826428a is described below

commit 826428ab5bd347954ee6be70a6a6596000f8583e
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Thu Mar 11 05:25:43 2021 +0100

    gnu: libx11: Update to 1.6.12 [fixes CVE-2020-14363].
    
    * gnu/packages/xorg.scm (libx11/fixed): New variable.
    (libx11)[replacement]: Graft.
---
 gnu/packages/xorg.scm | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 92ae6a8..3f16f2c 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5468,6 +5468,7 @@ draggable titlebars and borders.")
         (sha256
           (base32
             "09k2pqmqbn2m1bpgl7jfxyqxaaxsnzbnp2bp8ycmqldqi5ln4j5g"))))
+    (replacement libx11/fixed)
     (build-system gnu-build-system)
     (outputs '("out"
                "doc"))                            ;8 MiB of man pages + XML
@@ -5495,6 +5496,21 @@ draggable titlebars and borders.")
     (description "Xorg Core X11 protocol client library.")
     (license license:x11)))
 
+(define-public libx11/fixed
+  (package
+    (inherit libx11)
+    (version "1.6.12")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (string-append
+               "mirror://xorg/individual/lib/libX11-"
+               version
+               ".tar.bz2"))
+        (sha256
+          (base32
+            "1ivfzl1qwk8zh7gc0m5vb58gdxz11jwg7w3d356w16j1d5s2427i"))))))
+
 ;; packages of height 5 in the propagated-inputs tree
 
 (define-public libxcursor



reply via email to

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