Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH/next 01/13] package/x11r7/xapp_xinput: bump version to 1.6.2
@ 2015-11-13 23:26 Bernd Kuhls
  2015-11-13 23:26 ` [Buildroot] [PATCH/next 02/13] package/x11r7/xapp_xkbcomp: bump version to 1.3.1 Bernd Kuhls
                   ` (12 more replies)
  0 siblings, 13 replies; 27+ messages in thread
From: Bernd Kuhls @ 2015-11-13 23:26 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_xinput/xapp_xinput.hash | 4 ++--
 package/x11r7/xapp_xinput/xapp_xinput.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/x11r7/xapp_xinput/xapp_xinput.hash b/package/x11r7/xapp_xinput/xapp_xinput.hash
index a8f6b70..724b2e2 100644
--- a/package/x11r7/xapp_xinput/xapp_xinput.hash
+++ b/package/x11r7/xapp_xinput/xapp_xinput.hash
@@ -1,2 +1,2 @@
-# From http://lists.x.org/archives/xorg-announce/2013-September/002321.html
-sha256	b7632d0f228a8a6be93b09857ea413940fcf44091e60f4a0fe9f5fd82efd871f	xinput-1.6.1.tar.bz2
+# From http://lists.x.org/archives/xorg-announce/2015-October/002643.html
+sha256	3694d29b4180952fbf13c6d4e59541310cbb11eef5bf888ff3d8b7f4e3aee5c4		xinput-1.6.2.tar.bz2
diff --git a/package/x11r7/xapp_xinput/xapp_xinput.mk b/package/x11r7/xapp_xinput/xapp_xinput.mk
index 099408b..aaa7a80 100644
--- a/package/x11r7/xapp_xinput/xapp_xinput.mk
+++ b/package/x11r7/xapp_xinput/xapp_xinput.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_XINPUT_VERSION = 1.6.1
+XAPP_XINPUT_VERSION = 1.6.2
 XAPP_XINPUT_SOURCE = xinput-$(XAPP_XINPUT_VERSION).tar.bz2
 XAPP_XINPUT_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XINPUT_LICENSE = MIT
-- 
2.6.2

^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [Buildroot] [PATCH/next 02/13] package/x11r7/xapp_xkbcomp: bump version to 1.3.1
  2015-11-13 23:26 [Buildroot] [PATCH/next 01/13] package/x11r7/xapp_xinput: bump version to 1.6.2 Bernd Kuhls
@ 2015-11-13 23:26 ` Bernd Kuhls
  2015-11-14 22:15   ` Peter Korsgaard
  2015-11-13 23:26 ` [Buildroot] [PATCH/next 03/13] package/x11r7/xkeyboard-config: bump version to 2.16 Bernd Kuhls
                   ` (11 subsequent siblings)
  12 siblings, 1 reply; 27+ messages in thread
From: Bernd Kuhls @ 2015-11-13 23:26 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_xkbcomp/xapp_xkbcomp.hash | 4 ++--
 package/x11r7/xapp_xkbcomp/xapp_xkbcomp.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/x11r7/xapp_xkbcomp/xapp_xkbcomp.hash b/package/x11r7/xapp_xkbcomp/xapp_xkbcomp.hash
index b49d5a2..bc85caa 100644
--- a/package/x11r7/xapp_xkbcomp/xapp_xkbcomp.hash
+++ b/package/x11r7/xapp_xkbcomp/xapp_xkbcomp.hash
@@ -1,2 +1,2 @@
-# From http://lists.x.org/archives/xorg-announce/2014-November/002497.html
-sha256	cfac973778fabf5216121ad60b7af8ab74ce7513af0f9260cf8c5309e1622b2a	xkbcomp-1.3.0.tar.bz2
+# From http://lists.x.org/archives/xorg-announce/2015-November/002653.html
+sha256	0304dc9e0d4ac10831a9ef5d5419722375ddbc3eac3ff4413094d57bc1f1923d	xkbcomp-1.3.1.tar.bz2
diff --git a/package/x11r7/xapp_xkbcomp/xapp_xkbcomp.mk b/package/x11r7/xapp_xkbcomp/xapp_xkbcomp.mk
index 0a72742..fea7fa8 100644
--- a/package/x11r7/xapp_xkbcomp/xapp_xkbcomp.mk
+++ b/package/x11r7/xapp_xkbcomp/xapp_xkbcomp.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_XKBCOMP_VERSION = 1.3.0
+XAPP_XKBCOMP_VERSION = 1.3.1
 XAPP_XKBCOMP_SOURCE = xkbcomp-$(XAPP_XKBCOMP_VERSION).tar.bz2
 XAPP_XKBCOMP_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XKBCOMP_LICENSE = MIT
-- 
2.6.2

