mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: libx11: Update replacement to 1.8.7 [security fixes].
Fixes CVE-2023-43785, CVE-2023-43786, and CVE-2023-43787. See the X.Org security advisory <https://lists.x.org/archives/xorg/2023-October/061506.html> for more information. * gnu/packages/xorg.scm (libx11-fixed): Update to 1.8.7.
This commit is contained in:
parent
de8fc548c6
commit
b317eb8a9e
1 changed files with 2 additions and 2 deletions
|
@ -5341,7 +5341,7 @@ (define-public libx11
|
|||
(define-public libx11-fixed
|
||||
(package
|
||||
(inherit libx11)
|
||||
(version "1.8.6")
|
||||
(version "1.8.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -5349,7 +5349,7 @@ (define-public libx11-fixed
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1jawl8zp1h7hdmxx1sc6kmxkki187d9yixr2l03ai6wqqry5nlsr"))))))
|
||||
"1vlrgrdibp4lr84wgmsdy1ihzaai8bvvqc68npi1m19wir36gwh5"))))))
|
||||
|
||||
;; packages of height 5 in the propagated-inputs tree
|
||||
|
||||
|
|
Loading…
Reference in a new issue