summaryrefslogtreecommitdiff
path: root/package/libXtst
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-11-29 05:41:21 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-11-29 05:41:40 +0100
commit9581e2ce4a1fc360d3db6ff78b2fcbe87dd2c4a9 (patch)
treeadd64dfc6ff2d5c86c81755dd2f7cb25228829c4 /package/libXtst
parentc76d1960526d15cbcef6a61b4f7bed8eb5b95037 (diff)
Xorg: update Xserver, Xlibs and drivers
Diffstat (limited to 'package/libXtst')
-rw-r--r--package/libXtst/Makefile6
-rw-r--r--package/libXtst/patches/patch-src_XRecord_c20
2 files changed, 3 insertions, 23 deletions
diff --git a/package/libXtst/Makefile b/package/libXtst/Makefile
index fc5ae719e..ec7c7bcb5 100644
--- a/package/libXtst/Makefile
+++ b/package/libXtst/Makefile
@@ -4,9 +4,9 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= libXtst
-PKG_VERSION:= 1.2.2
-PKG_RELEASE:= 2
-PKG_HASH:= 221838960c7b9058cd6795c1c3ee8e25bae1c68106be314bc3036a4f26be0e6c
+PKG_VERSION:= 1.2.3
+PKG_RELEASE:= 1
+PKG_HASH:= a0c83acce02d4923018c744662cb28eb0dbbc33b4adc027726879ccf68fbc2c2
PKG_DESCR:= client interface to the record extension to the x protocol
PKG_SECTION:= x11/libs
PKG_BUILDDEP+= recordproto libXi
diff --git a/package/libXtst/patches/patch-src_XRecord_c b/package/libXtst/patches/patch-src_XRecord_c
deleted file mode 100644
index 865673b03..000000000
--- a/package/libXtst/patches/patch-src_XRecord_c
+++ /dev/null
@@ -1,20 +0,0 @@
---- libXtst-1.2.2.orig/src/XRecord.c 2013-05-31 04:09:49.000000000 +0200
-+++ libXtst-1.2.2/src/XRecord.c 2015-12-31 09:10:38.348187290 +0100
-@@ -61,17 +61,6 @@ from The Open Group.
- #include <X11/extensions/record.h>
- #include <limits.h>
-
--#ifndef HAVE__XEATDATAWORDS
--static inline void _XEatDataWords(Display *dpy, unsigned long n)
--{
--# ifndef LONG64
-- if (n >= (ULONG_MAX >> 2))
-- _XIOError(dpy);
--# endif
-- _XEatData (dpy, n << 2);
--}
--#endif
--
- static XExtensionInfo _xrecord_info_data;
- static XExtensionInfo *xrecord_info = &_xrecord_info_data;
- static const char *xrecord_extension_name = RECORD_NAME;