^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [Buildroot] [PATCH/next 03/13] package/x11r7/xkeyboard-config: bump version to 2.16
  2015-11-13 23:26 [Buildroot] [PATCH/next 01/13] package/x11r7/xapp_xinput: bump version to 1.6.2 Bernd Kuhls
  2015-11-13 23:26 ` [Buildroot] [PATCH/next 02/13] package/x11r7/xapp_xkbcomp: bump version to 1.3.1 Bernd Kuhls
@ 2015-11-13 23:26 ` Bernd Kuhls
  2015-11-14 22:15   ` Peter Korsgaard
  2015-11-13 23:26 ` [Buildroot] [PATCH/next 04/13] package/x11r7/xdriver_xf86-input-evdev: bump version to 2.10.0 Bernd Kuhls
                   ` (10 subsequent siblings)
  12 siblings, 1 reply; 27+ messages in thread
From: Bernd Kuhls @ 2015-11-13 23:26 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xkeyboard-config/xkeyboard-config.hash | 4 ++--
 package/x11r7/xkeyboard-config/xkeyboard-config.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/x11r7/xkeyboard-config/xkeyboard-config.hash b/package/x11r7/xkeyboard-config/xkeyboard-config.hash
index c9bdca2..7b67d0c 100644
--- a/package/x11r7/xkeyboard-config/xkeyboard-config.hash
+++ b/package/x11r7/xkeyboard-config/xkeyboard-config.hash
@@ -1,2 +1,2 @@
-# From http://lists.x.org/archives/xorg-announce/2015-May/002609.html
-sha256	0e443cf7ca2f0b40846472c029647a05933fc705d611e1478c4db8a48a6f38bf	xkeyboard-config-2.15.tar.bz2
+# From http://lists.x.org/archives/xorg-announce/2015-October/002642.html
+sha256	1e8a1f212c96b7f71ca0b05da361cac1816d27baae1d8e03e7b53049b58d1d58	xkeyboard-config-2.16.tar.bz2
diff --git a/package/x11r7/xkeyboard-config/xkeyboard-config.mk b/package/x11r7/xkeyboard-config/xkeyboard-config.mk
index f88686b..1ab9350 100644
--- a/package/x11r7/xkeyboard-config/xkeyboard-config.mk
+++ b/package/x11r7/xkeyboard-config/xkeyboard-config.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XKEYBOARD_CONFIG_VERSION = 2.15
+XKEYBOARD_CONFIG_VERSION = 2.16
 XKEYBOARD_CONFIG_SOURCE = xkeyboard-config-$(XKEYBOARD_CONFIG_VERSION).tar.bz2
 XKEYBOARD_CONFIG_SITE = http://www.x.org/releases/individual/data/xkeyboard-config
 XKEYBOARD_CONFIG_LICENSE = MIT
-- 
2.6.2

^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [Buildroot] [PATCH/next 04/13] package/x11r7/xdriver_xf86-input-evdev: bump version to 2.10.0
  2015-11-13 23:26 [Buildroot] [PATCH/next 01/13] package/x11r7/xapp_xinput: bump version to 1.6.2 Bernd Kuhls
  2015-11-13 23:26 ` [Buildroot] [PATCH/next 02/13] package/x11r7/xapp_xkbcomp: bump version to 1.3.1 Bernd Kuhls
  2015-11-13 23:26 ` [Buildroot] [PATCH/next 03/13] package/x11r7/xkeyboard-config: bump version to 2.16 Bernd Kuhls
@ 2015-11-13 23:26 ` Bernd Kuhls
  2015-11-14 22:16   ` Peter Korsgaard
  2015-11-13 23:26 ` [Buildroot] [PATCH/next 05/13] package/libinput: bump version to 1.1.0 Bernd Kuhls
                   ` (9 subsequent siblings)
  12 siblings, 1 reply; 27+ messages in thread
From: Bernd Kuhls @ 2015-11-13 23:26 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xdriver_xf86-input-evdev/xdriver_xf86-input-evdev.hash | 4 ++--
 package/x11r7/xdriver_xf86-input-evdev/xdriver_xf86-input-evdev.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/x11r7/xdriver_xf86-input-evdev/xdriver_xf86-input-evdev.hash b/package/x11r7/xdriver_xf86-input-evdev/xdriver_xf86-input-evdev.hash
index 330ac30..cd892d3 100644
--- a/package/x11r7/xdriver_xf86-input-evdev/xdriver_xf86-input-evdev.hash
+++ b/package/x11r7/xdriver_xf86-input-evdev/xdriver_xf86-input-evdev.hash
@@ -1,2 +1,2 @@
-# From http://lists.x.org/archives/xorg-announce/2015-March/002557.html
-sha256	792329b531afc6928ccda94e4b51a5520d4ddf8ef9a00890a5d0d31898acefec	xf86-input-evdev-2.9.2.tar.bz2
+# From http://lists.x.org/archives/xorg-announce/2015-October/002649.html
+sha256	d097298eb07b7a9edf4493b5c3c058041458ca52c8c62dbd4f40b84c5086d117	xf86-input-evdev-2.10.0.tar.bz2
diff --git a/package/x11r7/xdriver_xf86-input-evdev/xdriver_xf86-input-evdev.mk b/package/x11r7/xdriver_xf86-input-evdev/xdriver_xf86-input-evdev.mk
index 6019412..1e90afa 100644
--- a/package/x11r7/xdriver_xf86-input-evdev/xdriver_xf86-input-evdev.mk
+++ b/package/x11r7/xdriver_xf86-input-evdev/xdriver_xf86-input-evdev.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XDRIVER_XF86_INPUT_EVDEV_VERSION = 2.9.2
+XDRIVER_XF86_INPUT_EVDEV_VERSION = 2.10.0
 XDRIVER_XF86_INPUT_EVDEV_SOURCE = xf86-input-evdev-$(XDRIVER_XF86_INPUT_EVDEV_VERSION).tar.bz2
 XDRIVER_XF86_INPUT_EVDEV_SITE = http://xorg.freedesktop.org/releases/individual/driver
 XDRIVER_XF86_INPUT_EVDEV_LICENSE = MIT
-- 
2.6.2

^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [Buildroot] [PATCH/next 05/13] package/libinput: bump version to 1.1.0
  2015-11-13 23:26 [Buildroot] [PATCH/next 01/13] package/x11r7/xapp_xinput: bump version to 1.6.2 Bernd Kuhls
                   ` (2 preceding siblings ...)
  2015-11-13 23:26 ` [Buildroot] [PATCH/next 04/13] package/x11r7/xdriver_xf86-input-evdev: bump version to 2.10.0 Bernd Kuhls
@ 2015-11-13 23:26 ` Bernd Kuhls
  2015-11-14 22:16   ` Peter Korsgaard
  2015-11-13 23:26 ` [Buildroot] [PATCH/next 06/13] package/x11r7/xdriver_xf86-input-libinput: bump version to 0.15.0 Bernd Kuhls
                   ` (8 subsequent siblings)
  12 siblings, 1 reply; 27+ messages in thread
From: Bernd Kuhls @ 2015-11-13 23:26 UTC (permalink / raw)
  To: buildroot

Also rebased 0001-rename-log_msg-to-libinput_log_msg.patch.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 .../0001-rename-log_msg-to-libinput_log_msg.patch  | 24 +++++++++++++++++-----
 package/libinput/libinput.hash                     |  4 ++--
 package/libinput/libinput.mk                       |  2 +-
 3 files changed, 22 insertions(+), 8 deletions(-)

diff --git a/package/libinput/0001-rename-log_msg-to-libinput_log_msg.patch b/package/libinput/0001-rename-log_msg-to-libinput_log_msg.patch
index 433b29e..e36862a 100644
--- a/package/libinput/0001-rename-log_msg-to-libinput_log_msg.patch
+++ b/package/libinput/0001-rename-log_msg-to-libinput_log_msg.patch
@@ -22,9 +22,9 @@ diff --git a/src/libinput-private.h b/src/libinput-private.h
 index b36dc95..98f91b3 100644
 --- a/src/libinput-private.h
 +++ b/src/libinput-private.h
-@@ -179,15 +179,15 @@ struct libinput_event_listener {
- typedef void (*libinput_source_dispatch_t)(void *data);
+@@ -259,12 +259,12 @@
  
+ typedef void (*libinput_source_dispatch_t)(void *data);
  
 -#define log_debug(li_, ...) log_msg((li_), LIBINPUT_LOG_PRIORITY_DEBUG, __VA_ARGS__)
 -#define log_info(li_, ...) log_msg((li_), LIBINPUT_LOG_PRIORITY_INFO, __VA_ARGS__)
@@ -39,17 +39,22 @@ index b36dc95..98f91b3 100644
 +#define log_bug_libinput(li_, ...) libinput_log_msg((li_), LIBINPUT_LOG_PRIORITY_ERROR, "libinput bug: " __VA_ARGS__)
 +#define log_bug_client(li_, ...) libinput_log_msg((li_), LIBINPUT_LOG_PRIORITY_ERROR, "client bug: " __VA_ARGS__)
  
+ #define log_debug_ratelimit(li_, r_, ...) log_msg_ratelimit((li_), (r_), LIBINPUT_LOG_PRIORITY_DEBUG, __VA_ARGS__)
+ #define log_info_ratelimit(li_, r_, ...) log_msg_ratelimit((li_), (r_), LIBINPUT_LOG_PRIORITY_INFO, __VA_ARGS__)
+@@ -281,7 +281,7 @@
+ 	LIBINPUT_ATTRIBUTE_PRINTF(4, 5);
+ 
  void
 -log_msg(struct libinput *libinput,
 +libinput_log_msg(struct libinput *libinput,
  	enum libinput_log_priority priority,
- 	const char *format, ...);
- 
+ 	const char *format, ...)
+ 	LIBINPUT_ATTRIBUTE_PRINTF(3, 4);
 diff --git a/src/libinput.c b/src/libinput.c
 index 279cce0..5748e5e 100644
 --- a/src/libinput.c
 +++ b/src/libinput.c
-@@ -107,7 +107,7 @@ log_msg_va(struct libinput *libinput,
+@@ -155,7 +155,7 @@
  }
  
  void
@@ -58,6 +63,15 @@ index 279cce0..5748e5e 100644
  	enum libinput_log_priority priority,
  	const char *format, ...)
  {
+@@ -184,7 +184,7 @@
+ 	va_end(args);
+ 
+ 	if (state == RATELIMIT_THRESHOLD)
+-		log_msg(libinput,
++		libinput_log_msg(libinput,
+ 			priority,
+ 			"WARNING: log rate limit exceeded (%d msgs per %dms). Discarding future messages.\n",
+ 			ratelimit->burst,
 -- 
 2.1.2
 
diff --git a/package/libinput/libinput.hash b/package/libinput/libinput.hash
index 299a28f..18bd4a7 100644
--- a/package/libinput/libinput.hash
+++ b/package/libinput/libinput.hash
@@ -1,2 +1,2 @@
-# From http://lists.freedesktop.org/archives/wayland-devel/2015-July/023184.html
-sha256	69a97da47ef8fa9debadaa8ee11005b9b5183bd2b87c5aa7827b7c388a5acc5d	libinput-0.19.0.tar.xz
+# From http://lists.freedesktop.org/archives/wayland-devel/2015-October/025065.html
+sha256	673186ea2a0d2b695afaa9758834f9217b175774d9ae222e1b43ff63c663f582	libinput-1.1.0.tar.xz
diff --git a/package/libinput/libinput.mk b/package/libinput/libinput.mk
index 175e04f..8b51b2b 100644
--- a/package/libinput/libinput.mk
+++ b/package/libinput/libinput.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBINPUT_VERSION = 0.19.0
+LIBINPUT_VERSION = 1.1.0
 LIBINPUT_SOURCE = libinput-$(LIBINPUT_VERSION).tar.xz
 LIBINPUT_SITE = http://www.freedesktop.org/software/libinput
 LIBINPUT_LICENSE = MIT
-- 
2.6.2

^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [Buildroot] [PATCH/next 06/13] package/x11r7/xdriver_xf86-input-libinput: bump version to 0.15.0
  2015-11-13 23:26 [Buildroot] [PATCH/next 01/13] package/x11r7/xapp_xinput: bump version to 1.6.2 Bernd Kuhls
                   ` (3 preceding siblings ...)
  2015-11-13 23:26 ` [Buildroot] [PATCH/next 05/13] package/libinput: bump version to 1.1.0 Bernd Kuhls
@ 2015-11-13 23:26 ` Bernd Kuhls
  2015-11-14 22:16   ` Peter Korsgaard
  2015-11-13 23:26 ` [Buildroot] [PATCH/next 07/13] package/x11r7/xdriver_xf86-input-synaptics: bump version to 1.8.3 Bernd Kuhls
                   ` (7 subsequent siblings)
  12 siblings, 1 reply; 27+ messages in thread
From: Bernd Kuhls @ 2015-11-13 23:26 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 .../xdriver_xf86-input-libinput/xdriver_xf86-input-libinput.hash      | 4 ++--
 .../x11r7/xdriver_xf86-input-libinput/xdriver_xf86-input-libinput.mk  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/x11r7/xdriver_xf86-input-libinput/xdriver_xf86-input-libinput.hash b/package/x11r7/xdriver_xf86-input-libinput/xdriver_xf86-input-libinput.hash
index 3936f01..be0bf09 100644
--- a/package/x11r7/xdriver_xf86-input-libinput/xdriver_xf86-input-libinput.hash
+++ b/package/x11r7/xdriver_xf86-input-libinput/xdriver_xf86-input-libinput.hash
@@ -1,2 +1,2 @@
-# From http://lists.x.org/archives/xorg-announce/2015-July/002619.html
-sha256	db8f919c24a381cec1e7840f1f2117251501c0c7ae2a43941d84753154a826d6	xf86-input-libinput-0.12.0.tar.bz2
+# From http://lists.x.org/archives/xorg-announce/2015-October/002648.html
+sha256	28707c504194648b11a1e26acf13039b60bf344efa6aa9788afed6d47f019a41	xf86-input-libinput-0.15.0.tar.bz2
diff --git a/package/x11r7/xdriver_xf86-input-libinput/xdriver_xf86-input-libinput.mk b/package/x11r7/xdriver_xf86-input-libinput/xdriver_xf86-input-libinput.mk
index 30973ea..b4bc4b8 100644
--- a/package/x11r7/xdriver_xf86-input-libinput/xdriver_xf86-input-libinput.mk
+++ b/package/x11r7/xdriver_xf86-input-libinput/xdriver_xf86-input-libinput.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XDRIVER_XF86_INPUT_LIBINPUT_VERSION = 0.12.0
+XDRIVER_XF86_INPUT_LIBINPUT_VERSION = 0.15.0
 XDRIVER_XF86_INPUT_LIBINPUT_SOURCE = xf86-input-libinput-$(XDRIVER_XF86_INPUT_LIBINPUT_VERSION).tar.bz2
 XDRIVER_XF86_INPUT_LIBINPUT_SITE = http://xorg.freedesktop.org/releases/individual/driver
 XDRIVER_XF86_INPUT_LIBINPUT_LICENSE = MIT
-- 
2.6.2

^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [Buildroot] [PATCH/next 07/13] package/x11r7/xdriver_xf86-input-synaptics: bump version to 1.8.3
  2015-11-13 23:26 [Buildroot] [PATCH/next 01/13] package/x11r7/xapp_xinput: bump version to 1.6.2 Bernd Kuhls
                   ` (4 preceding siblings ...)
  2015-11-13 23:26 ` [Buildroot] [PATCH/next 06/13] package/x11r7/xdriver_xf86-input-libinput: bump version to 0.15.0 Bernd Kuhls
@ 2015-11-13 23:26 ` Bernd Kuhls
  2015-11-14 22:17   ` Peter Korsgaard
  2015-11-13 23:26 ` [Buildroot] [PATCH/next 08/13] package/x11r7/xdriver_xf86-video-intel: bump version Bernd Kuhls
                   ` (6 subsequent siblings)
  12 siblings, 1 reply; 27+ messages in thread
From: Bernd Kuhls @ 2015-11-13 23:26 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 .../xdriver_xf86-input-synaptics/xdriver_xf86-input-synaptics.hash    | 4 ++--
 .../xdriver_xf86-input-synaptics/xdriver_xf86-input-synaptics.mk      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/x11r7/xdriver_xf86-input-synaptics/xdriver_xf86-input-synaptics.hash b/package/x11r7/xdriver_xf86-input-synaptics/xdriver_xf86-input-synaptics.hash
index 7b7216d..3cb0758 100644
--- a/package/x11r7/xdriver_xf86-input-synaptics/xdriver_xf86-input-synaptics.hash
+++ b/package/x11r7/xdriver_xf86-input-synaptics/xdriver_xf86-input-synaptics.hash
@@ -1,2 +1,2 @@
-# From http://lists.x.org/archives/xorg-announce/2015-March/002556.html
-sha256	7b0e164ebd02a680e0c695955e783059f37edb0c2656398e0a972adc8e698c80	xf86-input-synaptics-1.8.2.tar.bz2
+# From http://lists.x.org/archives/xorg-announce/2015-November/002652.html
+sha256	d39f100c74f3673778b53f17bab7690161925e25dd998a15dd8cc69b52e83f01	xf86-input-synaptics-1.8.3.tar.bz2
diff --git a/package/x11r7/xdriver_xf86-input-synaptics/xdriver_xf86-input-synaptics.mk b/package/x11r7/xdriver_xf86-input-synaptics/xdriver_xf86-input-synaptics.mk
index 28663d1..b6ade4c 100644
--- a/package/x11r7/xdriver_xf86-input-synaptics/xdriver_xf86-input-synaptics.mk
+++ b/package/x11r7/xdriver_xf86-input-synaptics/xdriver_xf86-input-synaptics.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XDRIVER_XF86_INPUT_SYNAPTICS_VERSION = 1.8.2
+XDRIVER_XF86_INPUT_SYNAPTICS_VERSION = 1.8.3
 XDRIVER_XF86_INPUT_SYNAPTICS_SOURCE = xf86-input-synaptics-$(XDRIVER_XF86_INPUT_SYNAPTICS_VERSION).tar.bz2
 XDRIVER_XF86_INPUT_SYNAPTICS_SITE = http://xorg.freedesktop.org/releases/individual/driver
 XDRIVER_XF86_INPUT_SYNAPTICS_LICENSE = MIT
-- 
2.6.2

^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [Buildroot] [PATCH/next 08/13] package/x11r7/xdriver_xf86-video-intel: bump version
  2015-11-13 23:26 [Buildroot] [PATCH/next 01/13] package/x11r7/xapp_xinput: bump version to 1.6.2 Bernd Kuhls
                   ` (5 preceding siblings ...)
  2015-11-13 23:26 ` [Buildroot] [PATCH/next 07/13] package/x11r7/xdriver_xf86-input-synaptics: bump version to 1.8.3 Bernd Kuhls
@ 2015-11-13 23:26 ` Bernd Kuhls
  2015-11-13 23:26 ` [Buildroot] [PATCH/next 09/13] package/x11r7/xserver_xorg-server: add version 1.18.0 Bernd Kuhls
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 27+ messages in thread
From: Bernd Kuhls @ 2015-11-13 23:26 UTC (permalink / raw)
  To: buildroot

Needed after xserver_xorg-server version bump to 1.18.0.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 .../0001-sna-udev-fstat.patch                      | 61 -------------------
 .../0002-uxa-udev-fstat.patch                      | 31 ----------
 .../0003-sna-libdrm-abi-protection.patch           | 69 ----------------------
 .../xdriver_xf86-video-intel.mk                    |  5 +-
 4 files changed, 2 insertions(+), 164 deletions(-)
 delete mode 100644 package/x11r7/xdriver_xf86-video-intel/0001-sna-udev-fstat.patch
 delete mode 100644 package/x11r7/xdriver_xf86-video-intel/0002-uxa-udev-fstat.patch
 delete mode 100644 package/x11r7/xdriver_xf86-video-intel/0003-sna-libdrm-abi-protection.patch

diff --git a/package/x11r7/xdriver_xf86-video-intel/0001-sna-udev-fstat.patch b/package/x11r7/xdriver_xf86-video-intel/0001-sna-udev-fstat.patch
deleted file mode 100644
index e4ded3a..0000000
--- a/package/x11r7/xdriver_xf86-video-intel/0001-sna-udev-fstat.patch
+++ /dev/null
@@ -1,61 +0,0 @@
-From 12af8a575d1518d40416f83195049157c3a062a5 Mon Sep 17 00:00:00 2001
-From: Chris Wilson <chris@chris-wilson.co.uk>
-Date: Tue, 24 Feb 2015 15:25:40 +0000
-Subject: sna: udev integration depends on fstat and sys/stat.h
-
-src/sna/sna_driver.c: In function 'sna_handle_uevents':
-src/sna/sna_driver.c:759:2: error: implicit declaration of function 'fstat' [-Werror=implicit-function-declaration]
-
-Also take the opportunity to include udev support in the configure
-summary.
-
-Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-
-Upstream at: http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/commit/?id=12af8a575d1518d40416f83195049157c3a062a5
-
-Signed-off-by: James Knight <james.knight@rockwellcollins.com>
-
-diff --git a/configure.ac b/configure.ac
-index 7476e2b..de3a4b3 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -197,11 +197,15 @@ AC_ARG_ENABLE(udev,
- 
- if test "x$UDEV" != "xno"; then
- 	PKG_CHECK_MODULES(UDEV, [libudev], [udev="yes"], [udev="no"])
-+	AC_CHECK_HEADERS([sys/stat.h], [], [udev="no"])
- 	if test "x$UDEV" = "xyes" -a "x$udev" != "xyes"; then
- 		AC_MSG_ERROR([udev support requested but not found (libudev)])
- 	fi
- 	if test "x$udev" = "xyes"; then
- 		AC_DEFINE(HAVE_UDEV,1,[Enable udev-based monitor hotplug detection])
-+		udev_msg=" yes"
-+	else
-+		udev_msg=" no"
- 	fi
- fi
- 
-@@ -911,6 +915,7 @@ echo "  Support for Kernel Mode Setting? $KMS"
- echo "  Support for legacy User Mode Setting (for i810)? $UMS"
- echo "  Support for Direct Rendering Infrastructure:$dri_msg"
- echo "  Support for Xv motion compensation (XvMC and libXvMC):$xvmc_msg"
-+echo "  Support for display hotplug notifications (udev):$udev_msg"
- echo "  Build additional tools and utilities?$tools_msg"
- if test -n "$xp_msg"; then
- echo "  Experimental support:$xp_msg"
-diff --git a/src/sna/sna_driver.c b/src/sna/sna_driver.c
-index 8c0d0b5..bc20ef0 100644
---- a/src/sna/sna_driver.c
-+++ b/src/sna/sna_driver.c
-@@ -740,6 +740,8 @@ sna_wakeup_handler(WAKEUPHANDLER_ARGS_DECL)
- }
- 
- #if HAVE_UDEV
-+#include <sys/stat.h>
-+
- static void
- sna_handle_uevents(int fd, void *closure)
- {
--- 
-cgit v0.10.2
-
diff --git a/package/x11r7/xdriver_xf86-video-intel/0002-uxa-udev-fstat.patch b/package/x11r7/xdriver_xf86-video-intel/0002-uxa-udev-fstat.patch
deleted file mode 100644
index 3ab255b..0000000
--- a/package/x11r7/xdriver_xf86-video-intel/0002-uxa-udev-fstat.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 369ceec0e4910ba2c37736a59c55c0d6c26433bf Mon Sep 17 00:00:00 2001
-From: Chris Wilson <chris@chris-wilson.co.uk>
-Date: Tue, 24 Feb 2015 15:25:40 +0000
-Subject: uxa: udev integration depends on fstat and sys/stat.h
-
-src/uxa/intel_driver.c: In function 'I830HandleUEvents':
-src/uxa/intel_driver.c:738:14: error: storage size of 's' isn't known
-src/uxa/intel_driver.c:746:2: error: implicit declaration of function 'fstat' [-Werror=implicit-function-declaration]
-
-Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-
-Upstream at: Signed-off-by: James Knight <james.knight@rockwellcollins.com>
-
-Signed-off-by: James Knight <james.knight@rockwellcollins.com>
-
-diff --git a/src/uxa/intel_driver.c b/src/uxa/intel_driver.c
-index c554124..6e64b8c 100644
---- a/src/uxa/intel_driver.c
-+++ b/src/uxa/intel_driver.c
-@@ -728,6 +728,8 @@ intel_flush_callback(CallbackListPtr *list,
- }
- 
- #if HAVE_UDEV
-+#include <sys/stat.h>
-+
- static void
- I830HandleUEvents(int fd, void *closure)
- {
--- 
-cgit v0.10.2
-
diff --git a/package/x11r7/xdriver_xf86-video-intel/0003-sna-libdrm-abi-protection.patch b/package/x11r7/xdriver_xf86-video-intel/0003-sna-libdrm-abi-protection.patch
deleted file mode 100644
index 32cd275..0000000
--- a/package/x11r7/xdriver_xf86-video-intel/0003-sna-libdrm-abi-protection.patch
+++ /dev/null
@@ -1,69 +0,0 @@
-From 7fe2b2948652443ff43d907855bd7a051d54d309 Mon Sep 17 00:00:00 2001
-From: Chris Wilson <chris@chris-wilson.co.uk>
-Date: Thu, 19 Mar 2015 23:14:17 +0000
-Subject: sna: Protect against ABI breakage in recent versions of libdrm
-
-Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-
-Upstream at: http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/commit/?id=7fe2b2948652443ff43d907855bd7a051d54d309
-
-Signed-off-by: James Knight <james.knight@rockwellcollins.com>
-
-diff --git a/src/sna/kgem.c b/src/sna/kgem.c
-index 11f0828..6f16cba 100644
---- a/src/sna/kgem.c
-+++ b/src/sna/kgem.c
-@@ -182,6 +182,15 @@ struct local_i915_gem_caching {
- #define LOCAL_IOCTL_I915_GEM_SET_CACHING DRM_IOW(DRM_COMMAND_BASE + LOCAL_I915_GEM_SET_CACHING, struct local_i915_gem_caching)
- #define LOCAL_IOCTL_I915_GEM_GET_CACHING DRM_IOW(DRM_COMMAND_BASE + LOCAL_I915_GEM_GET_CACHING, struct local_i915_gem_caching)
- 
-+struct local_i915_gem_mmap {
-+	uint32_t handle;
-+	uint32_t pad;
-+	uint64_t offset;
-+	uint64_t size;
-+	uint64_t addr_ptr;
-+};
-+#define LOCAL_IOCTL_I915_GEM_MMAP DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_GEM_MMAP, struct local_i915_gem_mmap)
-+
- struct local_i915_gem_mmap2 {
- 	uint32_t handle;
- 	uint32_t pad;
-@@ -514,15 +523,15 @@ retry_wc:
- 
- static void *__kgem_bo_map__cpu(struct kgem *kgem, struct kgem_bo *bo)
- {
--	struct drm_i915_gem_mmap mmap_arg;
-+	struct local_i915_gem_mmap arg;
- 	int err;
- 
- retry:
--	VG_CLEAR(mmap_arg);
--	mmap_arg.handle = bo->handle;
--	mmap_arg.offset = 0;
--	mmap_arg.size = bytes(bo);
--	if ((err = do_ioctl(kgem->fd, DRM_IOCTL_I915_GEM_MMAP, &mmap_arg))) {
-+	VG_CLEAR(arg);
-+	arg.handle = bo->handle;
-+	arg.offset = 0;
-+	arg.size = bytes(bo);
-+	if ((err = do_ioctl(kgem->fd, LOCAL_IOCTL_I915_GEM_MMAP, &arg))) {
- 		assert(err != EINVAL);
- 
- 		if (__kgem_throttle_retire(kgem, 0))
-@@ -536,10 +545,10 @@ retry:
- 		return NULL;
- 	}
- 
--	VG(VALGRIND_MAKE_MEM_DEFINED(mmap_arg.addr_ptr, bytes(bo)));
-+	VG(VALGRIND_MAKE_MEM_DEFINED(arg.addr_ptr, bytes(bo)));
- 
- 	DBG(("%s: caching CPU vma for %d\n", __FUNCTION__, bo->handle));
--	return bo->map__cpu = (void *)(uintptr_t)mmap_arg.addr_ptr;
-+	return bo->map__cpu = (void *)(uintptr_t)arg.addr_ptr;
- }
- 
- static int gem_write(int fd, uint32_t handle,
--- 
-cgit v0.10.2
-
diff --git a/package/x11r7/xdriver_xf86-video-intel/xdriver_xf86-video-intel.mk b/package/x11r7/xdriver_xf86-video-intel/xdriver_xf86-video-intel.mk
index f0b0753..814c25e 100644
--- a/package/x11r7/xdriver_xf86-video-intel/xdriver_xf86-video-intel.mk
+++ b/package/x11r7/xdriver_xf86-video-intel/xdriver_xf86-video-intel.mk
@@ -4,9 +4,8 @@
 #
 ################################################################################
 
-XDRIVER_XF86_VIDEO_INTEL_VERSION = 2.99.917
-XDRIVER_XF86_VIDEO_INTEL_SOURCE = xf86-video-intel-$(XDRIVER_XF86_VIDEO_INTEL_VERSION).tar.bz2
-XDRIVER_XF86_VIDEO_INTEL_SITE = http://xorg.freedesktop.org/releases/individual/driver
+XDRIVER_XF86_VIDEO_INTEL_VERSION = 0340718366d7cb168a46930eb7be22f2d88354d8
+XDRIVER_XF86_VIDEO_INTEL_SITE = git://anongit.freedesktop.org/xorg/driver/xf86-video-intel
 XDRIVER_XF86_VIDEO_INTEL_LICENSE = MIT
 XDRIVER_XF86_VIDEO_INTEL_LICENSE_FILES = COPYING
 # We're patching configure.ac
-- 
2.6.2

^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [Buildroot] [PATCH/next 09/13] package/x11r7/xserver_xorg-server: add version 1.18.0
  2015-11-13 23:26 [Buildroot] [PATCH/next 01/13] package/x11r7/xapp_xinput: bump version to 1.6.2 Bernd Kuhls
                   ` (6 preceding siblings ...)
  2015-11-13 23:26 ` [Buildroot] [PATCH/next 08/13] package/x11r7/xdriver_xf86-video-intel: bump version Bernd Kuhls
@ 2015-11-13 23:26 ` Bernd Kuhls
  2015-11-14 22:22   ` Peter Korsgaard
  2015-11-13 23:26 ` [Buildroot] [PATCH/next 10/13] package/pixman: bump version to 0.33.4 Bernd Kuhls
                   ` (4 subsequent siblings)
  12 siblings, 1 reply; 27+ messages in thread
From: Bernd Kuhls @ 2015-11-13 23:26 UTC (permalink / raw)
  To: buildroot

Video drivers need ABI version 20 now:
http://cgit.freedesktop.org/xorg/xserver/commit/?id=a8a0f6464a33c12c1de495d74fd478c0d952643e

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xserver_xorg-server/Config.in                | 10 ++++++++++
 package/x11r7/xserver_xorg-server/xserver_xorg-server.hash |  3 +++
 2 files changed, 13 insertions(+)

diff --git a/package/x11r7/xserver_xorg-server/Config.in b/package/x11r7/xserver_xorg-server/Config.in
index 84f0298..28db01a 100644
--- a/package/x11r7/xserver_xorg-server/Config.in
+++ b/package/x11r7/xserver_xorg-server/Config.in
@@ -61,14 +61,23 @@ config BR2_PACKAGE_XSERVER_XORG_SERVER_VIDEODRV_ABI_14
 config BR2_PACKAGE_XSERVER_XORG_SERVER_VIDEODRV_ABI_19
 	bool
 
+config BR2_PACKAGE_XSERVER_XORG_SERVER_VIDEODRV_ABI_20
+	bool
+
 config BR2_PACKAGE_XSERVER_XORG_SERVER_VIDEODRV_ABI
 	int
 	default 14 if BR2_PACKAGE_XSERVER_XORG_SERVER_VIDEODRV_ABI_14
 	default 19 if BR2_PACKAGE_XSERVER_XORG_SERVER_VIDEODRV_ABI_19
+	default 20 if BR2_PACKAGE_XSERVER_XORG_SERVER_VIDEODRV_ABI_20
 
 choice
 	bool "X Window System server version"
 
+config BR2_PACKAGE_XSERVER_XORG_SERVER_V_1_18
+	bool "1.18.0"
+	select BR2_PACKAGE_XSERVER_XORG_SERVER_VIDEODRV_ABI_20
+	select BR2_PACKAGE_XPROTO_PRESENTPROTO
+
 config BR2_PACKAGE_XSERVER_XORG_SERVER_V_1_17
 	bool "1.17.4"
 	select BR2_PACKAGE_XSERVER_XORG_SERVER_VIDEODRV_ABI_19
@@ -82,6 +91,7 @@ endchoice
 
 config BR2_PACKAGE_XSERVER_XORG_SERVER_VERSION
 	string
+	default "1.18.0" if BR2_PACKAGE_XSERVER_XORG_SERVER_V_1_18
 	default "1.17.4" if BR2_PACKAGE_XSERVER_XORG_SERVER_V_1_17
 	default "1.14.7" if BR2_PACKAGE_XSERVER_XORG_SERVER_V_1_14
 
diff --git a/package/x11r7/xserver_xorg-server/xserver_xorg-server.hash b/package/x11r7/xserver_xorg-server/xserver_xorg-server.hash
index 0119e37..012fbaf 100644
--- a/package/x11r7/xserver_xorg-server/xserver_xorg-server.hash
+++ b/package/x11r7/xserver_xorg-server/xserver_xorg-server.hash
@@ -4,3 +4,6 @@ sha256 fcf66fa6ad86227613d2d3e8ae13ded297e2a1e947e9060a083eaf80d323451f        x
 # From http://lists.x.org/archives/xorg-announce/2015-October/002650.html
 sha1	139c4d6795eb4c3848616cc514d134532975e49e				xorg-server-1.17.4.tar.bz2
 sha256	0c4b45c116a812a996eb432d8508cf26c2ec8c3916ff2a50781796882f8d6457	xorg-server-1.17.4.tar.bz2
+# From http://lists.x.org/archives/xorg-announce/2015-November/002655.html
+sha1	f37f9ca17d211552c775c3ce78ff03385026bf3a				xorg-server-1.18.0.tar.bz2
+sha256	195670819695d9cedd8dde95fbe069be0d0f488a77797a2d409f9f702daf312e	xorg-server-1.18.0.tar.bz2
-- 
2.6.2

^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [Buildroot] [PATCH/next 10/13] package/pixman: bump version to 0.33.4
  2015-11-13 23:26 [Buildroot] [PATCH/next 01/13] package/x11r7/xapp_xinput: bump version to 1.6.2 Bernd Kuhls
                   ` (7 preceding siblings ...)
  2015-11-13 23:26 ` [Buildroot] [PATCH/next 09/13] package/x11r7/xserver_xorg-server: add version 1.18.0 Bernd Kuhls
@ 2015-11-13 23:26 ` Bernd Kuhls
  2015-11-14 22:22   ` Peter Korsgaard
  2015-11-13 23:26 ` [Buildroot] [PATCH/next 11/13] package/uclibc: Enable O_CLOEXEC in fopen() Bernd Kuhls
                   ` (3 subsequent siblings)
  12 siblings, 1 reply; 27+ messages in thread
From: Bernd Kuhls @ 2015-11-13 23:26 UTC (permalink / raw)
  To: buildroot

Removed patches applied upstream.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/pixman/0001-check-fe-divbyzero.patch       | 41 ----------------------
 ...x-C-pre-processor-issues-in-LEAF_MIPS32R2.patch | 33 -----------------
 package/pixman/pixman.hash                         |  4 +--
 package/pixman/pixman.mk                           |  3 +-
 4 files changed, 4 insertions(+), 77 deletions(-)
 delete mode 100644 package/pixman/0001-check-fe-divbyzero.patch
 delete mode 100644 package/pixman/0002-Fix-C-pre-processor-issues-in-LEAF_MIPS32R2.patch

diff --git a/package/pixman/0001-check-fe-divbyzero.patch b/package/pixman/0001-check-fe-divbyzero.patch
deleted file mode 100644
index 01c6c96..0000000
--- a/package/pixman/0001-check-fe-divbyzero.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-Add a check for FE_DIVBYZERO
-
-Some architectures (namely Microblaze) do have fenv.h and
-feenableexcept, but they don't have the FE_DIVBYZERO definition. This
-patch adds a configure check for FE_DIVBYZERO, and only uses it if
-it's available.
-
-Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
-Index: b/configure.ac
-===================================================================
---- a/configure.ac
-+++ b/configure.ac
-@@ -838,6 +838,11 @@
-    AC_DEFINE(HAVE_FEENABLEEXCEPT, 1, [Whether we have feenableexcept()])
- fi
- 
-+AC_CHECK_DECL([FE_DIVBYZERO], [], [], [[#include <fenv.h>]])
-+if test x$ac_cv_have_decl_FE_DIVBYZERO = xyes; then
-+   AC_DEFINE(HAVE_FEDIVBYZERO, 1, [Whether we have FE_DIVBYZERO])
-+fi
-+
- AC_CHECK_FUNC(gettimeofday, have_gettimeofday=yes, have_gettimeofday=no)
- AC_CHECK_HEADER(sys/time.h, have_sys_time_h=yes, have_sys_time_h=no)
- if test x$have_gettimeofday = xyes && test x$have_sys_time_h = xyes; then
-Index: b/test/utils.c
-===================================================================
---- a/test/utils.c
-+++ b/test/utils.c
-@@ -776,9 +776,11 @@
- {
- #ifdef HAVE_FENV_H
- #ifdef HAVE_FEENABLEEXCEPT
-+#ifdef HAVE_FE_DIVBYZERO
-     feenableexcept (FE_DIVBYZERO);
- #endif
- #endif
-+#endif
- }
- 
- void *
diff --git a/package/pixman/0002-Fix-C-pre-processor-issues-in-LEAF_MIPS32R2.patch b/package/pixman/0002-Fix-C-pre-processor-issues-in-LEAF_MIPS32R2.patch
deleted file mode 100644
index b898fa5..0000000
--- a/package/pixman/0002-Fix-C-pre-processor-issues-in-LEAF_MIPS32R2.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-pixman: Fix C pre-processor issues in LEAF_MIPS32R2
-
-Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
-
-From 3a60aa8d574f4dfc4fa3ddb13aaa13c7d955105b Mon Sep 17 00:00:00 2001
-From: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
-Date: Thu, 11 Sep 2014 10:24:10 +0100
-Subject: [PATCH] Fix C pre-processor issues in LEAF_MIPS32R2
-
-Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
----
- pixman/pixman-mips-dspr2-asm.h |    4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/pixman/pixman-mips-dspr2-asm.h b/pixman/pixman-mips-dspr2-asm.h
-index 11849bd..b2696d0 100644
---- a/pixman/pixman-mips-dspr2-asm.h
-+++ b/pixman/pixman-mips-dspr2-asm.h
-@@ -72,10 +72,10 @@
- #define LEAF_MIPS32R2(symbol)                           \
-                 .globl  symbol;                         \
-                 .align  2;                              \
--#ifdef __ELF__
-+            .if __ELF__;                                \
-                 .hidden symbol;                         \
-                 .type   symbol, @function;              \
--#endif
-+            .endif;                                     \
-                 .ent    symbol, 0;                      \
- symbol:         .frame  sp, 0, ra;                      \
-                 .set    push;                           \
--- 
-1.7.1
diff --git a/package/pixman/pixman.hash b/package/pixman/pixman.hash
index 04e2620..66decf6 100644
--- a/package/pixman/pixman.hash
+++ b/package/pixman/pixman.hash
@@ -1,2 +1,2 @@
-# From http://cairographics.org/releases/pixman-0.32.8.tar.gz.sha1
-sha1	c1119bbdb587c56009b653e6f81c083f98a20135	pixman-0.32.8.tar.gz
+# From http://lists.x.org/archives/xorg-announce/2015-October/002644.html
+sha1	dff77cd08412b33ab0294057ade93e401c8a9302	pixman-0.33.4.tar.bz2
diff --git a/package/pixman/pixman.mk b/package/pixman/pixman.mk
index 0e4b0b9..cbf57fe 100644
--- a/package/pixman/pixman.mk
+++ b/package/pixman/pixman.mk
@@ -4,7 +4,8 @@
 #
 ################################################################################
 
-PIXMAN_VERSION = 0.32.8
+PIXMAN_VERSION = 0.33.4
+PIXMAN_SOURCE = pixman-$(PIXMAN_VERSION).tar.bz2
 PIXMAN_SITE = http://xorg.freedesktop.org/releases/individual/lib
 PIXMAN_LICENSE = MIT
 PIXMAN_LICENSE_FILES = COPYING
-- 
2.6.2

^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [Buildroot] [PATCH/next 11/13] package/uclibc: Enable O_CLOEXEC in fopen()
  2015-11-13 23:26 [Buildroot] [PATCH/next 01/13] package/x11r7/xapp_xinput: bump version to 1.6.2 Bernd Kuhls
                   ` (8 preceding siblings ...)
  2015-11-13 23:26 ` [Buildroot] [PATCH/next 10/13] package/pixman: bump version to 0.33.4 Bernd Kuhls
@ 2015-11-13 23:26 ` Bernd Kuhls
  2015-11-14 22:25   ` Peter Korsgaard
  2015-11-13 23:26 ` [Buildroot] [PATCH/next 12/13] package/uclibc-ng: " Bernd Kuhls
                   ` (2 subsequent siblings)
  12 siblings, 1 reply; 27+ messages in thread
From: Bernd Kuhls @ 2015-11-13 23:26 UTC (permalink / raw)
  To: buildroot

Needed for package/x11r7/xdriver_xf86-video-ati version bump.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/uclibc/uClibc-0.9.33.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/uclibc/uClibc-0.9.33.config b/package/uclibc/uClibc-0.9.33.config
index 104eb5c..c3263d1 100644
--- a/package/uclibc/uClibc-0.9.33.config
+++ b/package/uclibc/uClibc-0.9.33.config
@@ -209,7 +209,7 @@ UCLIBC_HAS_STDIO_PUTC_MACRO=y
 UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 # UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
 UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
-# UCLIBC_HAS_FOPEN_CLOSEEXEC_MODE is not set
+UCLIBC_HAS_FOPEN_CLOSEEXEC_MODE=y
 UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 UCLIBC_HAS_PRINTF_M_SPEC=y
 UCLIBC_HAS_ERRNO_MESSAGES=y
-- 
2.6.2

^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [Buildroot] [PATCH/next 12/13] package/uclibc-ng: Enable O_CLOEXEC in fopen()
  2015-11-13 23:26 [Buildroot] [PATCH/next 01/13] package/x11r7/xapp_xinput: bump version to 1.6.2 Bernd Kuhls
                   ` (9 preceding siblings ...)
  2015-11-13 23:26 ` [Buildroot] [PATCH/next 11/13] package/uclibc: Enable O_CLOEXEC in fopen() Bernd Kuhls
@ 2015-11-13 23:26 ` Bernd Kuhls
  2015-11-13 23:26 ` [Buildroot] [PATCH/next 13/13] package/x11r7/xdriver_xf86-video-ati: bump version to 7.6.1 Bernd Kuhls
  2015-11-14 22:15 ` [Buildroot] [PATCH/next 01/13] package/x11r7/xapp_xinput: bump version to 1.6.2 Peter Korsgaard
  12 siblings, 0 replies; 27+ messages in thread
