all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#64116] [PATCH] gnu: libx11: Replace with 1.8.6 [security and bug fixes]
@ 2023-06-16 18:47 Kaelyn Takata via Guix-patches via
  2023-09-02 18:49 ` bug#64116: " Maxim Cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: Kaelyn Takata via Guix-patches via @ 2023-06-16 18:47 UTC (permalink / raw)
  To: 64116; +Cc: Kaelyn Takata

Includes fix for: CVE-2023-3138.

* gnu/packages/xorg.scm (libx11-fixed): New variable.
(libx11)[replacement]: Graft.
---
 gnu/packages/xorg.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index e1a7cf96f9..49a70b1e07 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5254,6 +5254,7 @@ (define-public libx11
   (package
     (name "libx11")
     (version "1.8.1")
+    (replacement libx11-fixed) ; security fixes
     (source
      (origin
        (method url-fetch)
@@ -5283,6 +5284,19 @@ (define-public libx11
     (description "Xorg Core X11 protocol client library.")
     (license license:x11)))

+(define-public libx11-fixed
+  (package
+    (inherit libx11)
+    (version "1.8.6")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://xorg/individual/lib/libX11-"
+                           version ".tar.xz"))
+       (sha256
+        (base32
+         "1jawl8zp1h7hdmxx1sc6kmxkki187d9yixr2l03ai6wqqry5nlsr"))))))
+
 ;; packages of height 5 in the propagated-inputs tree

 (define-public libxcursor

base-commit: 31336e9f5d68512a9c1c6826bce9f17c892a2125
--
2.40.1






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#64116: [PATCH] gnu: libx11: Replace with 1.8.6 [security and bug fixes]
  2023-06-16 18:47 [bug#64116] [PATCH] gnu: libx11: Replace with 1.8.6 [security and bug fixes] Kaelyn Takata via Guix-patches via
@ 2023-09-02 18:49 ` Maxim Cournoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2023-09-02 18:49 UTC (permalink / raw)
  To: Kaelyn Takata; +Cc: 64116-done

Hi,

Kaelyn Takata <kaelyn.alexi@protonmail.com> writes:

> Includes fix for: CVE-2023-3138.
>
> * gnu/packages/xorg.scm (libx11-fixed): New variable.
> (libx11)[replacement]: Graft.

Installed, thank you!

-- 
Maxim




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-02 18:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-16 18:47 [bug#64116] [PATCH] gnu: libx11: Replace with 1.8.6 [security and bug fixes] Kaelyn Takata via Guix-patches via
2023-09-02 18:49 ` bug#64116: " Maxim Cournoyer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.