gnu: xterm: Update to 366 [fixes CVE-2021-27135].
* gnu/packages/xorg.scm (xterm): Update to 366.
This commit is contained in:
parent
044be2e3aa
commit
861e567cb1
1 changed files with 2 additions and 2 deletions
|
@ -6058,7 +6058,7 @@ to answer a question. Xmessage can also exit after a specified time.")
|
||||||
(define-public xterm
|
(define-public xterm
|
||||||
(package
|
(package
|
||||||
(name "xterm")
|
(name "xterm")
|
||||||
(version "363")
|
(version "366")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -6068,7 +6068,7 @@ to answer a question. Xmessage can also exit after a specified time.")
|
||||||
(string-append "ftp://ftp.invisible-island.net/xterm/"
|
(string-append "ftp://ftp.invisible-island.net/xterm/"
|
||||||
"xterm-" version ".tgz")))
|
"xterm-" version ".tgz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0j0bl5z3kmhahf770mbrj2zwm2nvxkhqpwnwbdvbclk5w8wkc6nq"))))
|
(base32 "0vmzffy3hzgcgwx305h07ars5sxsq6nnl1ir4xqpxs9zjs2ji2w5"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("--enable-wide-chars" "--enable-load-vt-fonts"
|
'(#:configure-flags '("--enable-wide-chars" "--enable-load-vt-fonts"
|
||||||
|
|
Reference in a new issue