From: Bernd Kuhls @ 2015-11-13 23:26 UTC (permalink / raw)
  To: buildroot

Needed for package/x11r7/xdriver_xf86-video-ati version bump.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/uclibc/uClibc-ng.config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/uclibc/uClibc-ng.config b/package/uclibc/uClibc-ng.config
index c17603d..cf67182 100644
--- a/package/uclibc/uClibc-ng.config
+++ b/package/uclibc/uClibc-ng.config
@@ -26,6 +26,7 @@ UCLIBC_HAS_HEXADECIMAL_FLOATS=y
 UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 UCLIBC_HAS_STDIO_GETC_MACRO=y
 UCLIBC_HAS_STDIO_PUTC_MACRO=y
+UCLIBC_HAS_FOPEN_CLOSEEXEC_MODE=y
 UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
 UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 UCLIBC_HAS_PRINTF_M_SPEC=y
-- 
2.6.2

^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [Buildroot] [PATCH/next 13/13] package/x11r7/xdriver_xf86-video-ati: bump version to 7.6.1
  2015-11-13 23:26 [Buildroot] [PATCH/next 01/13] package/x11r7/xapp_xinput: bump version to 1.6.2 Bernd Kuhls
                   ` (10 preceding siblings ...)
  2015-11-13 23:26 ` [Buildroot] [PATCH/next 12/13] package/uclibc-ng: " Bernd Kuhls
