summaryrefslogtreecommitdiff
path: root/gnu/packages/xorg.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2016-10-05 19:20:45 -0400
committerLeo Famulari <leo@famulari.name>2016-10-05 19:36:24 -0400
commit3e1ed70f74e4e2910e8d804bfab7b03dd005cf61 (patch)
tree3b11ecb95e4c3bef41fee9ecf28c4e4d40ee9ac3 /gnu/packages/xorg.scm
parent4dd841c1dc85aa2ad41b8a73dd08465b1500ecf5 (diff)
downloadguix-patches-3e1ed70f74e4e2910e8d804bfab7b03dd005cf61.tar
guix-patches-3e1ed70f74e4e2910e8d804bfab7b03dd005cf61.tar.gz
gnu: libxfixes: Update to 5.0.3.
* gnu/packages/xorg.scm (libxfixes): Update to 5.0.3. [replacement]: Remove field. (libxfixes/fixed): Remove variable. * gnu/packages/patches/libxfixes-CVE-2016-7944.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r--gnu/packages/xorg.scm13
1 files changed, 2 insertions, 11 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 9899a7c8ac..02382586fc 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4848,8 +4848,7 @@ an X Window System display.")
(define-public libxfixes
(package
(name "libxfixes")
- (replacement libxfixes/fixed)
- (version "5.0.2")
+ (version "5.0.3")
(source
(origin
(method url-fetch)
@@ -4859,7 +4858,7 @@ an X Window System display.")
".tar.bz2"))
(sha256
(base32
- "1slsk898386xii0r3l7szwwq3s6y2m4dsj0x93ninjh8xkghxllv"))))
+ "1miana3y4hwdqdparsccmygqr3ic3hs5jrqfzp70hvi2zwxd676y"))))
(build-system gnu-build-system)
(propagated-inputs
`(("fixesproto" ,fixesproto)))
@@ -4873,14 +4872,6 @@ an X Window System display.")
(description "Library for the XFixes Extension to the X11 protocol.")
(license license:x11)))
-(define libxfixes/fixed
- (package
- (inherit libxfixes)
- (source (origin
- (inherit (package-source libxfixes))
- (patches (search-patches
- "libxfixes-CVE-2016-7944.patch"))))))
-
(define-public libxfont
(package
(name "libxfont")