mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: libxfont@1: Update to 1.5.3.
* gnu/packages/xorg.scm (libxfont): Update to 1.5.3. [source](patches): Remove.
This commit is contained in:
parent
66865ab8ac
commit
1695bd788d
1 changed files with 2 additions and 4 deletions
|
@ -4853,7 +4853,7 @@ (define-public libxfixes
|
|||
(define-public libxfont
|
||||
(package
|
||||
(name "libxfont")
|
||||
(version "1.5.2")
|
||||
(version "1.5.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -4861,11 +4861,9 @@ (define-public libxfont
|
|||
"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)
|
||||
|
|
Loading…
Reference in a new issue