@ 2015-11-13 23:26 ` Bernd Kuhls
  2015-11-14 22:15 ` [Buildroot] [PATCH/next 01/13] package/x11r7/xapp_xinput: bump version to 1.6.2 Peter Korsgaard
  12 siblings, 0 replies; 27+ messages in thread
From: Bernd Kuhls @ 2015-11-13 23:26 UTC (permalink / raw)
  To: buildroot

The package now needs O_CLOEXEC, which needs #define __USE_GNU with
uClibc.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xdriver_xf86-video-ati/0001-cloexec.patch | 17 +++++++++++++++++
 .../xdriver_xf86-video-ati/xdriver_xf86-video-ati.hash  |  4 ++--
 .../xdriver_xf86-video-ati/xdriver_xf86-video-ati.mk    |  2 +-
 3 files changed, 20 insertions(+), 3 deletions(-)
 create mode 100644 package/x11r7/xdriver_xf86-video-ati/0001-cloexec.patch

diff --git a/package/x11r7/xdriver_xf86-video-ati/0001-cloexec.patch b/package/x11r7/xdriver_xf86-video-ati/0001-cloexec.patch
new file mode 100644
index 0000000..64dd163
--- /dev/null
+++ b/package/x11r7/xdriver_xf86-video-ati/0001-cloexec.patch
@@ -0,0 +1,17 @@
+Enable usage of O_CLOEXEC.
+
+O_CLOEXEC needs #define __USE_GNU with uClibc.
+
+Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
+
+diff -uNr xf86-video-ati-7.6.1.org/src/radeon_dri3.c xf86-video-ati-7.6.1/src/radeon_dri3.c
+--- xf86-video-ati-7.6.1.org/src/radeon_dri3.c	2015-11-12 03:57:33.000000000 +0100
++++ xf86-video-ati-7.6.1/src/radeon_dri3.c	2015-11-13 23:50:50.000000000 +0100
+@@ -36,6 +36,7 @@
+ 
+ #include <sys/types.h>
+ #include <sys/stat.h>
++#define __USE_GNU
+ #include <fcntl.h>
+ #include <errno.h>
+ 
diff --git a/package/x11r7/xdriver_xf86-video-ati/xdriver_xf86-video-ati.hash b/package/x11r7/xdriver_xf86-video-ati/xdriver_xf86-video-ati.hash
index ccb8665..a9974c7 100644
--- a/package/x11r7/xdriver_xf86-video-ati/xdriver_xf86-video-ati.hash
+++ b/package/x11r7/xdriver_xf86-video-ati/xdriver_xf86-video-ati.hash
@@ -1,2 +1,2 @@
-# From http://lists.x.org/archives/xorg-announce/2014-October/002486.html
-sha256	ec3e6f06b6cf9a40c72aafa3448aae8b034c80b37410ca9442d5cf6806e07936	xf86-video-ati-7.5.0.tar.bz2
+# From http://lists.x.org/archives/xorg-announce/2015-November/002658.html
+sha256	2516d9eeb8da8bcd3a01365ed1314919777910fa904ab268af342b5693e1d34c	xf86-video-ati-7.6.1.tar.bz2
diff --git a/package/x11r7/xdriver_xf86-video-ati/xdriver_xf86-video-ati.mk b/package/x11r7/xdriver_xf86-video-ati/xdriver_xf86-video-ati.mk
index cba9e76..e00134e 100644
--- a/package/x11r7/xdriver_xf86-video-ati/xdriver_xf86-video-ati.mk
+++ b/package/x11r7/xdriver_xf86-video-ati/xdriver_xf86-video-ati.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XDRIVER_XF86_VIDEO_ATI_VERSION = 7.5.0
+XDRIVER_XF86_VIDEO_ATI_VERSION = 7.6.1
 XDRIVER_XF86_VIDEO_ATI_SOURCE = xf86-video-ati-$(XDRIVER_XF86_VIDEO_ATI_VERSION).tar.bz2
 XDRIVER_XF86_VIDEO_ATI_SITE = http://xorg.freedesktop.org/releases/individual/driver
 XDRIVER_XF86_VIDEO_ATI_LICENSE = MIT
