GNU bug report logs -
#74248
[PATCH 0/3] Update xorg-server and xwayland for CVE-2024-9632.
Previous Next
Full log
Message #11 received at 74248 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/xorg.scm (xorgproto-next): New variable.
Change-Id: Ib546f911c717611a1dbe10ef6f02e47e00e88a51
---
gnu/packages/xorg.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 1c5201a836..97a2d8a78a 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -264,6 +264,28 @@ (define-public xorgproto
the core protocol and (many) extensions for the X Window System.")
(license license:x11)))
+(define-public xorgproto-next
+ (package
+ (name "xorgproto")
+ (version "2024.1")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://xorg/individual/proto"
+ "/xorgproto-" version ".tar.xz"))
+ (sha256
+ (base32
+ "0nfbbi4j130m2gxzp20hp642xizbbl68jpbzahiq8nw183yja8ip"))))
+ (build-system gnu-build-system)
+ (propagated-inputs
+ ;; To get util-macros in (almost?) all package inputs.
+ (list util-macros))
+ (home-page "https://cgit.freedesktop.org/xorg/proto/xorgproto")
+ (synopsis "Xorg protocol headers")
+ (description
+ "This package provides the headers and specification documents defining
+the core protocol and (many) extensions for the X Window System.")
+ (license license:x11)))
+
(define-public bigreqsproto
(package
(name "bigreqsproto")
--
2.46.0
This bug report was last modified 175 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.