all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kaelyn Takata via Guix-patches via <guix-patches@gnu.org>
To: 64116@debbugs.gnu.org
Cc: Kaelyn Takata <kaelyn.alexi@protonmail.com>
Subject: [bug#64116] [PATCH] gnu: libx11: Replace with 1.8.6 [security and bug fixes]
Date: Fri, 16 Jun 2023 18:47:52 +0000	[thread overview]
Message-ID: <ab3360296e0d6eb7b903365f9b8bb319c8d46401.1686941245.git.kaelyn.alexi@protonmail.com> (raw)

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






             reply	other threads:[~2023-06-16 18:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-16 18:47 Kaelyn Takata via Guix-patches via [this message]
2023-09-02 18:49 ` bug#64116: [PATCH] gnu: libx11: Replace with 1.8.6 [security and bug fixes] Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ab3360296e0d6eb7b903365f9b8bb319c8d46401.1686941245.git.kaelyn.alexi@protonmail.com \
    --to=guix-patches@gnu.org \
    --cc=64116@debbugs.gnu.org \
    --cc=kaelyn.alexi@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.