gnu: libxfont@1: Update to 1.5.3.

* gnu/packages/xorg.scm (libxfont): Update to 1.5.3.
[source](patches): Remove.
master
Marius Bakke 2017-11-03 22:08:40 +01:00
parent 66865ab8ac
commit 1695bd788d
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 4 deletions

View File

@ -4853,7 +4853,7 @@ an X Window System display.")
(define-public libxfont
(package
(name "libxfont")
(version "1.5.2")
(version "1.5.3")
(source
(origin
(method url-fetch)
@ -4861,11 +4861,9 @@ an X Window System display.")
"mirror://xorg/individual/lib/libXfont-"
version
".tar.bz2"))
(patches (search-patches "libxfont-CVE-2017-13720.patch"
"libxfont-CVE-2017-13722.patch"))
(sha256
(base32
"0w8d07bkmjiarkx09579bl8zsq903mn8javc7qpi0ix4ink5x502"))))
"1l4k3i3xzqdmaszykh6bb2ah78p6c3z7fak7xzgq2d38s87w31db"))))
(build-system gnu-build-system)
(propagated-inputs
`(("fontsproto" ,fontsproto)