-- 
2.6.2

^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [Buildroot] [PATCH/next 01/13] package/x11r7/xapp_xinput: bump version to 1.6.2
  2015-11-13 23:26 [Buildroot] [PATCH/next 01/13] package/x11r7/xapp_xinput: bump version to 1.6.2 Bernd Kuhls
                   ` (11 preceding siblings ...)
  2015-11-13 23:26 ` [Buildroot] [PATCH/next 13/13] package/x11r7/xdriver_xf86-video-ati: bump version to 7.6.1 Bernd Kuhls
@ 2015-11-14 22:15 ` Peter Korsgaard
  12 siblings, 0 replies; 27+ messages in thread
From: Peter Korsgaard @ 2015-11-14 22:15 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed to next, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Buildroot] [PATCH/next 02/13] package/x11r7/xapp_xkbcomp: bump version to 1.3.1
  2015-11-13 23:26 ` [Buildroot] [PATCH/next 02/13] package/x11r7/xapp_xkbcomp: bump version to 1.3.1 Bernd Kuhls
@ 2015-11-14 22:15   ` Peter Korsgaard
  0 siblings, 0 replies; 27+ messages in thread
From: Peter Korsgaard @ 2015-11-14 22:15 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed to next, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Buildroot] [PATCH/next 03/13] package/x11r7/xkeyboard-config: bump version to 2.16
  2015-11-13 23:26 ` [Buildroot] [PATCH/next 03/13] package/x11r7/xkeyboard-config: bump version to 2.16 Bernd Kuhls
