diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-11-03 22:08:40 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-11-04 00:07:39 +0100 |
commit | 1695bd788d25419bb8a37b8934095bef03c8daf7 (patch) | |
tree | bde4ed47bb6cb2a4dd98ee593959bf08c32433b8 | |
parent | 66865ab8aca38469b0a338a32ca5193ebdc7b974 (diff) | |
download | patches-1695bd788d25419bb8a37b8934095bef03c8daf7.tar patches-1695bd788d25419bb8a37b8934095bef03c8daf7.tar.gz |
gnu: libxfont@1: Update to 1.5.3.
* gnu/packages/xorg.scm (libxfont): Update to 1.5.3.
[source](patches): Remove.
-rw-r--r-- | gnu/packages/xorg.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 5820b3d6ad..6bce254c73 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -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) |