gnu: rxvt-unicode: Update to 9.31 [fixes CVE-2022-4170].
* gnu/packages/xdisorg.scm (rxvt-unicode): Update to 9.31. [inputs]: Add libxext. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
09d1e04230
commit
f0dfb2a8e9
1 changed files with 4 additions and 3 deletions
|
@ -1272,14 +1272,14 @@ compact configuration syntax.")
|
||||||
(define-public rxvt-unicode
|
(define-public rxvt-unicode
|
||||||
(package
|
(package
|
||||||
(name "rxvt-unicode")
|
(name "rxvt-unicode")
|
||||||
(version "9.30")
|
(version "9.31")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://dist.schmorp.de/rxvt-unicode/Attic/"
|
(uri (string-append "http://dist.schmorp.de/rxvt-unicode/Attic/"
|
||||||
name "-" version ".tar.bz2"))
|
name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0badnkjsn3zps24r5iggj8k5v4f00npc77wqg92pcn1q5z8r677y"))))
|
"1s3jcvac40zzp03fvmhjsdpsjx0gb1wk54qz74zhzzj9q75kz8da"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; This sets the destination when installing the necessary terminal
|
;; This sets the destination when installing the necessary terminal
|
||||||
|
@ -1329,7 +1329,8 @@ compact configuration syntax.")
|
||||||
`(("libptytty" ,libptytty)
|
`(("libptytty" ,libptytty)
|
||||||
("libXft" ,libxft)
|
("libXft" ,libxft)
|
||||||
("libX11" ,libx11)
|
("libX11" ,libx11)
|
||||||
("libXt" ,libxt)))
|
("libXt" ,libxt)
|
||||||
|
("libxext" ,libxext)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list ncurses ;trigger the installation of terminfo data
|
(list ncurses ;trigger the installation of terminfo data
|
||||||
perl pkg-config))
|
perl pkg-config))
|
||||||
|
|
Reference in a new issue