@ 2015-11-14 22:15   ` Peter Korsgaard
  0 siblings, 0 replies; 27+ messages in thread
From: Peter Korsgaard @ 2015-11-14 22:15 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Buildroot] [PATCH/next 04/13] package/x11r7/xdriver_xf86-input-evdev: bump version to 2.10.0
  2015-11-13 23:26 ` [Buildroot] [PATCH/next 04/13] package/x11r7/xdriver_xf86-input-evdev: bump version to 2.10.0 Bernd Kuhls
@ 2015-11-14 22:16   ` Peter Korsgaard
  0 siblings, 0 replies; 27+ messages in thread
From: Peter Korsgaard @ 2015-11-14 22:16 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Buildroot] [PATCH/next 05/13] package/libinput: bump version to 1.1.0
  2015-11-13 23:26 ` [Buildroot] [PATCH/next 05/13] package/libinput: bump version to 1.1.0 Bernd Kuhls
@ 2015-11-14 22:16   ` Peter Korsgaard
  0 siblings, 0 replies; 27+ messages in thread
From: Peter Korsgaard @ 2015-11-14 22:16 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

Hi,

 > Also rebased 0001-rename-log_msg-to-libinput_log_msg.patch.

Committed to next, thanks.

Could you please try to submit that change upstream?

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Buildroot] [PATCH/next 06/13] package/x11r7/xdriver_xf86-input-libinput: bump version to 0.15.0
  2015-11-13 23:26 ` [Buildroot] [PATCH/next 06/13] package/x11r7/xdriver_xf86-input-libinput: bump version to 0.15.0 Bernd Kuhls
