[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: libx11: Update replacement to 1.7.1 [fixes CVE-2021-31535].
From: |
guix-commits |
Subject: |
04/06: gnu: libx11: Update replacement to 1.7.1 [fixes CVE-2021-31535]. |
Date: |
Sun, 23 May 2021 11:50:36 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit a9f84f93b45db712b3bd30943361a267cb85cf79
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun May 23 14:23:18 2021 +0200
gnu: libx11: Update replacement to 1.7.1 [fixes CVE-2021-31535].
* gnu/packages/xorg.scm (libx11/fixed): Update to 1.7.1.
---
gnu/packages/xorg.scm | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index dea4f8e..1b9dfed 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -11,7 +11,7 @@
;;; Copyright © 2016 Alex Kost <alezost@gmail.com>
;;; Copyright © 2016 David Craven <david@craven.ch>
;;; Copyright © 2016, 2017 John Darrington <jmd@gnu.org>
-;;; Copyright © 2017, 2018, 2019, 2020 Marius Bakke <mbakke@fastmail.com>
+;;; Copyright © 2017, 2018, 2019, 2020, 2021 Marius Bakke <marius@gnu.org>
;;; Copyright © 2017, 2018, 2019 Rutger Helling <rhelling@mykolab.com>
;;; Copyright © 2017, 2020 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr>
@@ -5523,17 +5523,14 @@ draggable titlebars and borders.")
(define-public libx11/fixed
(package
(inherit libx11)
- (version "1.6.12")
+ (version "1.7.1A")
(source
(origin
(method url-fetch)
- (uri (string-append
- "mirror://xorg/individual/lib/libX11-"
- version
- ".tar.bz2"))
+ (uri "mirror://xorg/individual/lib/libX11-1.7.1.tar.bz2")
(sha256
(base32
- "1ivfzl1qwk8zh7gc0m5vb58gdxz11jwg7w3d356w16j1d5s2427i"))))))
+ "0isxad59hvdwggbxqqjjjg3zmih9xiq4d9mdsnqbyb2nmbg46kp6"))))))
;; packages of height 5 in the propagated-inputs tree
- branch master updated (d49402a -> 4b08aad), guix-commits, 2021/05/23
- 01/06: gnu: squashfs-tools: Prepare for GCC 10., guix-commits, 2021/05/23
- 03/06: gnu: OpenSSL: Replace with 1.1.1k [fixes CVE-2021-3449 and CVE-2021-3450]., guix-commits, 2021/05/23
- 04/06: gnu: libx11: Update replacement to 1.7.1 [fixes CVE-2021-31535].,
guix-commits <=
- 02/06: gnu: Fix erroneous uses of 'package/inherit'., guix-commits, 2021/05/23
- 05/06: gnu: notmuch: Update to 0.32.1., guix-commits, 2021/05/23
- 06/06: doc: Correct spelling, guix-commits, 2021/05/23