[PATCH] gnu: libdrm: Update to 2.4.114

  • Done
  • quality assurance status badge
Details
3 participants
  • Andy Tai
  • kiasoc5
  • Andy Tai
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 2 years ago
(address . guix-patches@gnu.org)
CAJsg1E8x5vAFJeV4XyjmoKeKT0ELnvO2hQA9TC1WOzX2sffBSQ@mail.gmail.com

From 6b02f2cb5988497927c6475fd48010141361aa6a Mon Sep 17 00:00:00 2001
From: andy Tai <atai@atai.org>
Date: Thu, 10 Nov 2022 08:12:28 -0800
Subject: [PATCH] gnu: libdrm: Update to 2.4.114

* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.114
---
gnu/packages/xdisorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 8e70050850..b493ade288 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -693,7 +693,7 @@ (define-public pixman
(define-public libdrm
(package
(name "libdrm")
- (version "2.4.107")
+ (version "2.4.114")
(source (origin
(method url-fetch)
(uri (string-append
@@ -701,7 +701,7 @@ (define-public libdrm
version ".tar.xz"))
(sha256
(base32
- "127qf1rzhaf13vdd75a58v5q34617hvangjlfnlkcdh37gqcwm65"))))
+ "09nhk3jx3qzggl5vyii3yh4zm0npjqsbxhzvxrg2xla77a2cyj9h"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags
--
2.38.1
Andy Tai wrote 2 years ago
(address . control@debbugs.gnu.org)
CAJsg1E_OaGGC2BUNk53YfyKCa378PcPEp8R+x66M7kpe3ajgTw@mail.gmail.com
block 59174 by 59173
Andy Tai wrote 2 years ago
(address . control@debbugs.gnu.org)
CAJsg1E83msCCt+Fkt8SVEJtL3=JN=Pz7VLu4bzenSkwT9ku5jg@mail.gmail.com
unblock 59174 by 59173
block 59173 by 59174
kiasoc5 wrote 2 years ago
(address . control@debbugs.gnu.org)
15af5de6-9290-4f58-305c-57d4ea61c9cd@disroot.org
close 59174
close 59173
thanks

addressed in core-updates already, commits:
ece7a37f59f5f19ba0ba4d246d627e004112943e
0eacf52837f184237536c8fa704d3ab1175901d0
?
Your comment

This issue is archived.

To comment on this conversation send an email to 59174@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 59174
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help