@ 2015-11-14 22:16   ` Peter Korsgaard
  0 siblings, 0 replies; 27+ messages in thread
From: Peter Korsgaard @ 2015-11-14 22:16 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Buildroot] [PATCH/next 07/13] package/x11r7/xdriver_xf86-input-synaptics: bump version to 1.8.3
  2015-11-13 23:26 ` [Buildroot] [PATCH/next 07/13] package/x11r7/xdriver_xf86-input-synaptics: bump version to 1.8.3 Bernd Kuhls
@ 2015-11-14 22:17   ` Peter Korsgaard
  0 siblings, 0 replies; 27+ messages in thread
From: Peter Korsgaard @ 2015-11-14 22:17 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed to next, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Buildroot] [PATCH/next 09/13] package/x11r7/xserver_xorg-server: add version 1.18.0
  2015-11-13 23:26 ` [Buildroot] [PATCH/next 09/13] package/x11r7/xserver_xorg-server: add version 1.18.0 Bernd Kuhls
@ 2015-11-14 22:22   ` Peter Korsgaard
  2015-11-14 22:40     ` Bernd Kuhls
  0 siblings, 1 reply; 27+ messages in thread
From: Peter Korsgaard @ 2015-11-14 22:22 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Video drivers need ABI version 20 now:
 > http://cgit.freedesktop.org/xorg/xserver/commit/?id=a8a0f6464a33c12c1de495d74fd478c0d952643e

Is there any sense in keeping the v1.17 series around? I would prefer to
not have to support 3 versions.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Buildroot] [PATCH/next 10/13] package/pixman: bump version to 0.33.4
  2015-11-13 23:26 ` [Buildroot] [PATCH/next 10/13] package/pixman: bump version to 0.33.4 Bernd Kuhls
@ 2015-11-14 22:22   ` Peter Korsgaard
  0 siblings, 0 replies; 27+ messages in thread
From: Peter Korsgaard @ 2015-11-14 22:22 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Removed patches applied upstream.
 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed to next, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Buildroot] [PATCH/next 11/13] package/uclibc: Enable O_CLOEXEC in fopen()
  2015-11-13 23:26 ` [Buildroot] [PATCH/next 11/13] package/uclibc: Enable O_CLOEXEC in fopen() Bernd Kuhls
@ 2015-11-14 22:25   ` Peter Korsgaard
  0 siblings, 0 replies; 27+ messages in thread
From: Peter Korsgaard @ 2015-11-14 22:25 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Needed for package/x11r7/xdriver_xf86-video-ati version bump.
 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

