gnu: libxfont@1: Update to 1.5.4 [fixes CVE-2017-16611].

* gnu/packages/xorg.scm (libxfont): Update to 1.5.4.
master
Marius Bakke 2017-11-28 18:03:23 +01:00
parent 1ec0b7407f
commit b3e53aae08
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -4855,7 +4855,7 @@ an X Window System display.")
(define-public libxfont
(package
(name "libxfont")
(version "1.5.3")
(version "1.5.4")
(source
(origin
(method url-fetch)
@ -4865,7 +4865,7 @@ an X Window System display.")
".tar.bz2"))
(sha256
(base32
"1l4k3i3xzqdmaszykh6bb2ah78p6c3z7fak7xzgq2d38s87w31db"))))
"0hiji1bvpl78aj3a3141hkk353aich71wv8l5l2z51scfy878zqs"))))
(build-system gnu-build-system)
(propagated-inputs
`(("fontsproto" ,fontsproto)