[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/25: gnu: xorg-server: Remove graft for 1.20.9.
From: |
guix-commits |
Subject: |
18/25: gnu: xorg-server: Remove graft for 1.20.9. |
Date: |
Tue, 13 Oct 2020 17:50:13 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit 8008ef29f2f13d998e82bbc5bb66f8489321ae85
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Oct 11 16:41:52 2020 +0200
gnu: xorg-server: Remove graft for 1.20.9.
* gnu/packages/xorg.scm (xorg-server): Update to 1.20.9.
[replacement]: Remove.
(xorg-server/fixed): 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 6faf7a5..31f6c03 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5309,8 +5309,7 @@ over Xlib, including:
(define-public xorg-server
(package
(name "xorg-server")
- (version "1.20.8")
- (replacement xorg-server/fixed)
+ (version "1.20.9")
(source
(origin
(method url-fetch)
@@ -5318,7 +5317,7 @@ over Xlib, including:
"xorg-server-" version ".tar.bz2"))
(sha256
(base32
- "0ih15m7gh1z1ly6z7g82bkni719yisqmbk61a1wgp82bxrmn8yyi"))
+ "0w9mrnffvjgmwi50kln15i8rpdskxv97r78l75wlcmg4vzhg46g2"))
(patches
(list
;; See:
@@ -5434,19 +5433,6 @@ communicates with the user via graphical controls such
as buttons and
draggable titlebars and borders.")
(license license:x11)))
-(define xorg-server/fixed ; security fixes
- (package
- (inherit xorg-server)
- (version "1.20.9")
- (source
- (origin
- (inherit (package-source xorg-server))
- (uri (string-append "mirror://xorg/individual/xserver/"
- "xorg-server-" version ".tar.bz2"))
- (sha256
- (base32
- "0w9mrnffvjgmwi50kln15i8rpdskxv97r78l75wlcmg4vzhg46g2"))))))
-
;; This package is intended to be used when building GTK+.
;; Note: It's currently marked as "hidden" to avoid having two non-eq?
;; packages with the same name and version.
- branch staging updated (2b6ecdf -> 069ddd9), guix-commits, 2020/10/13
- 01/25: Merge branch 'master' into staging, guix-commits, 2020/10/13
- 05/25: gnu: NSPR: Update to 4.29., guix-commits, 2020/10/13
- 04/25: gnu: mesa: Update to 20.1.9., guix-commits, 2020/10/13
- 06/25: gnu: nss, nss-certs: Update to 3.57., guix-commits, 2020/10/13
- 09/25: gnu: unixodbc: Update to 2.3.9., guix-commits, 2020/10/13
- 08/25: gnu: check: Update to 0.15.2., guix-commits, 2020/10/13
- 16/25: gnu: libxkbcommon: Update to 1.0.1., guix-commits, 2020/10/13
- 22/25: gnu: libcap: Update to 2.44., guix-commits, 2020/10/13
- 18/25: gnu: xorg-server: Remove graft for 1.20.9.,
guix-commits <=
- 20/25: gnu: gstreamer: Update to 1.18.0., guix-commits, 2020/10/13
- 21/25: gnu: libcap: Make 'libcap/next' the default libcap., guix-commits, 2020/10/13
- 02/25: gnu: MariaDB: Update to 10.5.6., guix-commits, 2020/10/13
- 03/25: gnu: MariaDB: Skip replication tests., guix-commits, 2020/10/13
- 10/25: gnu: libinput: Update to 1.16.2., guix-commits, 2020/10/13
- 07/25: gnu: tzdata: Update to 2020b., guix-commits, 2020/10/13
- 11/25: gnu: elogind: Update to 243.7., guix-commits, 2020/10/13
- 12/25: gnu: GTK+: Update to 3.24.3., guix-commits, 2020/10/13
- 13/25: gnu: ImageMagick: Update to 6.9.11-34., guix-commits, 2020/10/13
- 14/25: gnu: python-cryptography: Update to 3.1.1., guix-commits, 2020/10/13