And what about external toolchains? What is the alternative? Makinng the
ati driver glibc/musl only? Perhaps that would be a better solution/

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Buildroot] [PATCH/next 09/13] package/x11r7/xserver_xorg-server: add version 1.18.0
  2015-11-14 22:22   ` Peter Korsgaard
@ 2015-11-14 22:40     ` Bernd Kuhls
  2015-11-18 18:20       ` Bernd Kuhls
  0 siblings, 1 reply; 27+ messages in thread
From: Bernd Kuhls @ 2015-11-14 22:40 UTC (permalink / raw)
  To: buildroot

Am Sat, 14 Nov 2015 23:22:01 +0100 schrieb Peter Korsgaard:

>>>>>> "Bernd" == Bernd Kuhls
>>>>>> <bernd.kuhls@t-online.de> writes:
> 
>  > Video drivers need ABI version 20 now:
>  > http://cgit.freedesktop.org/xorg/xserver/commit/?
id=a8a0f6464a33c12c1de495d74fd478c0d952643e
> 
> Is there any sense in keeping the v1.17 series around? I would prefer to
> not have to support 3 versions.

Hi Peter,

nvidia-driver depends on ABI 19 (yes, I will send a patch in the next 
minutes, I do not use Nvidia hardware so i forgot about it), it is broken 
with X.org 1.18.0:

http://www.phoronix.com/scan.php?page=news_item&px=x.org-server-1.18-
video-abi

ftp://download.nvidia.com/XFree86/Linux-x86/358.09/README/
minimumrequirements.html

https://www.archlinux.org/news/xorg-1180-enters-testing/

Regards, Bernd

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Buildroot] [PATCH/next 09/13] package/x11r7/xserver_xorg-server: add version 1.18.0
  2015-11-14 22:40     ` Bernd Kuhls
@ 2015-11-18 18:20       ` Bernd Kuhls
  2015-11-18 18:36         ` Thomas Petazzoni
  0 siblings, 1 reply; 27+ messages in thread
From: Bernd Kuhls @ 2015-11-18 18:20 UTC (permalink / raw)
  To: buildroot

Am Sat, 14 Nov 2015 23:40:26 +0100 schrieb Bernd Kuhls:

> Am Sat, 14 Nov 2015 23:22:01 +0100 schrieb Peter Korsgaard:
> 
>>>>>>> "Bernd" == Bernd Kuhls
>>>>>>> <bernd.kuhls@t-online.de> writes:
>> 
>>  > Video drivers need ABI version 20 now:
>>  > http://cgit.freedesktop.org/xorg/xserver/commit/?
> id=a8a0f6464a33c12c1de495d74fd478c0d952643e
>> 
>> Is there any sense in keeping the v1.17 series around? I would prefer
>> to not have to support 3 versions.
> 
> Hi Peter,
> 
> nvidia-driver depends on ABI 19 (yes, I will send a patch in the next
> minutes, I do not use Nvidia hardware so i forgot about it), it is
> broken with X.org 1.18.0:

Hi,

Nvidia issued an update, I will post a new patch series in the coming 
days: http://www.nvidia.com/download/driverResults.aspx/95154/en-us

Regards, Bernd

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Buildroot] [PATCH/next 09/13] package/x11r7/xserver_xorg-server: add version 1.18.0
  2015-11-18 18:20       ` Bernd Kuhls
@ 2015-11-18 18:36         ` Thomas Petazzoni
  2015-11-18 19:24           ` Bernd Kuhls
  0 siblings, 1 reply; 27+ messages in thread
From: Thomas Petazzoni @ 2015-11-18 18:36 UTC (permalink / raw)
  To: buildroot

Dear Bernd Kuhls,

On Wed, 18 Nov 2015 19:20:45 +0100, Bernd Kuhls wrote:

> > nvidia-driver depends on ABI 19 (yes, I will send a patch in the next
> > minutes, I do not use Nvidia hardware so i forgot about it), it is
> > broken with X.org 1.18.0:
> 
> Nvidia issued an update, I will post a new patch series in the coming 
> days: http://www.nvidia.com/download/driverResults.aspx/95154/en-us

So thanks to this update we won't have to keep the ABI 19 compatible
X.org server version, right?

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Buildroot] [PATCH/next 09/13] package/x11r7/xserver_xorg-server: add version 1.18.0
  2015-11-18 18:36         ` Thomas Petazzoni
@ 2015-11-18 19:24           ` Bernd Kuhls
  0 siblings, 0 replies; 27+ messages in thread
From: Bernd Kuhls @ 2015-11-18 19:24 UTC (permalink / raw)
  To: buildroot

Am Wed, 18 Nov 2015 19:36:47 +0100 schrieb Thomas Petazzoni:

> Dear Bernd Kuhls,
> 
> On Wed, 18 Nov 2015 19:20:45 +0100, Bernd Kuhls wrote:
> 
>> > nvidia-driver depends on ABI 19 (yes, I will send a patch in the next
>> > minutes, I do not use Nvidia hardware so i forgot about it), it is
>> > broken with X.org 1.18.0:
>> 
>> Nvidia issued an update, I will post a new patch series in the coming
>> days: http://www.nvidia.com/download/driverResults.aspx/95154/en-us
> 
> So thanks to this update we won't have to keep the ABI 19 compatible
> X.org server version, right?

Hi Thomas,

yes, I think so: https://github.com/OpenELEC/OpenELEC.tv/commit/
e5e95515c246a7676ce1227c9fbe1e07e6a9db19#commitcomment-14467959

I do not have Nvidia hardware to test myself, but I trust the OpenELEC 
project ;)

Regards, Bernd

^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2015-11-18 19:24 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-13 23:26 [Buildroot] [PATCH/next 01/13] package/x11r7/xapp_xinput: bump version to 1.6.2 Bernd Kuhls
2015-11-13 23:26 ` [Buildroot] [PATCH/next 02/13] package/x11r7/xapp_xkbcomp: bump version to 1.3.1 Bernd Kuhls
2015-11-14 22:15   ` Peter Korsgaard
2015-11-13 23:26 ` [Buildroot] [PATCH/next 03/13] package/x11r7/xkeyboard-config: bump version to 2.16 Bernd Kuhls
2015-11-14 22:15   ` Peter Korsgaard
2015-11-13 23:26 ` [Buildroot] [PATCH/next 04/13] package/x11r7/xdriver_xf86-input-evdev: bump version to 2.10.0 Bernd Kuhls
2015-11-14 22:16   ` Peter Korsgaard
2015-11-13 23:26 ` [Buildroot] [PATCH/next 05/13] package/libinput: bump version to 1.1.0 Bernd Kuhls
2015-11-14 22:16   ` Peter Korsgaard
2015-11-13 23:26 ` [Buildroot] [PATCH/next 06/13] package/x11r7/xdriver_xf86-input-libinput: bump version to 0.15.0 Bernd Kuhls
2015-11-14 22:16   ` Peter Korsgaard
2015-11-13 23:26 ` [Buildroot] [PATCH/next 07/13] package/x11r7/xdriver_xf86-input-synaptics: bump version to 1.8.3 Bernd Kuhls
2015-11-14 22:17   ` Peter Korsgaard
2015-11-13 23:26 ` [Buildroot] [PATCH/next 08/13] package/x11r7/xdriver_xf86-video-intel: bump version Bernd Kuhls
2015-11-13 23:26 ` [Buildroot] [PATCH/next 09/13] package/x11r7/xserver_xorg-server: add version 1.18.0 Bernd Kuhls
2015-11-14 22:22   ` Peter Korsgaard
2015-11-14 22:40     ` Bernd Kuhls
2015-11-18 18:20       ` Bernd Kuhls
2015-11-18 18:36         ` Thomas Petazzoni
2015-11-18 19:24           ` Bernd Kuhls
2015-11-13 23:26 ` [Buildroot] [PATCH/next 10/13] package/pixman: bump version to 0.33.4 Bernd Kuhls
2015-11-14 22:22   ` Peter Korsgaard
2015-11-13 23:26 ` [Buildroot] [PATCH/next 11/13] package/uclibc: Enable O_CLOEXEC in fopen() Bernd Kuhls
2015-11-14 22:25   ` Peter Korsgaard
2015-11-13 23:26 ` [Buildroot] [PATCH/next 12/13] package/uclibc-ng: " Bernd Kuhls
2015-11-13 23:26 ` [Buildroot] [PATCH/next 13/13] package/x11r7/xdriver_xf86-video-ati: bump version to 7.6.1 Bernd Kuhls
2015-11-14 22:15 ` [Buildroot] [PATCH/next 01/13] package/x11r7/xapp_xinput: bump version to 1.6.2 Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox