All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 01/51] bmon: Bump version
@ 2014-10-26 18:45 Maxime Hadjinlian
  2014-10-26 18:45 ` [Buildroot] [PATCH 02/51] civetweb: bump version Maxime Hadjinlian
                   ` (50 more replies)
  0 siblings, 51 replies; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

The release contains the configure scripts, as such we don't need the
autoreconf anymore.

Also add a hash file since there is a release tarball uploaded by the
maintainer.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/bmon/bmon.hash | 2 ++
 package/bmon/bmon.mk   | 6 ++----
 2 files changed, 4 insertions(+), 4 deletions(-)
 create mode 100644 package/bmon/bmon.hash

diff --git a/package/bmon/bmon.hash b/package/bmon/bmon.hash
new file mode 100644
index 0000000..dbe2e68
--- /dev/null
+++ b/package/bmon/bmon.hash
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256  78ab9e46840178fbc874cdbc94fde34e72e41a18a27383660b50b4c3cd0d1f9c  bmon-3.5.tar.gz
diff --git a/package/bmon/bmon.mk b/package/bmon/bmon.mk
index d4c7a49..d440156 100644
--- a/package/bmon/bmon.mk
+++ b/package/bmon/bmon.mk
@@ -4,10 +4,8 @@
 #
 ################################################################################
 
-BMON_VERSION = 3.2
-BMON_SITE = $(call github,tgraf,bmon,v$(BMON_VERSION))
-# configure not shipped
-BMON_AUTORECONF = YES
+BMON_VERSION = 3.5
+BMON_SITE = https://github.com/tgraf/bmon/releases/download/v$(BMON_VERSION)/
 BMON_DEPENDENCIES = host-pkgconf libconfuse libnl ncurses
 BMON_LICENSE = BSD-2c
 BMON_LICENSE_FILES = LICENSE
-- 
2.1.1

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

* [Buildroot] [PATCH 02/51] civetweb: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-10-27  0:09   ` Peter Korsgaard
  2014-10-26 18:45 ` [Buildroot] [PATCH 03/51] cppzmq: " Maxime Hadjinlian
                   ` (49 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/civetweb/civetweb.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/civetweb/civetweb.mk b/package/civetweb/civetweb.mk
index 9d5eecd..2940a7a 100644
--- a/package/civetweb/civetweb.mk
+++ b/package/civetweb/civetweb.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-CIVETWEB_VERSION = v1.3
+CIVETWEB_VERSION = v1.5
 CIVETWEB_SITE = $(call github,sunsetbrew,civetweb,$(CIVETWEB_VERSION))
 CIVETWEB_LICENSE = MIT
 CIVETWEB_LICENSE_FILES = LICENSE.md
-- 
2.1.1

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

* [Buildroot] [PATCH 03/51] cppzmq: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
  2014-10-26 18:45 ` [Buildroot] [PATCH 02/51] civetweb: bump version Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-10-27  0:10   ` Peter Korsgaard
  2014-10-26 18:45 ` [Buildroot] [PATCH 04/51] czmq: " Maxime Hadjinlian
                   ` (48 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/cppzmq/cppzmq.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/cppzmq/cppzmq.mk b/package/cppzmq/cppzmq.mk
index 95fb030..5446de8 100644
--- a/package/cppzmq/cppzmq.mk
+++ b/package/cppzmq/cppzmq.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-CPPZMQ_VERSION = 235803740753312576495301ebf5b8ed76407173
+CPPZMQ_VERSION = 1f05e0d111197c64be32ad5aecd59f4d1b05a819
 CPPZMQ_SITE = $(call github,zeromq,cppzmq,$(CPPZMQ_VERSION))
 CPPZMQ_INSTALL_STAGING = YES
 CPPZMQ_DEPENDENCIES = zeromq
-- 
2.1.1

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

* [Buildroot] [PATCH 04/51] czmq: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
  2014-10-26 18:45 ` [Buildroot] [PATCH 02/51] civetweb: bump version Maxime Hadjinlian
  2014-10-26 18:45 ` [Buildroot] [PATCH 03/51] cppzmq: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-10-27  0:11   ` Peter Korsgaard
  2014-10-26 18:45 ` [Buildroot] [PATCH 05/51] fb-test-app: " Maxime Hadjinlian
                   ` (47 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Remove patch as it was merged upstream.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 ...se-_DEFAULT_SOURCE-instead-of-_BSD_SOURCE.patch | 53 ----------------------
 package/czmq/czmq.mk                               |  2 +-
 2 files changed, 1 insertion(+), 54 deletions(-)
 delete mode 100644 package/czmq/czmq-0001-Use-_DEFAULT_SOURCE-instead-of-_BSD_SOURCE.patch

diff --git a/package/czmq/czmq-0001-Use-_DEFAULT_SOURCE-instead-of-_BSD_SOURCE.patch b/package/czmq/czmq-0001-Use-_DEFAULT_SOURCE-instead-of-_BSD_SOURCE.patch
deleted file mode 100644
index cef187a..0000000
--- a/package/czmq/czmq-0001-Use-_DEFAULT_SOURCE-instead-of-_BSD_SOURCE.patch
+++ /dev/null
@@ -1,53 +0,0 @@
-From 04be584035b4d9b6a61fd748b6d21c92c6bb9694 Mon Sep 17 00:00:00 2001
-From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-Date: Tue, 9 Sep 2014 23:36:10 +0200
-Subject: [PATCH] Use _DEFAULT_SOURCE instead of _BSD_SOURCE
-
-Since glibc 2.20, using _BSD_SOURCE triggers a warning, and since czmq
-uses -Werror, it aborts the build:
-
-  CC       zchunk.lo
-In file included from /home/thomas/projets/buildroot/output/host/usr/nios2-buildroot-linux-gnu/sysroot/usr/include/ctype.h:25:0,
-                 from ../include/czmq_prelude.h:203,
-                 from ../include/czmq.h:19,
-                 from zauth.c:25:
-/home/thomas/projets/buildroot/output/host/usr/nios2-buildroot-linux-gnu/sysroot/usr/include/features.h:148:3: error: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Werror=cpp]
- # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
-   ^
-
-See the glibc 2.20 release notes, https://lwn.net/Articles/611162/,
-explaining the change about _BSD_SOURCE:
-
-* The _BSD_SOURCE and _SVID_SOURCE feature test macros are no longer
-  supported; they now act the same as _DEFAULT_SOURCE (but generate a
-  warning).  Except for cases where _BSD_SOURCE enabled BSD interfaces that
-  conflicted with POSIX (support for which was removed in 2.19), the
-  interfaces those macros enabled remain available when compiling with
-  _GNU_SOURCE defined, with _DEFAULT_SOURCE defined, or without any feature
-  test macros defined.
-
-Submitted upstream: https://github.com/zeromq/czmq/pull/648
-
-Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
----
- include/czmq_prelude.h | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/include/czmq_prelude.h b/include/czmq_prelude.h
-index 8b4b53d..f77add2 100644
---- a/include/czmq_prelude.h
-+++ b/include/czmq_prelude.h
-@@ -152,8 +152,8 @@
- #   ifndef __NO_CTYPE
- #   define __NO_CTYPE                   //  Suppress warnings on tolower()
- #   endif
--#   ifndef _BSD_SOURCE
--#   define _BSD_SOURCE                  //  Include stuff from 4.3 BSD Unix
-+#   ifndef _DEFAULT_SOURCE
-+#   define _DEFAULT_SOURCE                  //  Include stuff from 4.3 BSD Unix
- #   endif
- #elif (defined (Mips))
- #   define __UTYPE_MIPS
--- 
-2.0.0
-
diff --git a/package/czmq/czmq.mk b/package/czmq/czmq.mk
index 9bc4a2a..d25bf01 100644
--- a/package/czmq/czmq.mk
+++ b/package/czmq/czmq.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-CZMQ_VERSION = v2.2.0
+CZMQ_VERSION = v3.0.0
 CZMQ_SITE = $(call github,zeromq,czmq,$(CZMQ_VERSION))
 
 # Autoreconf required as we use the git tree
-- 
2.1.1

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

* [Buildroot] [PATCH 05/51] fb-test-app: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (2 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 04/51] czmq: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-10-27  0:12   ` Peter Korsgaard
  2014-10-26 18:45 ` [Buildroot] [PATCH 06/51] filemq: " Maxime Hadjinlian
                   ` (46 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Remove patch as it was merged upstream.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 .../fb-test-app/fb-test-app-override-cflags.patch  | 35 ----------------------
 package/fb-test-app/fb-test-app.mk                 |  2 +-
 2 files changed, 1 insertion(+), 36 deletions(-)
 delete mode 100644 package/fb-test-app/fb-test-app-override-cflags.patch

diff --git a/package/fb-test-app/fb-test-app-override-cflags.patch b/package/fb-test-app/fb-test-app-override-cflags.patch
deleted file mode 100644
index 550ca6e..0000000
--- a/package/fb-test-app/fb-test-app-override-cflags.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From deb5143e8e4580d7767de59a2e983dda262b0669 Mon Sep 17 00:00:00 2001
-From: Peter Korsgaard <jacmet@sunsite.dk>
-Date: Wed, 10 Oct 2012 14:38:13 +0200
-Subject: [PATCH] allow custom CFLAGS to passed on the make command line
-
-Ensure the required CFLAGS are appended to what is provided on the
-command line.
-
-Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
----
- Makefile |    8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index 057d539..c3102ea 100644
---- a/Makefile
-+++ b/Makefile
-@@ -11,10 +11,10 @@ else
- 	CFLAGS=-O2 -Wall
- endif
- 
--CFLAGS += -DVERSION=$(VERSION)
--CFLAGS += -DPATCHLEVEL=$(PATCHLEVEL)
--CFLAGS += -DSUBLEVEL=$(SUBLEVEL)
--CFLAGS += -DVERSION_NAME=\"$(NAME)\"
-+override CFLAGS += -DVERSION=$(VERSION)
-+override CFLAGS += -DPATCHLEVEL=$(PATCHLEVEL)
-+override CFLAGS += -DSUBLEVEL=$(SUBLEVEL)
-+override CFLAGS += -DVERSION_NAME=\"$(NAME)\"
- 
- PROGS=perf rect fb-test offset
- 
--- 
-1.7.10.4
-
diff --git a/package/fb-test-app/fb-test-app.mk b/package/fb-test-app/fb-test-app.mk
index 85e027a..9cd0aec 100644
--- a/package/fb-test-app/fb-test-app.mk
+++ b/package/fb-test-app/fb-test-app.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-FB_TEST_APP_VERSION = v1.0.0
+FB_TEST_APP_VERSION = rosetta-1.1.0
 FB_TEST_APP_SITE = $(call github,prpplague,fb-test-app,$(FB_TEST_APP_VERSION))
 FB_TEST_APP_LICENSE = GPLv2
 FB_TEST_APP_LICENSE_FILES = COPYING
-- 
2.1.1

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

* [Buildroot] [PATCH 06/51] filemq: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (3 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 05/51] fb-test-app: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-10-27  0:13   ` Peter Korsgaard
  2014-10-26 18:45 ` [Buildroot] [PATCH 07/51] flann: " Maxime Hadjinlian
                   ` (45 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/filemq/filemq.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/filemq/filemq.mk b/package/filemq/filemq.mk
index 69469c6..d3dc6da 100644
--- a/package/filemq/filemq.mk
+++ b/package/filemq/filemq.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-FILEMQ_VERSION = 9a24134d4c0a84abc5eebf1dfb2eb184adee72df
+FILEMQ_VERSION = 482797b8aa30fcc9ea1377aabdf2b0769f9f698e
 FILEMQ_SITE = $(call github,zeromq,filemq,$(FILEMQ_VERSION))
 
 FILEMQ_AUTORECONF = YES
-- 
2.1.1

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

* [Buildroot] [PATCH 07/51] flann: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (4 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 06/51] filemq: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-10-27  0:13   ` Peter Korsgaard
  2014-10-26 18:45 ` [Buildroot] [PATCH 08/51] geoip: " Maxime Hadjinlian
                   ` (44 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/flann/flann.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/flann/flann.mk b/package/flann/flann.mk
index bbf1e03..30f6c64 100644
--- a/package/flann/flann.mk
+++ b/package/flann/flann.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-FLANN_VERSION = d0c04f4d290ebc3aa9411a3322992d298e51f5aa
+FLANN_VERSION = 04b4a56533faf8c8228d011d05ba376038364b49
 FLANN_SITE = $(call github,mariusmuja,flann,$(FLANN_VERSION))
 FLANN_INSTALL_STAGING = YES
 FLANN_LICENSE = BSD-3c
-- 
2.1.1

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

* [Buildroot] [PATCH 08/51] geoip: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (5 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 07/51] flann: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-10-27  0:16   ` Peter Korsgaard
  2014-10-26 18:45 ` [Buildroot] [PATCH 09/51] jquery-keyboard: " Maxime Hadjinlian
                   ` (43 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

The tarball from the release contains the configure and Makefile.in,
there's no longer need to AUTORECONF.

Add a hash file since the tarball has been uploaded by the maintainer.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/geoip/geoip.hash | 2 ++
 package/geoip/geoip.mk   | 5 ++---
 2 files changed, 4 insertions(+), 3 deletions(-)
 create mode 100644 package/geoip/geoip.hash

diff --git a/package/geoip/geoip.hash b/package/geoip/geoip.hash
new file mode 100644
index 0000000..717bec4
--- /dev/null
+++ b/package/geoip/geoip.hash
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256  8ef059ee3680b39db967248331ec41188f4b45f86a4a77e39247ff41b61efd7c  GeoIP-1.6.2.tar.gz
diff --git a/package/geoip/geoip.mk b/package/geoip/geoip.mk
index bbfa014..26e55e1 100644
--- a/package/geoip/geoip.mk
+++ b/package/geoip/geoip.mk
@@ -4,10 +4,9 @@
 #
 ################################################################################
 
-GEOIP_VERSION = 1.6.0
+GEOIP_VERSION = 1.6.2
 GEOIP_SOURCE = GeoIP-$(GEOIP_VERSION).tar.gz
-GEOIP_SITE = $(call github,maxmind,geoip-api-c,v$(GEOIP_VERSION))
-GEOIP_AUTORECONF = YES
+GEOIP_SITE = https://github.com/maxmind/geoip-api-c/releases/download/v$(GEOIP_VERSION)/
 GEOIP_INSTALL_STAGING = YES
 GEOIP_LICENSE = LGPLv2.1+
 GEOIP_LICENSE_FILES = LICENSE COPYING
-- 
2.1.1

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

* [Buildroot] [PATCH 09/51] jquery-keyboard: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (6 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 08/51] geoip: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-10-27  0:18   ` Peter Korsgaard
  2014-10-26 18:45 ` [Buildroot] [PATCH 10/51] json-javascript: " Maxime Hadjinlian
                   ` (42 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/jquery-keyboard/jquery-keyboard.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/jquery-keyboard/jquery-keyboard.mk b/package/jquery-keyboard/jquery-keyboard.mk
index 317dc14..a1320dc 100644
--- a/package/jquery-keyboard/jquery-keyboard.mk
+++ b/package/jquery-keyboard/jquery-keyboard.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-JQUERY_KEYBOARD_VERSION = v1.18.9
+JQUERY_KEYBOARD_VERSION = v1.18.12
 JQUERY_KEYBOARD_SITE = $(call github,Mottie,Keyboard,$(JQUERY_KEYBOARD_VERSION))
 JQUERY_KEYBOARD_LICENSE = MIT WTFPL
 JQUERY_KEYBOARD_LICENSE_FILES = README.markdown
-- 
2.1.1

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

* [Buildroot] [PATCH 10/51] json-javascript: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (7 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 09/51] jquery-keyboard: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-10-27  0:19   ` Peter Korsgaard
  2014-10-26 18:45 ` [Buildroot] [PATCH 11/51] jsmin: " Maxime Hadjinlian
                   ` (41 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/json-javascript/json-javascript.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/json-javascript/json-javascript.mk b/package/json-javascript/json-javascript.mk
index 453ad34..c15b531 100644
--- a/package/json-javascript/json-javascript.mk
+++ b/package/json-javascript/json-javascript.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-JSON_JAVASCRIPT_VERSION = 42c18c621a411c3f39a81bb0a387fc50dcd738d9
+JSON_JAVASCRIPT_VERSION = 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac
 JSON_JAVASCRIPT_SITE = $(call github,douglascrockford,JSON-js,$(JSON_JAVASCRIPT_VERSION))
 JSON_JAVASCRIPT_LICENSE = Public Domain
 JSON_JAVASCRIPT_LICENSE_FILES = json2.js
-- 
2.1.1

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

* [Buildroot] [PATCH 11/51] jsmin: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (8 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 10/51] json-javascript: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-10-26 18:45 ` [Buildroot] [PATCH 12/51] ktap: " Maxime Hadjinlian
                   ` (40 subsequent siblings)
  50 siblings, 0 replies; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/jsmin/jsmin.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/jsmin/jsmin.mk b/package/jsmin/jsmin.mk
index 957b686..a66ba71 100644
--- a/package/jsmin/jsmin.mk
+++ b/package/jsmin/jsmin.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-JSMIN_VERSION = a9b47554d5684a55301a2eb7ca8480b7ee7630d4
+JSMIN_VERSION = 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b
 JSMIN_SITE = $(call github,douglascrockford,JSMin,$(JSMIN_VERSION))
 JSMIN_LICENSE = MIT
 JSMIN_LICENSE_FILES = jsmin.c
-- 
2.1.1

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

* [Buildroot] [PATCH 12/51] ktap: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (9 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 11/51] jsmin: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-11-01 18:08   ` Thomas Petazzoni
  2014-10-26 18:45 ` [Buildroot] [PATCH 13/51] libconfuse: " Maxime Hadjinlian
                   ` (39 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

We switch from a tag to a commit ID, because the release  is from
December 2013.
Ktap has 4 releases, all made during a 7 months period, nothing since
then.

But the project is still active, ~80 commits have been pushed in the meantime.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/ktap/ktap.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/ktap/ktap.mk b/package/ktap/ktap.mk
index 0c2652d..a6b779a 100644
--- a/package/ktap/ktap.mk
+++ b/package/ktap/ktap.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KTAP_VERSION = v0.4
+KTAP_VERSION = 5b16b61deb6c8a99d71e5167706a5f5566135828
 KTAP_SITE = $(call github,ktap,ktap,$(KTAP_VERSION))
 KTAP_SOURCE = v$(KTAP_VERSION).tar.gz
 KTAP_LICENSE = GPLv2
-- 
2.1.1

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

* [Buildroot] [PATCH 13/51] libconfuse: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (10 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 12/51] ktap: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-11-01 19:00   ` Thomas Petazzoni
  2014-10-26 18:45 ` [Buildroot] [PATCH 14/51] libenca: " Maxime Hadjinlian
                   ` (38 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

The tag v2.7 is from 2010, no release has been since then and a few
changes has been mode, notably a LICENSE file was added.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/libconfuse/libconfuse.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libconfuse/libconfuse.mk b/package/libconfuse/libconfuse.mk
index 61b233c..b3dcceb 100644
--- a/package/libconfuse/libconfuse.mk
+++ b/package/libconfuse/libconfuse.mk
@@ -4,13 +4,13 @@
 #
 ################################################################################
 
-LIBCONFUSE_VERSION = V2_7
+LIBCONFUSE_VERSION = 9413a82f9cb56a94f71fa420f146e841c5372ed8
 LIBCONFUSE_SITE = $(call github,martinh,libconfuse,$(LIBCONFUSE_VERSION))
 LIBCONFUSE_INSTALL_STAGING = YES
 LIBCONFUSE_CONF_OPTS = --disable-rpath
 LIBCONFUSE_DEPENDENCIES = host-flex
 LIBCONFUSE_LICENSE = ISC
-LIBCONFUSE_LICENSE_FILES = src/confuse.c
+LIBCONFUSE_LICENSE_FILES = LICENSE
 
 # Fresh from the repository, no configure et al.
 LIBCONFUSE_AUTORECONF = YES
-- 
2.1.1

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

* [Buildroot] [PATCH 14/51] libenca: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (11 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 13/51] libconfuse: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-10-29 19:23   ` Bernd Kuhls
  2014-10-29 20:38   ` Thomas Petazzoni
  2014-10-26 18:45 ` [Buildroot] [PATCH 15/51] libstrophe: " Maxime Hadjinlian
                   ` (37 subsequent siblings)
  50 siblings, 2 replies; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Remove all the patches as they were accepted upstream.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 .../libenca-001-fix-installation-error.patch       | 44 ----------------------
 ...benca-002-remove-prefix-hack-in-configure.patch | 33 ----------------
 package/libenca/libenca-003-iconv.patch            | 15 --------
 package/libenca/libenca.mk                         |  2 +-
 4 files changed, 1 insertion(+), 93 deletions(-)
 delete mode 100644 package/libenca/libenca-001-fix-installation-error.patch
 delete mode 100644 package/libenca/libenca-002-remove-prefix-hack-in-configure.patch
 delete mode 100644 package/libenca/libenca-003-iconv.patch

diff --git a/package/libenca/libenca-001-fix-installation-error.patch b/package/libenca/libenca-001-fix-installation-error.patch
deleted file mode 100644
index fc27841..0000000
--- a/package/libenca/libenca-001-fix-installation-error.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-From 1ca09a1a8f3dd07e2805855a1f1a67a54e8d8adb Mon Sep 17 00:00:00 2001
-From: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
-Date: Wed, 15 Jan 2014 00:20:08 +0100
-Subject: [PATCH 2/3] Fix installation error
-
-ln will complain that the link already exists and will error.
-Adding the -f flag, force ln to recreate the link without failing the
-build.
-
-Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
----
- Makefile.am     | 2 +-
- src/Makefile.am | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index b5b50be..ddf1d5f 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -54,7 +54,7 @@ install-data-hook:
- 	cd $(DESTDIR)$(man1dir); \
- 	inst1=`echo enca | sed '$(transform)'`.1; \
- 	inst2=`echo enconv | sed '$(transform)'`.1; \
--	$(LN_S) $$inst1 $$inst2
-+	$(LN_S) -f $$inst1 $$inst2
- 
- uninstall-hook:
- 	inst=`echo enconv | sed '$(transform)'`.1; \
-diff --git a/src/Makefile.am b/src/Makefile.am
-index 2f01a12..3885137 100644
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -47,7 +47,7 @@ install-exec-hook:
- 	cd $(DESTDIR)$(bindir); \
- 	inst1=`echo enca | sed '$(transform)'`; \
- 	inst2=`echo enconv | sed '$(transform)'`; \
--	$(LN_S) $$inst1$(EXEEXT) $$inst2$(EXEEXT)
-+	$(LN_S) -f $$inst1$(EXEEXT) $$inst2$(EXEEXT)
- 
- uninstall-hook:
- 	inst=`echo enconv | sed '$(transform)'`; \
--- 
-1.8.5.2
-
diff --git a/package/libenca/libenca-002-remove-prefix-hack-in-configure.patch b/package/libenca/libenca-002-remove-prefix-hack-in-configure.patch
deleted file mode 100644
index 45701f9..0000000
--- a/package/libenca/libenca-002-remove-prefix-hack-in-configure.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 354a8217eb735c9678f42436d647571fcebc3ead Mon Sep 17 00:00:00 2001
-From: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
-Date: Wed, 15 Jan 2014 00:46:10 +0100
-Subject: [PATCH 3/3] Remove prefix hack in configure
-
-Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
----
- configure.ac | 9 ---------
- 1 file changed, 9 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 9db3b21..9b99df4 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -100,15 +100,6 @@ gtk_CHECK_GTK_DOC
- dnl Check for good random number sources
- AC_CHECK_FILES(/dev/random /dev/urandom /dev/srandom /dev/arandom)
- 
--dnl Dirty path hack.  Helps some people with badly set up search paths.
--if test "$prefix" = "NONE"; then
--  LDFLAGS="$LDFLAGS -L$ac_default_prefix/lib"
--  CPPFLAGS="$CPPFLAGS -I$ac_default_prefix/include"
--else
--  LDFLAGS="$LDFLAGS -L$prefix/lib"
--  CPPFLAGS="$CPPFLAGS -I$prefix/include"
--fi
--
- dnl Checks for libraries.
- ye_CHECK_LIBM
- 
--- 
-1.8.5.2
-
diff --git a/package/libenca/libenca-003-iconv.patch b/package/libenca/libenca-003-iconv.patch
deleted file mode 100644
index 2ea43c0..0000000
--- a/package/libenca/libenca-003-iconv.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-libiconv.m4: Fix AM_ICONV macro usage
-
-Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
-
---- a/m4/libiconv.m4 2013-09-30 09:48:22.000000000 +0200
-+++ b/m4/libiconv.m4 2014-01-18 12:56:32.634514555 +0100
-@@ -17,7 +17,7 @@
- dnl
-
- dnl Use standard iconv test
--AM_ICONV
-+m4_pattern_allow([AM_ICONV])
- CONVERTER_LIBS="$CONVERTER_LIBS $LIBICONV"
-
- dnl Compile iconvcap.c and run it to determine what encodings iconv actually
diff --git a/package/libenca/libenca.mk b/package/libenca/libenca.mk
index 66fcfaa..b46de9a 100644
--- a/package/libenca/libenca.mk
+++ b/package/libenca/libenca.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBENCA_VERSION = 1.15
+LIBENCA_VERSION = 1.16
 LIBENCA_SITE = $(call github,nijel,enca,$(LIBENCA_VERSION))
 LIBENCA_INSTALL_STAGING = YES
 LIBENCA_AUTORECONF = YES
-- 
2.1.1

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

* [Buildroot] [PATCH 15/51] libstrophe: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (12 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 14/51] libenca: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-11-01 19:07   ` Thomas Petazzoni
  2014-10-26 18:45 ` [Buildroot] [PATCH 16/51] libuv: " Maxime Hadjinlian
                   ` (36 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Remove patch that was accepted upstream. The other one was never sent
before.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 ...-configure.ac-fix-misdetection-of-libxml2.patch | 32 ----------------------
 package/libstrophe/libstrophe.mk                   |  2 +-
 2 files changed, 1 insertion(+), 33 deletions(-)
 delete mode 100644 package/libstrophe/libstrophe-02-configure.ac-fix-misdetection-of-libxml2.patch

diff --git a/package/libstrophe/libstrophe-02-configure.ac-fix-misdetection-of-libxml2.patch b/package/libstrophe/libstrophe-02-configure.ac-fix-misdetection-of-libxml2.patch
deleted file mode 100644
index 7f6610c..0000000
--- a/package/libstrophe/libstrophe-02-configure.ac-fix-misdetection-of-libxml2.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 816df67088fc590c9e8f8598a1a7e90ff1fc425d Mon Sep 17 00:00:00 2001
-From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-Date: Sun, 20 Apr 2014 21:07:41 +0200
-Subject: [PATCH] configure.ac: fix misdetection of libxml2
-
-A small typo in the detection of libxml2 leads to a successful
-pkg-config discovery of libxml2 to be ignored. As a consequence,
-configure.ac falls back to detecting the host libxml2, which does not
-work in cross-compilation situation. This commit fixes this small
-typo.
-
-Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
----
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index e4f9299..a3e48ee 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -16,7 +16,7 @@ AC_ARG_WITH([libxml2],
- if test "x$with_libxml2" != xno; then
-   PKG_CHECK_MODULES([libxml2], [libxml-2.0 >= 2.7],
-                     [with_libxml2=yes], [dummy=1])
--  if test "x$with_libxml2" != yes; then
-+  if test "x$with_libxml2" != xyes; then
-     old_CFLAGS=$CFLAGS
-     CFLAGS="-I /usr/include/libxml2"
-     AC_CHECK_HEADER([libxml/parser.h],
--- 
-1.9.2
-
diff --git a/package/libstrophe/libstrophe.mk b/package/libstrophe/libstrophe.mk
index 21f7d29..d7202d7 100644
--- a/package/libstrophe/libstrophe.mk
+++ b/package/libstrophe/libstrophe.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBSTROPHE_VERSION = d408eaf2bbfe5ff5c56eab01463c278f9891c08e
+LIBSTROPHE_VERSION = 0.8.6
 LIBSTROPHE_SITE = $(call github,strophe,libstrophe,$(LIBSTROPHE_VERSION))
 LIBSTROPHE_DEPENDENCIES = openssl host-pkgconf
 LIBSTROPHE_AUTORECONF = YES
-- 
2.1.1

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

* [Buildroot] [PATCH 16/51] libuv: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (13 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 15/51] libstrophe: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-11-01 20:34   ` Thomas Petazzoni
  2014-10-26 18:45 ` [Buildroot] [PATCH 17/51] linenoise: bump version and license Maxime Hadjinlian
                   ` (35 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/libuv/libuv.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libuv/libuv.mk b/package/libuv/libuv.mk
index 986acee..76a4601 100644
--- a/package/libuv/libuv.mk
+++ b/package/libuv/libuv.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBUV_VERSION = v0.11.26
+LIBUV_VERSION = v0.11.29
 LIBUV_SITE = $(call github,joyent,libuv,$(LIBUV_VERSION))
 LIBUV_DEPENDENCIES = host-pkgconf
 LIBUV_INSTALL_STAGING = YES
-- 
2.1.1

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

* [Buildroot] [PATCH 17/51] linenoise: bump version and license
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (14 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 16/51] libuv: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-11-01 20:41   ` Thomas Petazzoni
  2014-10-26 18:45 ` [Buildroot] [PATCH 18/51] lua-msgpack-native: bump version Maxime Hadjinlian
                   ` (34 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

The project now comes with a LICENSE_FILES.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/linenoise/linenoise.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/linenoise/linenoise.mk b/package/linenoise/linenoise.mk
index aff0c7d..7321564 100644
--- a/package/linenoise/linenoise.mk
+++ b/package/linenoise/linenoise.mk
@@ -4,9 +4,10 @@
 #
 ################################################################################
 
-LINENOISE_VERSION = 828b9dacc52d4ad5a15c89be8fb8691d224f9a4f
+LINENOISE_VERSION = cf1bdf5f89e10b504a0bec3efc8a8587eadecd2c
 LINENOISE_SITE = $(call github,antirez,linenoise,$(LINENOISE_VERSION))
 LINENOISE_LICENSE = BSD-2c
+LINENOISE_LICENSE_FILES = LICENSE
 LINENOISE_INSTALL_STAGING = YES
 # Static library only, nothing to install on target
 LINENOISE_INSTALL_TARGET = NO
-- 
2.1.1

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

* [Buildroot] [PATCH 18/51] lua-msgpack-native: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (15 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 17/51] linenoise: bump version and license Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-11-01 20:42   ` Thomas Petazzoni
  2014-10-26 18:45 ` [Buildroot] [PATCH 19/51] lxc: " Maxime Hadjinlian
                   ` (33 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/lua-msgpack-native/lua-msgpack-native.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/lua-msgpack-native/lua-msgpack-native.mk b/package/lua-msgpack-native/lua-msgpack-native.mk
index ceb453d..acd3a0e 100644
--- a/package/lua-msgpack-native/lua-msgpack-native.mk
+++ b/package/lua-msgpack-native/lua-msgpack-native.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LUA_MSGPACK_NATIVE_VERSION = 41cce91ab6b54e4426c6d626a0ac41a02ec2096d
+LUA_MSGPACK_NATIVE_VERSION = 41a91b994c70389dc9daa1a15678741d8ec41749
 LUA_MSGPACK_NATIVE_SITE = $(call github,kengonakajima,lua-msgpack-native,$(LUA_MSGPACK_NATIVE_VERSION))
 LUA_MSGPACK_NATIVE_DEPENDENCIES = luainterpreter
 LUA_MSGPACK_NATIVE_LICENSE = Apache-2.0
-- 
2.1.1

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

* [Buildroot] [PATCH 19/51] lxc: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (16 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 18/51] lua-msgpack-native: bump version Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-11-01 20:47   ` Thomas Petazzoni
  2014-10-26 18:45 ` [Buildroot] [PATCH 20/51] lz4: " Maxime Hadjinlian
                   ` (32 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/lxc/lxc.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/lxc/lxc.mk b/package/lxc/lxc.mk
index 38bda7e..724b1b7 100644
--- a/package/lxc/lxc.mk
+++ b/package/lxc/lxc.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LXC_VERSION = 1.0.4
+LXC_VERSION = 1.0.6
 LXC_SITE = $(call github,lxc,lxc,lxc-$(LXC_VERSION))
 LXC_LICENSE = LGPLv2.1+
 LXC_LICENSE_FILES = COPYING
-- 
2.1.1

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

* [Buildroot] [PATCH 20/51] lz4: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (17 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 19/51] lxc: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-11-01 20:48   ` Thomas Petazzoni
  2014-10-26 18:45 ` [Buildroot] [PATCH 21/51] omap-u-boot-utils: " Maxime Hadjinlian
                   ` (31 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/lz4/lz4.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/lz4/lz4.mk b/package/lz4/lz4.mk
index 819cc54..761ce4d 100644
--- a/package/lz4/lz4.mk
+++ b/package/lz4/lz4.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LZ4_VERSION = r119
+LZ4_VERSION = r123
 LZ4_SITE = $(call github,Cyan4973,lz4,$(LZ4_VERSION))
 LZ4_INSTALL_STAGING = YES
 LZ4_LICENSE = BSD-2c
-- 
2.1.1

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

* [Buildroot] [PATCH 21/51] omap-u-boot-utils: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (18 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 20/51] lz4: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-11-01 20:48   ` Thomas Petazzoni
  2014-10-26 18:45 ` [Buildroot] [PATCH 22/51] python-configshell-fb: Bump version Maxime Hadjinlian
                   ` (30 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/omap-u-boot-utils/omap-u-boot-utils.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/omap-u-boot-utils/omap-u-boot-utils.mk b/package/omap-u-boot-utils/omap-u-boot-utils.mk
index ad8f430..7cfed65 100644
--- a/package/omap-u-boot-utils/omap-u-boot-utils.mk
+++ b/package/omap-u-boot-utils/omap-u-boot-utils.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-OMAP_U_BOOT_UTILS_VERSION = 8aff852322c6f52bd09568bef7725ab509d81725
+OMAP_U_BOOT_UTILS_VERSION = 3f07426cddc0be9e24702e7aacc7574ddd7fba28
 OMAP_U_BOOT_UTILS_SITE = $(call github,nmenon,omap-u-boot-utils,$(OMAP_U_BOOT_UTILS_VERSION))
 OMAP_U_BOOT_UTILS_LICENSE = GPLv2, GPLv2+
 OMAP_U_BOOT_UTILS_LICENSE_FILES = COPYING
-- 
2.1.1

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

* [Buildroot] [PATCH 22/51] python-configshell-fb: Bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (19 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 21/51] omap-u-boot-utils: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-10-29 22:23   ` Thomas Petazzoni
  2014-10-26 18:45 ` [Buildroot] [PATCH 23/51] python-ipy: bump version Maxime Hadjinlian
                   ` (29 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/python-configshell-fb/python-configshell-fb.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/python-configshell-fb/python-configshell-fb.mk b/package/python-configshell-fb/python-configshell-fb.mk
index 64b27fe..76ef48d 100644
--- a/package/python-configshell-fb/python-configshell-fb.mk
+++ b/package/python-configshell-fb/python-configshell-fb.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PYTHON_CONFIGSHELL_FB_VERSION = v1.1.fb14
+PYTHON_CONFIGSHELL_FB_VERSION = v1.1.fb15
 PYTHON_CONFIGSHELL_FB_SITE = $(call github,agrover,configshell-fb,$(PYTHON_CONFIGSHELL_FB_VERSION))
 PYTHON_CONFIGSHELL_FB_LICENSE = Apache-2.0
 PYTHON_CONFIGSHELL_FB_LICENSE_FILES = COPYING
-- 
2.1.1

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

* [Buildroot] [PATCH 23/51] python-ipy: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (20 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 22/51] python-configshell-fb: Bump version Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-10-29 22:23   ` Thomas Petazzoni
  2014-10-26 18:45 ` [Buildroot] [PATCH 24/51] python-pyusb: " Maxime Hadjinlian
                   ` (28 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/python-ipy/python-ipy.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/python-ipy/python-ipy.mk b/package/python-ipy/python-ipy.mk
index 178ce85..6773aaf 100644
--- a/package/python-ipy/python-ipy.mk
+++ b/package/python-ipy/python-ipy.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PYTHON_IPY_VERSION = IPy-0.75
+PYTHON_IPY_VERSION = IPy-0.82a
 PYTHON_IPY_SITE = $(call github,haypo,python-ipy,$(PYTHON_IPY_VERSION))
 PYTHON_IPY_LICENSE = BSD-3c
 PYTHON_IPY_LICENSE_FILES = COPYING
-- 
2.1.1

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

* [Buildroot] [PATCH 24/51] python-pyusb: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (21 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 23/51] python-ipy: bump version Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-10-29 22:24   ` Thomas Petazzoni
  2014-10-26 18:45 ` [Buildroot] [PATCH 25/51] python-rtslib-fb: " Maxime Hadjinlian
                   ` (27 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/python-pyusb/python-pyusb.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/python-pyusb/python-pyusb.mk b/package/python-pyusb/python-pyusb.mk
index dee6561..ae69026 100644
--- a/package/python-pyusb/python-pyusb.mk
+++ b/package/python-pyusb/python-pyusb.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PYTHON_PYUSB_VERSION = 0546cad8980783c39f96db717005a550059b730f
+PYTHON_PYUSB_VERSION = 1.0.0b2
 PYTHON_PYUSB_SITE = $(call github,walac,pyusb,$(PYTHON_PYUSB_VERSION))
 PYTHON_PYUSB_LICENSE = BSD-3c
 PYTHON_PYUSB_LICENSE_FILES = LICENSE
-- 
2.1.1

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

* [Buildroot] [PATCH 25/51] python-rtslib-fb: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (22 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 24/51] python-pyusb: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-10-29 22:24   ` Thomas Petazzoni
  2014-10-26 18:45 ` [Buildroot] [PATCH 26/51] qjson: " Maxime Hadjinlian
                   ` (26 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/python-rtslib-fb/python-rtslib-fb.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/python-rtslib-fb/python-rtslib-fb.mk b/package/python-rtslib-fb/python-rtslib-fb.mk
index 70b0257..d45c261 100644
--- a/package/python-rtslib-fb/python-rtslib-fb.mk
+++ b/package/python-rtslib-fb/python-rtslib-fb.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PYTHON_RTSLIB_FB_VERSION = v2.1.fb49
+PYTHON_RTSLIB_FB_VERSION = v2.1.fb50
 PYTHON_RTSLIB_FB_SITE = $(call github,agrover,rtslib-fb,$(PYTHON_RTSLIB_FB_VERSION))
 PYTHON_RTSLIB_FB_LICENSE = Apache-2.0
 PYTHON_RTSLIB_FB_LICENSE_FILES = COPYING
-- 
2.1.1

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

* [Buildroot] [PATCH 26/51] qjson: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (23 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 25/51] python-rtslib-fb: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-11-01 22:15   ` Thomas Petazzoni
  2014-10-26 18:45 ` [Buildroot] [PATCH 27/51] sconeserver: " Maxime Hadjinlian
                   ` (25 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Remove useless empty line.
Update the patch and its name.

We change from a release from Nov 2012 to a commit, because the project
and there has been quite a number of commits since then.

The patch will be sent upstream along with a request for a new release.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 ...1-fix-Qt4-package-error-in-CMakeLists.txt.patch | 29 ++++++++++++++++++++++
 ...qjson-fix-qt4-package-error-in-cmakelists.patch | 29 ----------------------
 package/qjson/qjson.mk                             |  3 +--
 3 files changed, 30 insertions(+), 31 deletions(-)
 create mode 100644 package/qjson/0001-fix-Qt4-package-error-in-CMakeLists.txt.patch
 delete mode 100644 package/qjson/qjson-fix-qt4-package-error-in-cmakelists.patch

diff --git a/package/qjson/0001-fix-Qt4-package-error-in-CMakeLists.txt.patch b/package/qjson/0001-fix-Qt4-package-error-in-CMakeLists.txt.patch
new file mode 100644
index 0000000..6f7a9ba
--- /dev/null
+++ b/package/qjson/0001-fix-Qt4-package-error-in-CMakeLists.txt.patch
@@ -0,0 +1,29 @@
+From 45ec86156819c0872d023b05001682a8d2d2dc25 Mon Sep 17 00:00:00 2001
+From: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>
+Date: Sat, 6 Apr 2013 16:54:25 +0200
+Subject: [PATCH] fix Qt4 package error in CMakeLists.txt
+
+Avoid checking for uic executable by cmake as it results configure
+time error if QtGui isn't installed.
+
+Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index adb65e9..81854b1 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -52,7 +52,7 @@ IF (Qt5Core_FOUND)
+ ELSE()
+   MESSAGE ("Qt5 not found, searching for Qt4")
+   # Find Qt4
+-  FIND_PACKAGE( Qt4 REQUIRED )
++  FIND_PACKAGE( Qt4 COMPONENTS QtCore REQUIRED )
+ 
+   # Include the cmake file needed to use qt4
+   INCLUDE( ${QT_USE_FILE} )
+-- 
+2.1.1
+
diff --git a/package/qjson/qjson-fix-qt4-package-error-in-cmakelists.patch b/package/qjson/qjson-fix-qt4-package-error-in-cmakelists.patch
deleted file mode 100644
index 058973e..0000000
--- a/package/qjson/qjson-fix-qt4-package-error-in-cmakelists.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 529e50939316abc3c4190f89a482b17a4d4b3355 Mon Sep 17 00:00:00 2001
-From: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>
-Date: Sat, 6 Apr 2013 16:54:25 +0200
-Subject: [PATCH] fix Qt4 package error in CMakeLists.txt
-
-Avoid checking for uic executable by cmake as it results configure
-time error if QtGui isn't installed.
-
-Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>
----
- CMakeLists.txt |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 13e65f1..447f209 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -32,7 +32,7 @@ SET(FRAMEWORK_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/Library/Frameworks"
- SET(QT_USE_IMPORTED_TARGETS TRUE)
- 
- # Find Qt4
--FIND_PACKAGE( Qt4 REQUIRED )
-+find_package(Qt4 COMPONENTS QtCore REQUIRED )
- 
- IF (NOT WIN32)
-   SET( QT_DONT_USE_QTGUI TRUE )
--- 
-1.7.10.4
-
diff --git a/package/qjson/qjson.mk b/package/qjson/qjson.mk
index 2a0690f..17f2d00 100644
--- a/package/qjson/qjson.mk
+++ b/package/qjson/qjson.mk
@@ -4,8 +4,7 @@
 #
 ################################################################################
 
-QJSON_VERSION = 0.8.1
-
+QJSON_VERSION = ba273682a9d33a7b3090e74f4742b5f3bf6c9b02
 QJSON_SITE = $(call github,flavio,qjson,$(QJSON_VERSION))
 QJSON_INSTALL_STAGING = YES
 QJSON_DEPENDENCIES = qt
-- 
2.1.1

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

* [Buildroot] [PATCH 27/51] sconeserver: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (24 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 26/51] qjson: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-11-01 22:19   ` Thomas Petazzoni
  2014-10-26 18:45 ` [Buildroot] [PATCH 28/51] smcroute: " Maxime Hadjinlian
                   ` (24 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/sconeserver/sconeserver.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/sconeserver/sconeserver.mk b/package/sconeserver/sconeserver.mk
index 6b91469..fd2123d 100644
--- a/package/sconeserver/sconeserver.mk
+++ b/package/sconeserver/sconeserver.mk
@@ -6,7 +6,7 @@
 
 # Release 0.6.0 doesn't build cleanly, so use a recent
 # Git commit.
-SCONESERVER_VERSION = d58f2de88c681939554089f786e360042a30c8f8
+SCONESERVER_VERSION = 3b886c3dda6eda39bcb27472d29ed7fd3185ba1d
 SCONESERVER_SITE = $(call github,sconemad,sconeserver,$(SCONESERVER_VERSION))
 SCONESERVER_LICENSE = GPLv2+
 SCONESERVER_LICENSE_FILES = COPYING
-- 
2.1.1

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

* [Buildroot] [PATCH 28/51] smcroute: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (25 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 27/51] sconeserver: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-11-01 22:21   ` Thomas Petazzoni
  2014-10-26 18:45 ` [Buildroot] [PATCH 29/51] sqlcipher: " Maxime Hadjinlian
                   ` (23 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Add a hash file also since the release tarball has been uploaded by the
maintainer.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/smcroute/smcroute.hash | 4 ++++
 package/smcroute/smcroute.mk   | 5 +++--
 2 files changed, 7 insertions(+), 2 deletions(-)
 create mode 100644 package/smcroute/smcroute.hash

diff --git a/package/smcroute/smcroute.hash b/package/smcroute/smcroute.hash
new file mode 100644
index 0000000..b24228f
--- /dev/null
+++ b/package/smcroute/smcroute.hash
@@ -0,0 +1,4 @@
+# Locally generated
+sha256  66fd32dc66b5d32670918205a94c4f2ac8c56741486326922e4d1a92f628db48  smcroute-2.0.0.tar.xz
+# From https://github.com/troglobit/smcroute/releases/download/2.0.0/smcroute-2.0.0.tar.xz.md5
+md5     cbf478e52ab9ae411adca41b9d22f68a  smcroute-2.0.0.tar.xz
diff --git a/package/smcroute/smcroute.mk b/package/smcroute/smcroute.mk
index 59c4fef..9de65f8 100755
--- a/package/smcroute/smcroute.mk
+++ b/package/smcroute/smcroute.mk
@@ -4,8 +4,9 @@
 #
 ################################################################################
 
-SMCROUTE_VERSION = 1.99.2
-SMCROUTE_SITE = $(call github,troglobit,smcroute,$(SMCROUTE_VERSION))
+SMCROUTE_VERSION = 2.0.0
+SMCROUTE_SOURCE = smcroute-$(SMCROUTE_VERSION).tar.xz
+SMCROUTE_SITE = https://github.com/troglobit/smcroute/releases/download/$(SMCROUTE_VERSION)/
 SMCROUTE_LICENSE = GPLv2+
 SMCROUTE_LICENSE_FILES = COPYING
 
-- 
2.1.1

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

* [Buildroot] [PATCH 29/51] sqlcipher: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (26 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 28/51] smcroute: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-11-01 22:27   ` Thomas Petazzoni
  2014-10-26 18:45 ` [Buildroot] [PATCH 30/51] sunxi-boards: " Maxime Hadjinlian
                   ` (22 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/sqlcipher/sqlcipher.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/sqlcipher/sqlcipher.mk b/package/sqlcipher/sqlcipher.mk
index a118718..86eebb5 100644
--- a/package/sqlcipher/sqlcipher.mk
+++ b/package/sqlcipher/sqlcipher.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SQLCIPHER_VERSION = v1.1.9
+SQLCIPHER_VERSION = v3.2.0
 SQLCIPHER_SITE = $(call github,sqlcipher,sqlcipher,$(SQLCIPHER_VERSION))
 SQLCIPHER_DEPENDENCIES = openssl host-tcl
 SQLCIPHER_INSTALL_STAGING = YES
-- 
2.1.1

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

* [Buildroot] [PATCH 30/51] sunxi-boards: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (27 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 29/51] sqlcipher: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-11-01 22:29   ` Thomas Petazzoni
  2014-10-26 18:45 ` [Buildroot] [PATCH 31/51] sunxi-mali: " Maxime Hadjinlian
                   ` (21 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/sunxi-boards/sunxi-boards.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/sunxi-boards/sunxi-boards.mk b/package/sunxi-boards/sunxi-boards.mk
index c65d00f..1a2bb4c 100644
--- a/package/sunxi-boards/sunxi-boards.mk
+++ b/package/sunxi-boards/sunxi-boards.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SUNXI_BOARDS_VERSION = 4016ad7fb6c249c0bd6b6d804c706f9a7a165cc6
+SUNXI_BOARDS_VERSION = 68acb3b1610a44b9402560623f7e35b7882585e9
 SUNXI_BOARDS_SITE = $(call github,linux-sunxi,sunxi-boards,$(SUNXI_BOARDS_VERSION))
 SUNXI_BOARDS_DEPENDENCIES = host-sunxi-tools
 SUNXI_BOARDS_INSTALL_IMAGES = YES
-- 
2.1.1

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

* [Buildroot] [PATCH 31/51] sunxi-mali: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (28 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 30/51] sunxi-boards: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-11-01 22:36   ` Thomas Petazzoni
  2014-10-26 18:45 ` [Buildroot] [PATCH 32/51] sunxi-mali-prop: " Maxime Hadjinlian
                   ` (20 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/sunxi-mali/sunxi-mali.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/sunxi-mali/sunxi-mali.mk b/package/sunxi-mali/sunxi-mali.mk
index c6900c8..5e2e78c 100644
--- a/package/sunxi-mali/sunxi-mali.mk
+++ b/package/sunxi-mali/sunxi-mali.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SUNXI_MALI_VERSION = c2491fe952354ba44538064e534ed7c731cedb1e
+SUNXI_MALI_VERSION = d343311efc8db166d8371b28494f0f27b6a58724
 SUNXI_MALI_SITE = $(call github,linux-sunxi,sunxi-mali,$(SUNXI_MALI_VERSION))
 
 SUNXI_MALI_INSTALL_STAGING = YES
-- 
2.1.1

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

* [Buildroot] [PATCH 32/51] sunxi-mali-prop: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (29 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 31/51] sunxi-mali: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2015-01-01 22:03   ` Thomas Petazzoni
  2014-10-26 18:45 ` [Buildroot] [PATCH 33/51] sunxi-tools: " Maxime Hadjinlian
                   ` (19 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/sunxi-mali-prop/sunxi-mali-prop.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/sunxi-mali-prop/sunxi-mali-prop.mk b/package/sunxi-mali-prop/sunxi-mali-prop.mk
index 0cb2d93..b828dc2 100644
--- a/package/sunxi-mali-prop/sunxi-mali-prop.mk
+++ b/package/sunxi-mali-prop/sunxi-mali-prop.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SUNXI_MALI_PROP_VERSION = e4ced471d576708ac9aa093e41a0f91cf429862b
+SUNXI_MALI_PROP_VERSION = 1c5063f43cdc9de341c0d63b2e3921cab86c7742
 SUNXI_MALI_PROP_SITE = $(call github,linux-sunxi,sunxi-mali-proprietary,$(SUNXI_MALI_PROP_VERSION))
 
 $(eval $(generic-package))
-- 
2.1.1

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

* [Buildroot] [PATCH 33/51] sunxi-tools: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (30 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 32/51] sunxi-mali-prop: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2015-01-01 22:11   ` Thomas Petazzoni
  2014-10-26 18:45 ` [Buildroot] [PATCH 34/51] targetcli-fb: " Maxime Hadjinlian
                   ` (18 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/sunxi-tools/sunxi-tools.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/sunxi-tools/sunxi-tools.mk b/package/sunxi-tools/sunxi-tools.mk
index f84b286..2dfd496 100644
--- a/package/sunxi-tools/sunxi-tools.mk
+++ b/package/sunxi-tools/sunxi-tools.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SUNXI_TOOLS_VERSION = ed6f7969d80b91048b0ed95ccb61cc98f46fead7
+SUNXI_TOOLS_VERSION = v1.2
 SUNXI_TOOLS_SITE = $(call github,linux-sunxi,sunxi-tools,$(SUNXI_TOOLS_VERSION))
 SUNXI_TOOLS_LICENSE = GPLv2+
 SUNXI_TOOLS_LICENSE_FILES = COPYING
-- 
2.1.1

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

* [Buildroot] [PATCH 34/51] targetcli-fb: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (31 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 33/51] sunxi-tools: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-11-02 23:09   ` Peter Korsgaard
  2014-10-26 18:45 ` [Buildroot] [PATCH 35/51] tslib: Use the release tarball Maxime Hadjinlian
                   ` (17 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/targetcli-fb/targetcli-fb.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/targetcli-fb/targetcli-fb.mk b/package/targetcli-fb/targetcli-fb.mk
index 1faad07..b5f2fbe 100644
--- a/package/targetcli-fb/targetcli-fb.mk
+++ b/package/targetcli-fb/targetcli-fb.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-TARGETCLI_FB_VERSION = v2.1.fb36
+TARGETCLI_FB_VERSION = v2.1.fb37
 TARGETCLI_FB_SITE = $(call github,agrover,targetcli-fb,$(TARGETCLI_FB_VERSION))
 TARGETCLI_FB_LICENSE = Apache-2.0
 TARGETCLI_FB_LICENSE_FILES = COPYING
-- 
2.1.1

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

* [Buildroot] [PATCH 35/51] tslib: Use the release tarball
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (32 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 34/51] targetcli-fb: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2015-02-03 10:06   ` Thomas Petazzoni
  2014-10-26 18:45 ` [Buildroot] [PATCH 36/51] tvheadend: bump version Maxime Hadjinlian
                   ` (16 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Add a hash file since the release tarball has been uploaded from the
maintainer.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/tslib/tslib.hash | 2 ++
 package/tslib/tslib.mk   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
 create mode 100644 package/tslib/tslib.hash

diff --git a/package/tslib/tslib.hash b/package/tslib/tslib.hash
new file mode 100644
index 0000000..e3ddce5
--- /dev/null
+++ b/package/tslib/tslib.hash
@@ -0,0 +1,2 @@
+# Locally generated
+sha256  121750e9ae0f05ce840ab8dbefdae1297258f0a69dd1967f55c40ac6e87d5ee9  tslib-1.1.tar.gz
diff --git a/package/tslib/tslib.mk b/package/tslib/tslib.mk
index 51aaf23..3f93149 100644
--- a/package/tslib/tslib.mk
+++ b/package/tslib/tslib.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 TSLIB_VERSION = 1.1
-TSLIB_SITE = $(call github,kergoth,tslib,$(TSLIB_VERSION))
+TSLIB_SITE = https://github.com/kergoth/tslib/releases/download/$(TSLIB_VERSION)/
 TSLIB_LICENSE = GPL, LGPL
 TSLIB_LICENSE_FILES = COPYING
 
-- 
2.1.1

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

* [Buildroot] [PATCH 36/51] tvheadend: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (33 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 35/51] tslib: Use the release tarball Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-10-26 20:45   ` Bernd Kuhls
  2014-10-28 21:12   ` Thomas Petazzoni
  2014-10-26 18:45 ` [Buildroot] [PATCH 37/51] xbmc-addon-xvdr: Change comments on VERSION Maxime Hadjinlian
                   ` (15 subsequent siblings)
  50 siblings, 2 replies; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/tvheadend/tvheadend.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/tvheadend/tvheadend.mk b/package/tvheadend/tvheadend.mk
index 1445838..f33cacf 100644
--- a/package/tvheadend/tvheadend.mk
+++ b/package/tvheadend/tvheadend.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-TVHEADEND_VERSION = ca742e00a7717787351e1a432ca9b41f93369d60
+TVHEADEND_VERSION = 596b4e0b29937a6123b25940621fe17dccbefbb4
 TVHEADEND_SITE = $(call github,tvheadend,tvheadend,$(TVHEADEND_VERSION))
 TVHEADEND_LICENSE = GPLv3+
 TVHEADEND_LICENSE_FILES = LICENSE.md
-- 
2.1.1

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

* [Buildroot] [PATCH 37/51] xbmc-addon-xvdr: Change comments on VERSION
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (34 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 36/51] tvheadend: bump version Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-12-07 23:21   ` Yann E. MORIN
  2015-01-15  9:03   ` Thomas Petazzoni
  2014-10-26 18:45 ` [Buildroot] [PATCH 38/51] xbmc-pvr-addons: Bump version Maxime Hadjinlian
                   ` (14 subsequent siblings)
  50 siblings, 2 replies; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

The cset points actually to HEAD of the Gotham branch, change the
comment to reflect that.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/xbmc-addon-xvdr/xbmc-addon-xvdr.mk | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/package/xbmc-addon-xvdr/xbmc-addon-xvdr.mk b/package/xbmc-addon-xvdr/xbmc-addon-xvdr.mk
index a4d9624..d51d2c5 100644
--- a/package/xbmc-addon-xvdr/xbmc-addon-xvdr.mk
+++ b/package/xbmc-addon-xvdr/xbmc-addon-xvdr.mk
@@ -4,9 +4,8 @@
 #
 ################################################################################
 
-# This cset is on master. When a Gotham branch is made, we should
-# follow it, as incompatible changes in the plugins API can happen
-# on the master branch.
+# This cset is the HEAD of the xbmc-gotham master. It will need to change when
+# XBMC is updated.
 XBMC_ADDON_XVDR_VERSION = 82b5093ad33847f97a978cb620c9a87d2dbcf7eb
 XBMC_ADDON_XVDR_SITE = $(call github,pipelka,xbmc-addon-xvdr,$(XBMC_ADDON_XVDR_VERSION))
 XBMC_ADDON_XVDR_LICENSE = GPLv2+
-- 
2.1.1

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

* [Buildroot] [PATCH 38/51] xbmc-pvr-addons: Bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (35 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 37/51] xbmc-addon-xvdr: Change comments on VERSION Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-10-26 20:43   ` Bernd Kuhls
  2014-10-26 18:45 ` [Buildroot] [PATCH 39/51] yajl: bump version Maxime Hadjinlian
                   ` (13 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/xbmc-pvr-addons/xbmc-pvr-addons.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/xbmc-pvr-addons/xbmc-pvr-addons.mk b/package/xbmc-pvr-addons/xbmc-pvr-addons.mk
index bfcb7ed..74ec677 100644
--- a/package/xbmc-pvr-addons/xbmc-pvr-addons.mk
+++ b/package/xbmc-pvr-addons/xbmc-pvr-addons.mk
@@ -6,7 +6,7 @@
 
 # This cset is on the branch 'gotham'
 # When XBMC is updated, then this should be updated to the corresponding branch
-XBMC_PVR_ADDONS_VERSION = be12a8da2072e9c3ddad54892df2f85b759d4e9a
+XBMC_PVR_ADDONS_VERSION = 067befe6b8da81e29abca8cd394d08c84233677b
 XBMC_PVR_ADDONS_SITE = $(call github,opdenkamp,xbmc-pvr-addons,$(XBMC_PVR_ADDONS_VERSION))
 XBMC_PVR_ADDONS_LICENSE = GPLv3+
 XBMC_PVR_ADDONS_LICENSE_FILES = COPYING
-- 
2.1.1

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

* [Buildroot] [PATCH 39/51] yajl: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (36 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 38/51] xbmc-pvr-addons: Bump version Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-11-07  7:45   ` Peter Korsgaard
  2014-11-07  7:52   ` Peter Korsgaard
  2014-10-26 18:45 ` [Buildroot] [PATCH 40/51] ympd: " Maxime Hadjinlian
                   ` (12 subsequent siblings)
  50 siblings, 2 replies; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

The patches have been refreshed and their name have been changed.
The patches were not sent upstream, they will be sent shortly.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 ...PATCH-fix-json_reformat-linking-on-uClibc.patch | 30 ++++++++++++++
 ...le-shared-library-build-when-BUILD_SHARED.patch | 47 ++++++++++++++++++++++
 package/yajl/yajl-0001-math-link.patch             | 24 -----------
 ...le-shared-library-build-when-BUILD_SHARED.patch | 44 --------------------
 package/yajl/yajl.mk                               |  2 +-
 5 files changed, 78 insertions(+), 69 deletions(-)
 create mode 100644 package/yajl/0001-PATCH-fix-json_reformat-linking-on-uClibc.patch
 create mode 100644 package/yajl/0002-cmake-disable-shared-library-build-when-BUILD_SHARED.patch
 delete mode 100644 package/yajl/yajl-0001-math-link.patch
 delete mode 100644 package/yajl/yajl-0002-cmake-disable-shared-library-build-when-BUILD_SHARED.patch

diff --git a/package/yajl/0001-PATCH-fix-json_reformat-linking-on-uClibc.patch b/package/yajl/0001-PATCH-fix-json_reformat-linking-on-uClibc.patch
new file mode 100644
index 0000000..6aa4dee
--- /dev/null
+++ b/package/yajl/0001-PATCH-fix-json_reformat-linking-on-uClibc.patch
@@ -0,0 +1,30 @@
+From 159f55fba332a25f059b391699f85640c47feb6d Mon Sep 17 00:00:00 2001
+From: Peter Korsgaard <jacmet@sunsite.dk>
+Date: Sat, 25 Oct 2014 20:03:52 +0200
+Subject: [PATCH 1/2] [PATCH] fix json_reformat linking on uClibc
+
+json_reformat calls yajl_gen_* functions, which internally use isnan() /
+isinf(). On Glibc, these are provided by libc, but on uClibc you need to
+link with -lm (like the spec says), so ensure we do so.
+
+Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
+---
+ reformatter/CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/reformatter/CMakeLists.txt b/reformatter/CMakeLists.txt
+index 52a9bee..e630851 100644
+--- a/reformatter/CMakeLists.txt
++++ b/reformatter/CMakeLists.txt
+@@ -26,7 +26,7 @@ LINK_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR}/../${YAJL_DIST_NAME}/lib)
+ 
+ ADD_EXECUTABLE(json_reformat ${SRCS})
+ 
+-TARGET_LINK_LIBRARIES(json_reformat yajl_s)
++TARGET_LINK_LIBRARIES(json_reformat yajl_s m)
+ 
+ # In some environments, we must explicitly link libm (like qnx,
+ # thanks @shahbag)
+-- 
+2.1.1
+
diff --git a/package/yajl/0002-cmake-disable-shared-library-build-when-BUILD_SHARED.patch b/package/yajl/0002-cmake-disable-shared-library-build-when-BUILD_SHARED.patch
new file mode 100644
index 0000000..df7d3b3
--- /dev/null
+++ b/package/yajl/0002-cmake-disable-shared-library-build-when-BUILD_SHARED.patch
@@ -0,0 +1,47 @@
+From cb3ce94eb85924c8ae1aab3951efcec8be43cfff Mon Sep 17 00:00:00 2001
+From: Samuel Martin <s.martin49@gmail.com>
+Date: Sun, 31 Aug 2014 00:39:11 +0200
+Subject: [PATCH 2/2] cmake: disable shared library build when
+ BUILD_SHARED_LIBS is off
+
+Signed-off-by: Samuel Martin <s.martin49@gmail.com>
+---
+ src/CMakeLists.txt | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 99cf9e9..9e9c77d 100644
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -37,6 +37,7 @@ SET(LIBRARY_OUTPUT_PATH ${libDir})
+ 
+ ADD_LIBRARY(yajl_s STATIC ${SRCS} ${HDRS} ${PUB_HDRS})
+ 
++IF(BUILD_SHARED_LIBS)
+ ADD_LIBRARY(yajl SHARED ${SRCS} ${HDRS} ${PUB_HDRS})
+ 
+ #### setup shared library version number
+@@ -51,6 +52,7 @@ IF(APPLE)
+   SET_TARGET_PROPERTIES(yajl PROPERTIES
+                         INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib")
+ ENDIF(APPLE)
++ENDIF(BUILD_SHARED_LIBS)
+ 
+ #### build up an sdk as a post build step
+ 
+@@ -77,10 +79,12 @@ INCLUDE_DIRECTORIES(${incDir}/..)
+ 
+ # at build time you may specify the cmake variable LIB_SUFFIX to handle
+ # 64-bit systems which use 'lib64'
++IF(BUILD_SHARED_LIBS)
+ INSTALL(TARGETS yajl
+         RUNTIME DESTINATION lib${LIB_SUFFIX}
+         LIBRARY DESTINATION lib${LIB_SUFFIX}
+         ARCHIVE DESTINATION lib${LIB_SUFFIX})
++ENDIF(BUILD_SHARED_LIBS)
+ INSTALL(TARGETS yajl_s ARCHIVE DESTINATION lib${LIB_SUFFIX})
+ INSTALL(FILES ${PUB_HDRS} DESTINATION include/yajl)
+ INSTALL(FILES ${incDir}/yajl_version.h DESTINATION include/yajl)
+-- 
+2.1.1
+
diff --git a/package/yajl/yajl-0001-math-link.patch b/package/yajl/yajl-0001-math-link.patch
deleted file mode 100644
index 355a248..0000000
--- a/package/yajl/yajl-0001-math-link.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-[PATCH] fix json_reformat linking on uClibc
-
-json_reformat calls yajl_gen_* functions, which internally use isnan() /
-isinf(). On Glibc, these are provided by libc, but on uClibc you need to
-link with -lm (like the spec says), so ensure we do so.
-
-Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
----
- reformatter/CMakeLists.txt |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: yajl-2.0.2/reformatter/CMakeLists.txt
-===================================================================
---- yajl-2.0.2.orig/reformatter/CMakeLists.txt
-+++ yajl-2.0.2/reformatter/CMakeLists.txt
-@@ -26,7 +26,7 @@
- 
- ADD_EXECUTABLE(json_reformat ${SRCS})
- 
--TARGET_LINK_LIBRARIES(json_reformat yajl_s)
-+TARGET_LINK_LIBRARIES(json_reformat yajl_s m)
- 
- # copy the binary into the output directory
- GET_TARGET_PROPERTY(binPath json_reformat LOCATION)
diff --git a/package/yajl/yajl-0002-cmake-disable-shared-library-build-when-BUILD_SHARED.patch b/package/yajl/yajl-0002-cmake-disable-shared-library-build-when-BUILD_SHARED.patch
deleted file mode 100644
index 261c486..0000000
--- a/package/yajl/yajl-0002-cmake-disable-shared-library-build-when-BUILD_SHARED.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-From bb4fb7ff71fd6cadd9c1bf8716845a91e5998c0c Mon Sep 17 00:00:00 2001
-From: Samuel Martin <s.martin49@gmail.com>
-Date: Sun, 31 Aug 2014 00:39:11 +0200
-Subject: [PATCH 2/2] cmake: disable shared library build when
- BUILD_SHARED_LIBS is off
-
-Signed-off-by: Samuel Martin <s.martin49@gmail.com>
----
- src/CMakeLists.txt | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index e36b736..6a24424 100644
---- a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -37,6 +37,7 @@ SET(LIBRARY_OUTPUT_PATH ${libDir})
- 
- ADD_LIBRARY(yajl_s STATIC ${SRCS} ${HDRS} ${PUB_HDRS})
- 
-+IF(BUILD_SHARED_LIBS)
- ADD_LIBRARY(yajl SHARED ${SRCS} ${HDRS} ${PUB_HDRS})
- 
- #### setup shared library version number
-@@ -51,6 +52,7 @@ IF(APPLE)
-   SET_TARGET_PROPERTIES(yajl PROPERTIES
-                         INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib")
- ENDIF(APPLE)
-+ENDIF(BUILD_SHARED_LIBS)
- 
- #### build up an sdk as a post build step
- 
-@@ -78,7 +80,9 @@ INCLUDE_DIRECTORIES(${incDir}/..)
- IF(NOT WIN32)
-   # at build time you may specify the cmake variable LIB_SUFFIX to handle
-   # 64-bit systems which use 'lib64'
-+  IF(BUILD_SHARED_LIBS)
-   INSTALL(TARGETS yajl LIBRARY DESTINATION lib${LIB_SUFFIX})
-+  ENDIF(BUILD_SHARED_LIBS)
-   INSTALL(TARGETS yajl_s ARCHIVE DESTINATION lib${LIB_SUFFIX})
-   INSTALL(FILES ${PUB_HDRS} DESTINATION include/yajl)
-   INSTALL(FILES ${incDir}/yajl_version.h DESTINATION include/yajl)
--- 
-2.1.0
-
diff --git a/package/yajl/yajl.mk b/package/yajl/yajl.mk
index ff64123..1fb16f5 100644
--- a/package/yajl/yajl.mk
+++ b/package/yajl/yajl.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-YAJL_VERSION = 2.0.4
+YAJL_VERSION = 2.1.0
 YAJL_SITE = $(call github,lloyd,yajl,$(YAJL_VERSION))
 YAJL_INSTALL_STAGING = YES
 YAJL_LICENSE = ISC
-- 
2.1.1

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

* [Buildroot] [PATCH 40/51] ympd: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (37 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 39/51] yajl: bump version Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2015-02-02 14:36   ` Peter Korsgaard
  2014-10-26 18:45 ` [Buildroot] [PATCH 41/51] zmqpp: " Maxime Hadjinlian
                   ` (11 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

First patch is removed because a solution was found upstream.
The second one needs to be sent.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 .../ympd-0001-CMake-cross-compile-mkdata.patch     | 24 ----------------------
 package/ympd/ympd.mk                               |  2 +-
 2 files changed, 1 insertion(+), 25 deletions(-)
 delete mode 100644 package/ympd/ympd-0001-CMake-cross-compile-mkdata.patch

diff --git a/package/ympd/ympd-0001-CMake-cross-compile-mkdata.patch b/package/ympd/ympd-0001-CMake-cross-compile-mkdata.patch
deleted file mode 100644
index 0bd29c1..0000000
--- a/package/ympd/ympd-0001-CMake-cross-compile-mkdata.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Do not build the mkdata tool
-
-The mkdata tool is needed on the host, during the build, so building
-it for the target does not work when cross-compiling. Buildroot will
-manually build mkdata before starting the ympd build.
-
-Upstream is looking into a proper solution.
-
-Signed-off-by: Eric Limpens <Limpens@Gmail.com>
-
-Index: b/CMakeLists.txt
-===================================================================
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -28,9 +28,6 @@
- 	htdocs/index.html
- )
- 
--add_executable(mkdata htdocs/mkdata.c)
--get_target_property(MKDATA_EXE mkdata LOCATION)
--
- add_custom_command(OUTPUT ${PROJECT_BINARY_DIR}/assets.c
-     COMMAND ${MKDATA_EXE} ${RESOURCES} > ${PROJECT_BINARY_DIR}/assets.c
-     WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
diff --git a/package/ympd/ympd.mk b/package/ympd/ympd.mk
index 2898c9d..f84d333 100644
--- a/package/ympd/ympd.mk
+++ b/package/ympd/ympd.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-YMPD_VERSION = a98d760dddff4b0dd595d977c9077f34beff05c5
+YMPD_VERSION = v1.2.3
 YMPD_SITE = $(call github,notandy,ympd,$(YMPD_VERSION))
 YMPD_LICENSE = GPLv2
 YMPD_LICENSE_FILE = LICENSE
-- 
2.1.1

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

* [Buildroot] [PATCH 41/51] zmqpp: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (38 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 40/51] ympd: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2015-03-15 22:06   ` Thomas Petazzoni
  2014-10-26 18:45 ` [Buildroot] [PATCH 42/51] lttng-babeltrace: " Maxime Hadjinlian
                   ` (10 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/zmqpp/zmqpp.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/zmqpp/zmqpp.mk b/package/zmqpp/zmqpp.mk
index fbb0260..4323401 100644
--- a/package/zmqpp/zmqpp.mk
+++ b/package/zmqpp/zmqpp.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-ZMQPP_VERSION = 36413487f05b165dfc82ad307a5a1c36a795e607
+ZMQPP_VERSION = 4.1.1
 ZMQPP_SITE = $(call github,benjamg,zmqpp,$(ZMQPP_VERSION))
 ZMQPP_INSTALL_STAGING = YES
 ZMQPP_DEPENDENCIES = zeromq
-- 
2.1.1

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

* [Buildroot] [PATCH 42/51] lttng-babeltrace: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (39 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 41/51] zmqpp: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-10-28 21:29   ` Thomas Petazzoni
  2014-10-26 18:45 ` [Buildroot] [PATCH 43/51] lttng-libust: " Maxime Hadjinlian
                   ` (9 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Add hash file

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/lttng-babeltrace/lttng-babeltrace.hash | 7 +++++++
 package/lttng-babeltrace/lttng-babeltrace.mk   | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)
 create mode 100644 package/lttng-babeltrace/lttng-babeltrace.hash

diff --git a/package/lttng-babeltrace/lttng-babeltrace.hash b/package/lttng-babeltrace/lttng-babeltrace.hash
new file mode 100644
index 0000000..51e3a2c
--- /dev/null
+++ b/package/lttng-babeltrace/lttng-babeltrace.hash
@@ -0,0 +1,7 @@
+# From http://lttng.org/files/babeltrace/babeltrace-1.2.3.tar.bz2.md5
+md5     c35b480304ba34aacbfb3934182cdd21  babeltrace-1.2.3.tar.bz2
+# From http://lttng.org/files/babeltrace/babeltrace-1.2.3.tar.bz2.sha1
+sha1    55d3ad8fb5df4ff025e063a0993be1667bfc6554  babeltrace-1.2.3.tar.bz2
+# Locally generated
+sha256  796fa6978102244d9c64d474baeac4e4292a0186660a53cf58f20d47226987ac  babeltrace-1.2.3.tar.bz2
+
diff --git a/package/lttng-babeltrace/lttng-babeltrace.mk b/package/lttng-babeltrace/lttng-babeltrace.mk
index 3785812..1fd2f8b 100644
--- a/package/lttng-babeltrace/lttng-babeltrace.mk
+++ b/package/lttng-babeltrace/lttng-babeltrace.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 LTTNG_BABELTRACE_SITE = http://lttng.org/files/babeltrace
-LTTNG_BABELTRACE_VERSION = 1.2.2
+LTTNG_BABELTRACE_VERSION = 1.2.3
 LTTNG_BABELTRACE_SOURCE = babeltrace-$(LTTNG_BABELTRACE_VERSION).tar.bz2
 LTTNG_BABELTRACE_LICENSE = MIT; LGPLv2.1 for include/babeltrace/list.h; GPLv2 for test code
 LTTNG_BABELTRACE_LICENSE_FILES = mit-license.txt gpl-2.0.txt LICENSE
-- 
2.1.1

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

* [Buildroot] [PATCH 43/51] lttng-libust: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (40 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 42/51] lttng-babeltrace: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-10-28 21:29   ` Thomas Petazzoni
  2014-10-26 18:45 ` [Buildroot] [PATCH 44/51] lttng-tools: " Maxime Hadjinlian
                   ` (8 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Add hash file

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/lttng-libust/lttng-libust.hash | 6 ++++++
 package/lttng-libust/lttng-libust.mk   | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)
 create mode 100644 package/lttng-libust/lttng-libust.hash

diff --git a/package/lttng-libust/lttng-libust.hash b/package/lttng-libust/lttng-libust.hash
new file mode 100644
index 0000000..ac897f3
--- /dev/null
+++ b/package/lttng-libust/lttng-libust.hash
@@ -0,0 +1,6 @@
+# From http://lttng.org/files/lttng-ust/lttng-ust-2.6.0-rc1.tar.bz2.sha1
+sha1    8db1627f16f466589c7842822ea4ad2f9d406b02  lttng-ust-2.5.1.tar.bz2
+# From http://lttng.org/files/lttng-ust/lttng-ust-2.6.0-rc1.tar.bz2.md5
+md5     d551d601bdc1a9285e1cd6c5728fb803  lttng-ust-2.5.1.tar.bz2
+# Locally generated
+sha256  fbd9e2d78641e5c659f1d51f8097c8279c155ff50f8e38a4c57f188ca4b84546  lttng-ust-2.5.1.tar.bz2
diff --git a/package/lttng-libust/lttng-libust.mk b/package/lttng-libust/lttng-libust.mk
index a84cbc6..e6f02ca 100644
--- a/package/lttng-libust/lttng-libust.mk
+++ b/package/lttng-libust/lttng-libust.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 LTTNG_LIBUST_SITE = http://lttng.org/files/lttng-ust
-LTTNG_LIBUST_VERSION = 2.5.0
+LTTNG_LIBUST_VERSION = 2.5.1
 LTTNG_LIBUST_SOURCE = lttng-ust-$(LTTNG_LIBUST_VERSION).tar.bz2
 LTTNG_LIBUST_LICENSE = LGPLv2.1; MIT for system headers; GPLv2 for liblttng-ust-ctl/ustctl.c (used by lttng-sessiond)
 LTTNG_LIBUST_LICENSE_FILES = COPYING
-- 
2.1.1

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

* [Buildroot] [PATCH 44/51] lttng-tools: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (41 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 43/51] lttng-libust: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-10-28 21:30   ` Thomas Petazzoni
  2014-10-26 18:45 ` [Buildroot] [PATCH 45/51] lttng-modules: " Maxime Hadjinlian
                   ` (7 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

add hash file

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/lttng-tools/lttng-tools.hash | 2 ++
 package/lttng-tools/lttng-tools.mk   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
 create mode 100644 package/lttng-tools/lttng-tools.hash

diff --git a/package/lttng-tools/lttng-tools.hash b/package/lttng-tools/lttng-tools.hash
new file mode 100644
index 0000000..c0c4bc1
--- /dev/null
+++ b/package/lttng-tools/lttng-tools.hash
@@ -0,0 +1,2 @@
+# Locally generated
+sha256  3c6511e6ceef975cfe36b5644ab9bfaa6780c71b1d2551718279823924429739  lttng-tools-2.5.1.tar.bz2
diff --git a/package/lttng-tools/lttng-tools.mk b/package/lttng-tools/lttng-tools.mk
index f42fb16..187b851 100644
--- a/package/lttng-tools/lttng-tools.mk
+++ b/package/lttng-tools/lttng-tools.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LTTNG_TOOLS_VERSION = 2.5.0
+LTTNG_TOOLS_VERSION = 2.5.1
 LTTNG_TOOLS_SITE = http://lttng.org/files/lttng-tools
 LTTNG_TOOLS_SOURCE = lttng-tools-$(LTTNG_TOOLS_VERSION).tar.bz2
 LTTNG_TOOLS_LICENSE = GPLv2+; LGPLv2.1+ for include/lttng/* and src/lib/lttng-ctl/*
-- 
2.1.1

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

* [Buildroot] [PATCH 45/51] lttng-modules: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (42 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 44/51] lttng-tools: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-10-28 21:30   ` Thomas Petazzoni
  2014-10-26 18:45 ` [Buildroot] [PATCH 46/51] neardal: " Maxime Hadjinlian
                   ` (6 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Add a hash file

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/lttng-modules/lttng-modules.hash | 6 ++++++
 package/lttng-modules/lttng-modules.mk   | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)
 create mode 100644 package/lttng-modules/lttng-modules.hash

diff --git a/package/lttng-modules/lttng-modules.hash b/package/lttng-modules/lttng-modules.hash
new file mode 100644
index 0000000..25dba0c
--- /dev/null
+++ b/package/lttng-modules/lttng-modules.hash
@@ -0,0 +1,6 @@
+# From http://lttng.org/files/lttng-modules/lttng-modules-2.5.1.tar.bz2.sha1
+sha1   75d9662ed3f8d7c53833663a5d89fe31c015b3ca  lttng-modules-2.5.1.tar.bz2
+# From http://lttng.org/files/lttng-modules/lttng-modules-2.5.1.tar.bz2.md5
+md5    2d99bb7311ba92e82e3b675f0b8dee7d  lttng-modules-2.5.1.tar.bz2
+# Locally generated
+sha256 962238175f0959ac71b97fdde144a3f76a84f63aea6b3645f94da88512bcccdb  lttng-modules-2.5.1.tar.bz2
diff --git a/package/lttng-modules/lttng-modules.mk b/package/lttng-modules/lttng-modules.mk
index 089fa62..02ec202 100644
--- a/package/lttng-modules/lttng-modules.mk
+++ b/package/lttng-modules/lttng-modules.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LTTNG_MODULES_VERSION = 2.5.0
+LTTNG_MODULES_VERSION = 2.5.1
 LTTNG_MODULES_SITE = http://lttng.org/files/lttng-modules
 LTTNG_MODULES_SOURCE = lttng-modules-$(LTTNG_MODULES_VERSION).tar.bz2
 LTTNG_MODULES_LICENSE = LGPLv2.1/GPLv2 for kernel modules; MIT for lib/bitfield.h and lib/prio_heap/*
-- 
2.1.1

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

* [Buildroot] [PATCH 46/51] neardal: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (43 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 45/51] lttng-modules: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2015-02-01 21:22   ` Thomas Petazzoni
  2014-10-26 18:45 ` [Buildroot] [PATCH 47/51] ne10: " Maxime Hadjinlian
                   ` (5 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/neardal/neardal.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/neardal/neardal.mk b/package/neardal/neardal.mk
index 0720fe8..821adfc 100644
--- a/package/neardal/neardal.mk
+++ b/package/neardal/neardal.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-NEARDAL_VERSION = da8e06d3884d214bb19b894d2b8fdc9c7ca8575f
+NEARDAL_VERSION = 33b54a55032b047fd885a5eb3592c169c0056c49
 NEARDAL_SITE = $(call github,connectivity,neardal,$(NEARDAL_VERSION))
 NEARDAL_INSTALL_STAGING = YES
 NEARDAL_LICENSE = GPLv2
-- 
2.1.1

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

* [Buildroot] [PATCH 47/51] ne10: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (44 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 46/51] neardal: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-10-26 18:45 ` [Buildroot] [PATCH 48/51] jack2: " Maxime Hadjinlian
                   ` (4 subsequent siblings)
  50 siblings, 0 replies; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Refresh the patch.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 ...sts-don-t-hard-code-thumb-code-generation.patch | 26 +++++++++++++++++++++
 ...sts-don-t-hard-code-thumb-code-generation.patch | 27 ----------------------
 package/ne10/ne10.mk                               |  2 +-
 3 files changed, 27 insertions(+), 28 deletions(-)
 create mode 100644 package/ne10/0001-CMakeLists-don-t-hard-code-thumb-code-generation.patch
 delete mode 100644 package/ne10/ne10-01-CMakeLists-don-t-hard-code-thumb-code-generation.patch

diff --git a/package/ne10/0001-CMakeLists-don-t-hard-code-thumb-code-generation.patch b/package/ne10/0001-CMakeLists-don-t-hard-code-thumb-code-generation.patch
new file mode 100644
index 0000000..08fb6f1
--- /dev/null
+++ b/package/ne10/0001-CMakeLists-don-t-hard-code-thumb-code-generation.patch
@@ -0,0 +1,26 @@
+From b682fd6d7e582746672a97146f66aa8120000371 Mon Sep 17 00:00:00 2001
+From: Baruch Siach <baruch@tkos.co.il>
+Date: Wed, 23 Apr 2014 12:21:37 +0300
+Subject: [PATCH] CMakeLists: don't hard code thumb code generation
+
+Signed-off-by: Baruch Siach <baruch@tkos.co.il>
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index bd29984..c4f019d 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -87,7 +87,7 @@ if(ANDROID_PLATFORM)
+       add_subdirectory(android/NE10Demo/jni)
+     endif()
+ elseif(GNULINUX_PLATFORM)
+-    set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mthumb-interwork -mthumb -march=armv7-a -mfpu=vfp3")
++    set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mthumb-interwork -march=armv7-a -mfpu=vfp3")
+     set(CMAKE_ASM_FLAGS "${CMAKE_C_FLAGS} -mthumb-interwork -mthumb -march=armv7-a -mfpu=neon")
+ elseif(IOS_PLATFORM)
+     #set minimal target ios version.If not provided this option, Xcode
+-- 
+2.1.1
+
diff --git a/package/ne10/ne10-01-CMakeLists-don-t-hard-code-thumb-code-generation.patch b/package/ne10/ne10-01-CMakeLists-don-t-hard-code-thumb-code-generation.patch
deleted file mode 100644
index 3402b5a..0000000
--- a/package/ne10/ne10-01-CMakeLists-don-t-hard-code-thumb-code-generation.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 00995e0b8a66fbd0eabd206188120bfc1ecdac59 Mon Sep 17 00:00:00 2001
-Message-Id: <00995e0b8a66fbd0eabd206188120bfc1ecdac59.1398245232.git.baruch@tkos.co.il>
-From: Baruch Siach <baruch@tkos.co.il>
-Date: Wed, 23 Apr 2014 12:21:37 +0300
-Subject: [PATCH] CMakeLists: don't hard code thumb code generation
-
-Signed-off-by: Baruch Siach <baruch@tkos.co.il>
----
- CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 2c7f8d62a42b..cec614fba041 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -77,7 +77,7 @@ if(ANDROID_PLATFORM)
-       add_subdirectory(android/NE10Demo/jni)
-     endif()
- elseif(GNULINUX_PLATFORM)
--    set(CMAKE_C_FLAGS "-O2 -mthumb-interwork -mthumb -march=armv7-a -mfpu=vfp3")
-+    set(CMAKE_C_FLAGS "-O2 -mthumb-interwork -march=armv7-a -mfpu=vfp3")
-     set(CMAKE_ASM_FLAGS "-mthumb-interwork -mthumb -march=armv7-a -mfpu=neon")
- elseif(IOS_PLATFORM)
-     #set minimal target ios version.If not provided this option, Xcode
--- 
-1.9.2
-
diff --git a/package/ne10/ne10.mk b/package/ne10/ne10.mk
index cb635e4..6611be4 100644
--- a/package/ne10/ne10.mk
+++ b/package/ne10/ne10.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-NE10_VERSION = v1.0.0
+NE10_VERSION = v1.1.2
 NE10_SITE = $(call github,projectNe10,Ne10,$(NE10_VERSION))
 NE10_LICENSE = BSD-3c or Apache-2.0
 NE10_LICENSE_FILES = doc/LICENSE
-- 
2.1.1

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

* [Buildroot] [PATCH 48/51] jack2: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (45 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 47/51] ne10: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2015-04-04 13:56   ` Thomas Petazzoni
  2014-10-26 18:45 ` [Buildroot] [PATCH 49/51] python-libconfig: " Maxime Hadjinlian
                   ` (3 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/jack2/jack2.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/jack2/jack2.mk b/package/jack2/jack2.mk
index 3f52ff4..73328d3 100644
--- a/package/jack2/jack2.mk
+++ b/package/jack2/jack2.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-JACK2_VERSION = ab409a65df95bc261ff72b52d6b3f4a65cf3266a
+JACK2_VERSION = v1.9.10
 JACK2_SITE = $(call github,jackaudio,jack2,$(JACK2_VERSION))
 JACK2_LICENSE = GPLv2+ (jack server), LGPLv2.1+ (jack library)
 JACK2_DEPENDENCIES = libsamplerate libsndfile alsa-lib host-python
-- 
2.1.1

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

* [Buildroot] [PATCH 49/51] python-libconfig: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (46 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 48/51] jack2: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2015-04-04 16:13   ` Thomas Petazzoni
  2014-10-26 18:45 ` [Buildroot] [PATCH 50/51] protobuf-c: " Maxime Hadjinlian
                   ` (2 subsequent siblings)
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

The patch will be sent to upstream, it is needed to avoid searching
headers and library in the host machine.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 .../0001-setup.py-Rework-setup.py.patch            | 93 ++++++++++++++++++++++
 package/python-libconfig/python-libconfig.mk       | 12 ++-
 2 files changed, 101 insertions(+), 4 deletions(-)
 create mode 100644 package/python-libconfig/0001-setup.py-Rework-setup.py.patch

diff --git a/package/python-libconfig/0001-setup.py-Rework-setup.py.patch b/package/python-libconfig/0001-setup.py-Rework-setup.py.patch
new file mode 100644
index 0000000..246afcd
--- /dev/null
+++ b/package/python-libconfig/0001-setup.py-Rework-setup.py.patch
@@ -0,0 +1,93 @@
+From 12bdf19986f4639352b0800df79490362d55dc13 Mon Sep 17 00:00:00 2001
+From: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
+Date: Sun, 26 Oct 2014 13:03:30 +0100
+Subject: [PATCH] setup.py: Rework setup.py
+
+This was done to be able to pass a prefix to setup.py to find
+boost_python library.
+This way, you can compile and cross compile it easily.
+
+Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
+---
+ setup.py | 57 +++++++++++++++++++++++++--------------------------------
+ 1 file changed, 25 insertions(+), 32 deletions(-)
+
+diff --git a/setup.py b/setup.py
+index cf538d9..59c2ffb 100644
+--- a/setup.py
++++ b/setup.py
+@@ -1,32 +1,32 @@
+ # -*- coding: utf-8 -*-
+ 
+ from setuptools import setup, Extension
++from setuptools.command import build_ext
+ from os.path import join, basename, splitext
+ from glob import glob
++import os
+ 
+-include_dirs = ["/usr/local/include", "/opt/local/include"]
+-library_dirs = ["/usr/lib", "/usr/lib64", "/usr/local/lib", "/usr/local/lib64", "/opt/local/lib"]
+-libraries = ["config++"]
+-
+-# Attempt to find libboost_python.so or some variant by searching through the
+-# library directories.
+-# TODO: is there some API for this?
+-for d in library_dirs:
+-    libs = glob(join(d, "libboost_python.so"))
+-    if not(libs):
+-        libs = glob(join(d, "libboost_python*.so"))
+-    if libs:
+-        libname = basename(libs[0])         # basename
+-        libname = splitext(libname)[0]      # truncate postfix
+-        libname = libname[3:]               # truncate "lib"
+-        libraries.append(libname)
+-        break
+-
+-# If we were unable to find the shared library go ahead in a default. It might
+-# be in an unofficial directory and an environment variable has been set that
+-# will point the compiler to it.
+-if len(libraries) <= 1:
+-    libraries.append('boost_python')
++class _PyLibConfigBuildExt(build_ext.build_ext):
++    user_options = build_ext.build_ext.user_options + \
++            [('boostpython=', 'o', 'Prefix for Boost python installation location')]
++
++    def initialize_options(self):
++        build_ext.build_ext.initialize_options(self)
++
++        self.libraries = ['config++', 'boost_python']
++        self.boostpython = '/usr'
++
++    def finalize_options(self):
++        build_ext.build_ext.finalize_options(self)
++
++        boostpython_include_dir = os.path.join(self.boostpython, 'include')
++        boostpython_library_dir = os.path.join(self.boostpython, 'lib')
++
++        self.include_dirs += [os.path.join(self.boostpython, boostpython_include_dir)]
++        self.library_dirs += [os.path.join(self.boostpython, boostpython_library_dir)]
++
++pylibconfig = Extension(name = 'pylibconfig',
++                        sources = ["src/pylibconfig.cc"])
+ 
+ setup(
+     name='pylibconfig',
+@@ -40,13 +40,6 @@ setup(
+     test_suite="tests",
+     license="bsd",
+     url="https://github.com/cnangel/python-libconfig",
+-    ext_modules=[
+-        Extension(
+-            "pylibconfig",
+-            ["src/pylibconfig.cc"],
+-            include_dirs=include_dirs,
+-            library_dirs=library_dirs,
+-            libraries=libraries
+-        )
+-    ]
++    ext_modules=[pylibconfig],
++    cmdclass = {'build_ext': _PyLibConfigBuildExt}
+ )
+-- 
+2.1.1
+
diff --git a/package/python-libconfig/python-libconfig.mk b/package/python-libconfig/python-libconfig.mk
index 3f5984b..8bc5de4 100644
--- a/package/python-libconfig/python-libconfig.mk
+++ b/package/python-libconfig/python-libconfig.mk
@@ -4,14 +4,18 @@
 #
 ################################################################################
 
-PYTHON_LIBCONFIG_VERSION = b271c3d9dac938ad5cd29b67bd08cc5536a5a391
+PYTHON_LIBCONFIG_VERSION = 2f0c9803c98871ff28144f6001442ddcb2762933
 PYTHON_LIBCONFIG_SITE = $(call github,cnangel,python-libconfig,$(PYTHON_LIBCONFIG_VERSION))
-
 PYTHON_LIBCONFIG_LICENSE = BSD
 PYTHON_LIBCONFIG_LICENSE_FILES = README
-
 PYTHON_LIBCONFIG_SETUP_TYPE = setuptools
-
 PYTHON_LIBCONFIG_DEPENDENCIES = libconfig boost
 
+define PYTHON_LIBCONFIG_BUILD_CMDS
+    (cd $(@D); \
+        $(PKG_PYTHON_SETUPTOOLS_ENV) \
+        $(HOST_DIR)/usr/bin/python setup.py build_ext \
+            --boostpython=$(STAGING_DIR)/usr)
+endef
+
 $(eval $(python-package))
-- 
2.1.1

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

* [Buildroot] [PATCH 50/51] protobuf-c: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (47 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 49/51] python-libconfig: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2015-06-05 19:03   ` James Knight
  2014-10-26 18:45 ` [Buildroot] [PATCH 51/51] protobuf: " Maxime Hadjinlian
  2014-10-27  0:08 ` [Buildroot] [PATCH 01/51] bmon: Bump version Peter Korsgaard
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

The releases contains generated Makefile and configure, there's no need
to AUTORECONF anymore.
Also add a hash file since the release tarball has been uploaded by the
maintainer.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/protobuf-c/protobuf-c.hash | 2 ++
 package/protobuf-c/protobuf-c.mk   | 6 ++----
 2 files changed, 4 insertions(+), 4 deletions(-)
 create mode 100644 package/protobuf-c/protobuf-c.hash

diff --git a/package/protobuf-c/protobuf-c.hash b/package/protobuf-c/protobuf-c.hash
new file mode 100644
index 0000000..73adbaf
--- /dev/null
+++ b/package/protobuf-c/protobuf-c.hash
@@ -0,0 +1,2 @@
+# Locally generated
+sha256  db771f7b0e76d5bb14140a50df4a32553288fd3e701b60e90e034e22f411ef76  protobuf-c-1.0.2.tar.gz
diff --git a/package/protobuf-c/protobuf-c.mk b/package/protobuf-c/protobuf-c.mk
index d73eb25..bf4f146 100644
--- a/package/protobuf-c/protobuf-c.mk
+++ b/package/protobuf-c/protobuf-c.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-PROTOBUF_C_VERSION = v1.0.0-rc1
-PROTOBUF_C_SITE = $(call github,protobuf-c,protobuf-c,$(PROTOBUF_C_VERSION))
+PROTOBUF_C_VERSION = 1.0.2
+PROTOBUF_C_SITE = https://github.com/protobuf-c/protobuf-c/releases/download/v$(PROTOBUF_C_VERSION)
 PROTOBUF_C_DEPENDENCIES = host-protobuf-c
 HOST_PROTOBUF_C_DEPENDENCIES = host-protobuf host-pkgconf
 PROTOBUF_C_MAKE = $(MAKE1)
@@ -13,8 +13,6 @@ PROTOBUF_C_CONF_OPTS = --disable-protoc
 PROTOBUF_C_INSTALL_STAGING = YES
 PROTOBUF_C_LICENSE = BSD-2c
 PROTOBUF_C_LICENSE_FILES = LICENSE
-PROTOBUF_C_AUTORECONF = YES
-HOST_PROTOBUF_C_AUTORECONF = YES
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))
-- 
2.1.1

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

* [Buildroot] [PATCH 51/51] protobuf: bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (48 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 50/51] protobuf-c: " Maxime Hadjinlian
@ 2014-10-26 18:45 ` Maxime Hadjinlian
  2014-10-26 20:00   ` Matthew Weber
  2014-10-27  0:08 ` [Buildroot] [PATCH 01/51] bmon: Bump version Peter Korsgaard
  50 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 18:45 UTC (permalink / raw)
  To: buildroot

From: Matt Weber <matthew.weber@rockwellcollins.com>

* Adds powerpc architecture support
* Changes to the new github upstream site
* Updates the license filename

Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
This patch is a re-spin of the previous bump by Matt Weber, we bump to
2.6.1, change effectively the license filename and also add a hash file.

Since the previous bump has caused issues with other packages, this
patch (along with the bump of protobuf-c) has been tested:
* host-protobuf-c-v1.0.0-rc1
http://autobuild.buildroot.org/results/647/64707ecd9acfbf519d5f22dd6bd5b39c3b544073/build-end.log

* python-protobuf-2.6.0
http://autobuild.buildroot.org/results/b3b/b3b36c72b233a624ebae9eaac592b7c6fbd394be/build-end.log

Both issues were reported by Thomas Petazzoni after the last bump.
None of them did occur with this current bump on my machine.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/protobuf/Config.in     | 7 +++----
 package/protobuf/protobuf.hash | 2 ++
 package/protobuf/protobuf.mk   | 6 +++---
 3 files changed, 8 insertions(+), 7 deletions(-)
 create mode 100644 package/protobuf/protobuf.hash

diff --git a/package/protobuf/Config.in b/package/protobuf/Config.in
index 6015b13..e45ed14 100644
--- a/package/protobuf/Config.in
+++ b/package/protobuf/Config.in
@@ -3,17 +3,16 @@ config BR2_PACKAGE_PROTOBUF
 	depends on BR2_INSTALL_LIBSTDCPP
 	depends on BR2_TOOLCHAIN_HAS_THREADS
 	# See src/google/protobuf/stubs/platform_macros.h for supported archs.
-	# PowerPC doesn't actually work.
-	depends on BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64
+	depends on BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64 || BR2_powerpc
 	# host-protobuf only builds on certain architectures
 	depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
 	help
 	  Protocol buffers are Google's language-neutral, platform-neutral,
 	  extensible mechanism for serializing structured data.
 
-	  http://code.google.com/p/protobuf/
+	  https://github.com/google/protobuf/
 
 comment "protobuf needs a toolchain w/ C++, threads"
 	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
-	depends on BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64
+	depends on BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64 || BR2_powerpc
 	depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
diff --git a/package/protobuf/protobuf.hash b/package/protobuf/protobuf.hash
new file mode 100644
index 0000000..ea9b7ef
--- /dev/null
+++ b/package/protobuf/protobuf.hash
@@ -0,0 +1,2 @@
+# Locally generated
+sha256  dbbd7bdd2381633995404de65a945ff1a7610b0da14593051b4738c90c6dd164  protobuf-2.6.1.tar.gz
diff --git a/package/protobuf/protobuf.mk b/package/protobuf/protobuf.mk
index 9043f98..366cd1f 100644
--- a/package/protobuf/protobuf.mk
+++ b/package/protobuf/protobuf.mk
@@ -4,10 +4,10 @@
 #
 ################################################################################
 
-PROTOBUF_VERSION = 2.5.0
-PROTOBUF_SITE = http://protobuf.googlecode.com/files
+PROTOBUF_VERSION = 2.6.1
+PROTOBUF_SITE = https://github.com/google/protobuf/releases/download/v$(PROTOBUF_VERSION)/
 PROTOBUF_LICENSE = BSD-3c
-PROTOBUF_LICENSE_FILES = COPYING.txt
+PROTOBUF_LICENSE_FILES = LICENSE
 
 # N.B. Need to use host protoc during cross compilation.
 PROTOBUF_DEPENDENCIES = host-protobuf
-- 
2.1.1

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

* [Buildroot] [PATCH 51/51] protobuf: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 51/51] protobuf: " Maxime Hadjinlian
@ 2014-10-26 20:00   ` Matthew Weber
  2014-10-26 20:24     ` Maxime Hadjinlian
  0 siblings, 1 reply; 111+ messages in thread
From: Matthew Weber @ 2014-10-26 20:00 UTC (permalink / raw)
  To: buildroot

Hi Maxime,
On Oct 26, 2014 1:47 PM, "Maxime Hadjinlian" <maxime.hadjinlian@gmail.com>
wrote:
>
> From: Matt Weber <matthew.weber@rockwellcollins.com>
>
> * Adds powerpc architecture support
> * Changes to the new github upstream site
> * Updates the license filename
>
> Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com>
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
> This patch is a re-spin of the previous bump by Matt Weber, we bump to
> 2.6.1, change effectively the license filename and also add a hash file.
>
> Since the previous bump has caused issues with other packages, this
> patch (along with the bump of protobuf-c) has been tested:
> * host-protobuf-c-v1.0.0-rc1
>
http://autobuild.buildroot.org/results/647/64707ecd9acfbf519d5f22dd6bd5b39c3b544073/build-end.log
>
> * python-protobuf-2.6.0
>
http://autobuild.buildroot.org/results/b3b/b3b36c72b233a624ebae9eaac592b7c6fbd394be/build-end.log
>
> Both issues were reported by Thomas Petazzoni after the last bump.
> None of them did occur with this current bump on my machine.
>
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  package/protobuf/Config.in     | 7 +++----
>  package/protobuf/protobuf.hash | 2 ++
>  package/protobuf/protobuf.mk   | 6 +++---
>  3 files changed, 8 insertions(+), 7 deletions(-)
>  create mode 100644 package/protobuf/protobuf.hash
>
> diff --git a/package/protobuf/Config.in b/package/protobuf/Config.in
> index 6015b13..e45ed14 100644
> --- a/package/protobuf/Config.in
> +++ b/package/protobuf/Config.in
> @@ -3,17 +3,16 @@ config BR2_PACKAGE_PROTOBUF
>         depends on BR2_INSTALL_LIBSTDCPP
>         depends on BR2_TOOLCHAIN_HAS_THREADS
>         # See src/google/protobuf/stubs/platform_macros.h for supported
archs.
> -       # PowerPC doesn't actually work.
> -       depends on BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64
> +       depends on BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64 ||
BR2_powerpc
>         # host-protobuf only builds on certain architectures
>         depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
>         help
>           Protocol buffers are Google's language-neutral,
platform-neutral,
>           extensible mechanism for serializing structured data.
>
> -         http://code.google.com/p/protobuf/
> +         https://github.com/google/protobuf/
>
>  comment "protobuf needs a toolchain w/ C++, threads"
>         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
> -       depends on BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64
> +       depends on BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64 ||
BR2_powerpc
>         depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
> diff --git a/package/protobuf/protobuf.hash
b/package/protobuf/protobuf.hash
> new file mode 100644
> index 0000000..ea9b7ef
> --- /dev/null
> +++ b/package/protobuf/protobuf.hash
> @@ -0,0 +1,2 @@
> +# Locally generated
> +sha256
dbbd7bdd2381633995404de65a945ff1a7610b0da14593051b4738c90c6dd164
protobuf-2.6.1.tar.gz
> diff --git a/package/protobuf/protobuf.mk b/package/protobuf/protobuf.mk
> index 9043f98..366cd1f 100644
> --- a/package/protobuf/protobuf.mk
> +++ b/package/protobuf/protobuf.mk
> @@ -4,10 +4,10 @@
>  #
>
 ################################################################################
>
> -PROTOBUF_VERSION = 2.5.0
> -PROTOBUF_SITE = http://protobuf.googlecode.com/files
> +PROTOBUF_VERSION = 2.6.1
> +PROTOBUF_SITE =
https://github.com/google/protobuf/releases/download/v$(PROTOBUF_VERSION)/
>  PROTOBUF_LICENSE = BSD-3c
> -PROTOBUF_LICENSE_FILES = COPYING.txt
> +PROTOBUF_LICENSE_FILES = LICENSE
>
>  # N.B. Need to use host protoc during cross compilation.
>  PROTOBUF_DEPENDENCIES = host-protobuf
> --
> 2.1.1
>

There is still an outstanding issue with atomics if protobuf 2.6 is built
with gcc older then 4.7.  This was discussed at the last developers meeting
and it sounds like it will result in buildroot infrastructure updates to
validate gcc toolchain during toolchain setup to set a use  atomics
variable only if it supports it.
Thanks,
Matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20141026/f7f7c181/attachment.html>

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

* [Buildroot] [PATCH 51/51] protobuf: bump version
  2014-10-26 20:00   ` Matthew Weber
@ 2014-10-26 20:24     ` Maxime Hadjinlian
  2014-10-26 20:35       ` Matthew Weber
  0 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 20:24 UTC (permalink / raw)
  To: buildroot

Hi Matthew, all

On Sun, Oct 26, 2014 at 9:00 PM, Matthew Weber
<matthew.weber@rockwellcollins.com> wrote:
> Hi Maxime,
>
> On Oct 26, 2014 1:47 PM, "Maxime Hadjinlian" <maxime.hadjinlian@gmail.com>
> wrote:
>>
>> From: Matt Weber <matthew.weber@rockwellcollins.com>
>>
>> * Adds powerpc architecture support
>> * Changes to the new github upstream site
>> * Updates the license filename
>>
>> Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com>
>> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
>> ---
>> This patch is a re-spin of the previous bump by Matt Weber, we bump to
>> 2.6.1, change effectively the license filename and also add a hash file.
>>
>> Since the previous bump has caused issues with other packages, this
>> patch (along with the bump of protobuf-c) has been tested:
>> * host-protobuf-c-v1.0.0-rc1
>>
>> http://autobuild.buildroot.org/results/647/64707ecd9acfbf519d5f22dd6bd5b39c3b544073/build-end.log
>>
>> * python-protobuf-2.6.0
>>
>> http://autobuild.buildroot.org/results/b3b/b3b36c72b233a624ebae9eaac592b7c6fbd394be/build-end.log
>>
>> Both issues were reported by Thomas Petazzoni after the last bump.
>> None of them did occur with this current bump on my machine.
>>
>> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
>> ---
>>  package/protobuf/Config.in     | 7 +++----
>>  package/protobuf/protobuf.hash | 2 ++
>>  package/protobuf/protobuf.mk   | 6 +++---
>>  3 files changed, 8 insertions(+), 7 deletions(-)
>>  create mode 100644 package/protobuf/protobuf.hash
>>
>> diff --git a/package/protobuf/Config.in b/package/protobuf/Config.in
>> index 6015b13..e45ed14 100644
>> --- a/package/protobuf/Config.in
>> +++ b/package/protobuf/Config.in
>> @@ -3,17 +3,16 @@ config BR2_PACKAGE_PROTOBUF
>>         depends on BR2_INSTALL_LIBSTDCPP
>>         depends on BR2_TOOLCHAIN_HAS_THREADS
>>         # See src/google/protobuf/stubs/platform_macros.h for supported
>> archs.
>> -       # PowerPC doesn't actually work.
>> -       depends on BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64
>> +       depends on BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64 ||
>> BR2_powerpc
>>         # host-protobuf only builds on certain architectures
>>         depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
>>         help
>>           Protocol buffers are Google's language-neutral,
>> platform-neutral,
>>           extensible mechanism for serializing structured data.
>>
>> -         http://code.google.com/p/protobuf/
>> +         https://github.com/google/protobuf/
>>
>>  comment "protobuf needs a toolchain w/ C++, threads"
>>         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
>> -       depends on BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64
>> +       depends on BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64 ||
>> BR2_powerpc
>>         depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
>> diff --git a/package/protobuf/protobuf.hash
>> b/package/protobuf/protobuf.hash
>> new file mode 100644
>> index 0000000..ea9b7ef
>> --- /dev/null
>> +++ b/package/protobuf/protobuf.hash
>> @@ -0,0 +1,2 @@
>> +# Locally generated
>> +sha256  dbbd7bdd2381633995404de65a945ff1a7610b0da14593051b4738c90c6dd164
>> protobuf-2.6.1.tar.gz
>> diff --git a/package/protobuf/protobuf.mk b/package/protobuf/protobuf.mk
>> index 9043f98..366cd1f 100644
>> --- a/package/protobuf/protobuf.mk
>> +++ b/package/protobuf/protobuf.mk
>> @@ -4,10 +4,10 @@
>>  #
>>
>> ################################################################################
>>
>> -PROTOBUF_VERSION = 2.5.0
>> -PROTOBUF_SITE = http://protobuf.googlecode.com/files
>> +PROTOBUF_VERSION = 2.6.1
>> +PROTOBUF_SITE =
>> https://github.com/google/protobuf/releases/download/v$(PROTOBUF_VERSION)/
>>  PROTOBUF_LICENSE = BSD-3c
>> -PROTOBUF_LICENSE_FILES = COPYING.txt
>> +PROTOBUF_LICENSE_FILES = LICENSE
>>
>>  # N.B. Need to use host protoc during cross compilation.
>>  PROTOBUF_DEPENDENCIES = host-protobuf
>> --
>> 2.1.1
>>
>
> There is still an outstanding issue with atomics if protobuf 2.6 is built
> with gcc older then 4.7.  This was discussed at the last developers meeting
> and it sounds like it will result in buildroot infrastructure updates to
> validate gcc toolchain during toolchain setup to set a use  atomics variable
> only if it supports it.
Yes, good catch, forgot about that. I don't know if anyone is
currently working on the atomic stuff ?
But since gcc 4.7.0 is 2 years old, I would say we bump this, and when
the atomic supports is ready, we add it. Maybe add a comments
meanwhile, but IMHO, we should update this, if the only issue is with
a *really* old version of gcc.
> Thanks,
> Matt

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

* [Buildroot] [PATCH 51/51] protobuf: bump version
  2014-10-26 20:24     ` Maxime Hadjinlian
@ 2014-10-26 20:35       ` Matthew Weber
  0 siblings, 0 replies; 111+ messages in thread
From: Matthew Weber @ 2014-10-26 20:35 UTC (permalink / raw)
  To: buildroot

All,
On Oct 26, 2014 3:25 PM, "Maxime Hadjinlian" <maxime.hadjinlian@gmail.com>
wrote:
>
> Hi Matthew, all
>
> On Sun, Oct 26, 2014 at 9:00 PM, Matthew Weber
> <matthew.weber@rockwellcollins.com> wrote:
> > Hi Maxime,
> >
> > On Oct 26, 2014 1:47 PM, "Maxime Hadjinlian" <
maxime.hadjinlian@gmail.com>
> > wrote:
> >>
> >> From: Matt Weber <matthew.weber@rockwellcollins.com>
> >>
> >> * Adds powerpc architecture support
> >> * Changes to the new github upstream site
> >> * Updates the license filename
> >>
> >> Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com>
> >> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> >> ---
> >> This patch is a re-spin of the previous bump by Matt Weber, we bump to
> >> 2.6.1, change effectively the license filename and also add a hash
file.
> >>
> >> Since the previous bump has caused issues with other packages, this
> >> patch (along with the bump of protobuf-c) has been tested:
> >> * host-protobuf-c-v1.0.0-rc1
> >>
> >>
http://autobuild.buildroot.org/results/647/64707ecd9acfbf519d5f22dd6bd5b39c3b544073/build-end.log
> >>
> >> * python-protobuf-2.6.0
> >>
> >>
http://autobuild.buildroot.org/results/b3b/b3b36c72b233a624ebae9eaac592b7c6fbd394be/build-end.log
> >>
> >> Both issues were reported by Thomas Petazzoni after the last bump.
> >> None of them did occur with this current bump on my machine.
> >>
> >> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> >> ---
> >>  package/protobuf/Config.in     | 7 +++----
> >>  package/protobuf/protobuf.hash | 2 ++
> >>  package/protobuf/protobuf.mk   | 6 +++---
> >>  3 files changed, 8 insertions(+), 7 deletions(-)
> >>  create mode 100644 package/protobuf/protobuf.hash
> >>
> >> diff --git a/package/protobuf/Config.in b/package/protobuf/Config.in
> >> index 6015b13..e45ed14 100644
> >> --- a/package/protobuf/Config.in
> >> +++ b/package/protobuf/Config.in
> >> @@ -3,17 +3,16 @@ config BR2_PACKAGE_PROTOBUF
> >>         depends on BR2_INSTALL_LIBSTDCPP
> >>         depends on BR2_TOOLCHAIN_HAS_THREADS
> >>         # See src/google/protobuf/stubs/platform_macros.h for supported
> >> archs.
> >> -       # PowerPC doesn't actually work.
> >> -       depends on BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64
> >> +       depends on BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64 ||
> >> BR2_powerpc
> >>         # host-protobuf only builds on certain architectures
> >>         depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
> >>         help
> >>           Protocol buffers are Google's language-neutral,
> >> platform-neutral,
> >>           extensible mechanism for serializing structured data.
> >>
> >> -         http://code.google.com/p/protobuf/
> >> +         https://github.com/google/protobuf/
> >>
> >>  comment "protobuf needs a toolchain w/ C++, threads"
> >>         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
> >> -       depends on BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64
> >> +       depends on BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64 ||
> >> BR2_powerpc
> >>         depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
> >> diff --git a/package/protobuf/protobuf.hash
> >> b/package/protobuf/protobuf.hash
> >> new file mode 100644
> >> index 0000000..ea9b7ef
> >> --- /dev/null
> >> +++ b/package/protobuf/protobuf.hash
> >> @@ -0,0 +1,2 @@
> >> +# Locally generated
> >> +sha256
dbbd7bdd2381633995404de65a945ff1a7610b0da14593051b4738c90c6dd164
> >> protobuf-2.6.1.tar.gz
> >> diff --git a/package/protobuf/protobuf.mk b/package/protobuf/
protobuf.mk
> >> index 9043f98..366cd1f 100644
> >> --- a/package/protobuf/protobuf.mk
> >> +++ b/package/protobuf/protobuf.mk
> >> @@ -4,10 +4,10 @@
> >>  #
> >>
> >>
################################################################################
> >>
> >> -PROTOBUF_VERSION = 2.5.0
> >> -PROTOBUF_SITE = http://protobuf.googlecode.com/files
> >> +PROTOBUF_VERSION = 2.6.1
> >> +PROTOBUF_SITE =
> >>
https://github.com/google/protobuf/releases/download/v$(PROTOBUF_VERSION)/
> >>  PROTOBUF_LICENSE = BSD-3c
> >> -PROTOBUF_LICENSE_FILES = COPYING.txt
> >> +PROTOBUF_LICENSE_FILES = LICENSE
> >>
> >>  # N.B. Need to use host protoc during cross compilation.
> >>  PROTOBUF_DEPENDENCIES = host-protobuf
> >> --
> >> 2.1.1
> >>
> >
> > There is still an outstanding issue with atomics if protobuf 2.6 is
built
> > with gcc older then 4.7.  This was discussed at the last developers
meeting
> > and it sounds like it will result in buildroot infrastructure updates to
> > validate gcc toolchain during toolchain setup to set a use  atomics
variable
> > only if it supports it.
> Yes, good catch, forgot about that. I don't know if anyone is
> currently working on the atomic stuff ?
> But since gcc 4.7.0 is 2 years old, I would say we bump this, and when
> the atomic supports is ready, we add it. Maybe add a comments
> meanwhile, but IMHO, we should update this, if the only issue is with
> a *really* old version of gcc.

Agreed, the problem toolchain in the autobuilder which will show up is the
powerpc gcc4.3 ctng. Thomas, do you think an exclusion for this toolchain
is reasonable at this point?
I can provide a newer powerpc 4.7 ctng config to supplement the existing
powerpc toolchain used to make sure there is still build coverage for this
arch.

> > Thanks,
> > Matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20141026/791d24ac/attachment.html>

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

* [Buildroot] [PATCH 38/51] xbmc-pvr-addons: Bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 38/51] xbmc-pvr-addons: Bump version Maxime Hadjinlian
@ 2014-10-26 20:43   ` Bernd Kuhls
  2014-10-26 20:47     ` Maxime Hadjinlian
  0 siblings, 1 reply; 111+ messages in thread
From: Bernd Kuhls @ 2014-10-26 20:43 UTC (permalink / raw)
  To: buildroot

[posted and mailed]

Maxime Hadjinlian <maxime.hadjinlian@gmail.com> 
wrote in news:1414349157-22749-38-git-send-email-maxime.hadjinlian at gmail.com:

>  # This cset is on the branch 'gotham'
>  # When XBMC is updated, then this should be updated to the corresponding 
branch
> -XBMC_PVR_ADDONS_VERSION = be12a8da2072e9c3ddad54892df2f85b759d4e9a
> +XBMC_PVR_ADDONS_VERSION = 067befe6b8da81e29abca8cd394d08c84233677b

Hi,

you are sure that code from the master branch of xbmc-pvr-addons is 
compatible with xbmc Gotham? 

Openelec also uses code from the Gotham branch of xbmc-pvr-addons:
https://github.com/OpenELEC/OpenELEC.tv/blob/openelec-
4.2/packages/mediacenter/xbmc-pvr-addons/package.mk

While staying on the Gotham branch you can bump xbmc-pvr-addons to
f7d9b42b2f1795a467093acb9c120b9c361ffbc4 btw.

Regards, Bernd

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

* [Buildroot] [PATCH 36/51] tvheadend: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 36/51] tvheadend: bump version Maxime Hadjinlian
@ 2014-10-26 20:45   ` Bernd Kuhls
  2014-10-28 21:12   ` Thomas Petazzoni
  1 sibling, 0 replies; 111+ messages in thread
From: Bernd Kuhls @ 2014-10-26 20:45 UTC (permalink / raw)
  To: buildroot

Maxime Hadjinlian <maxime.hadjinlian@gmail.com> 
wrote in news:1414349157-22749-36-git-send-email-maxime.hadjinlian at gmail.com:

> -TVHEADEND_VERSION = ca742e00a7717787351e1a432ca9b41f93369d60
> +TVHEADEND_VERSION = 596b4e0b29937a6123b25940621fe17dccbefbb4

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

Regards, Bernd

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

* [Buildroot] [PATCH 38/51] xbmc-pvr-addons: Bump version
  2014-10-26 20:43   ` Bernd Kuhls
@ 2014-10-26 20:47     ` Maxime Hadjinlian
  0 siblings, 0 replies; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-10-26 20:47 UTC (permalink / raw)
  To: buildroot

Hi Bernd, all

On Sun, Oct 26, 2014 at 9:43 PM, Bernd Kuhls <bernd.kuhls@t-online.de> wrote:
> [posted and mailed]
>
> Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> wrote in news:1414349157-22749-38-git-send-email-maxime.hadjinlian at gmail.com:
>
>>  # This cset is on the branch 'gotham'
>>  # When XBMC is updated, then this should be updated to the corresponding
> branch
>> -XBMC_PVR_ADDONS_VERSION = be12a8da2072e9c3ddad54892df2f85b759d4e9a
>> +XBMC_PVR_ADDONS_VERSION = 067befe6b8da81e29abca8cd394d08c84233677b
>
> Hi,
>
> you are sure that code from the master branch of xbmc-pvr-addons is
> compatible with xbmc Gotham?
>
> Openelec also uses code from the Gotham branch of xbmc-pvr-addons:
> https://github.com/OpenELEC/OpenELEC.tv/blob/openelec-
> 4.2/packages/mediacenter/xbmc-pvr-addons/package.mk
>
> While staying on the Gotham branch you can bump xbmc-pvr-addons to
> f7d9b42b2f1795a467093acb9c120b9c361ffbc4 btw.
You're absolutely right, I had seen this before and forgot to change
it. I'll resend this one immediatly since it's trivial.
>
> Regards, Bernd
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 01/51] bmon: Bump version
  2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
                   ` (49 preceding siblings ...)
  2014-10-26 18:45 ` [Buildroot] [PATCH 51/51] protobuf: " Maxime Hadjinlian
@ 2014-10-27  0:08 ` Peter Korsgaard
  50 siblings, 0 replies; 111+ messages in thread
From: Peter Korsgaard @ 2014-10-27  0:08 UTC (permalink / raw)
  To: buildroot

>>>>> "Maxime" == Maxime Hadjinlian <maxime.hadjinlian@gmail.com> writes:

 > The release contains the configure scripts, as such we don't need the
 > autoreconf anymore.

 > Also add a hash file since there is a release tarball uploaded by the
 > maintainer.

 > Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 02/51] civetweb: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 02/51] civetweb: bump version Maxime Hadjinlian
@ 2014-10-27  0:09   ` Peter Korsgaard
  0 siblings, 0 replies; 111+ messages in thread
From: Peter Korsgaard @ 2014-10-27  0:09 UTC (permalink / raw)
  To: buildroot

>>>>> "Maxime" == Maxime Hadjinlian <maxime.hadjinlian@gmail.com> writes:

 > Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 03/51] cppzmq: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 03/51] cppzmq: " Maxime Hadjinlian
@ 2014-10-27  0:10   ` Peter Korsgaard
  0 siblings, 0 replies; 111+ messages in thread
From: Peter Korsgaard @ 2014-10-27  0:10 UTC (permalink / raw)
  To: buildroot

>>>>> "Maxime" == Maxime Hadjinlian <maxime.hadjinlian@gmail.com> writes:

 > Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>

It would have been good with a short description to explain why this git
sha1 is better than what we had (E.G. it is needed because of some or
the other bumps or important bugs are fixed), but ok - Committed,
thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 04/51] czmq: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 04/51] czmq: " Maxime Hadjinlian
@ 2014-10-27  0:11   ` Peter Korsgaard
  0 siblings, 0 replies; 111+ messages in thread
From: Peter Korsgaard @ 2014-10-27  0:11 UTC (permalink / raw)
  To: buildroot

>>>>> "Maxime" == Maxime Hadjinlian <maxime.hadjinlian@gmail.com> writes:

 > Remove patch as it was merged upstream.
 > Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 05/51] fb-test-app: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 05/51] fb-test-app: " Maxime Hadjinlian
@ 2014-10-27  0:12   ` Peter Korsgaard
  0 siblings, 0 replies; 111+ messages in thread
From: Peter Korsgaard @ 2014-10-27  0:12 UTC (permalink / raw)
  To: buildroot

>>>>> "Maxime" == Maxime Hadjinlian <maxime.hadjinlian@gmail.com> writes:

 > Remove patch as it was merged upstream.
 > Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 06/51] filemq: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 06/51] filemq: " Maxime Hadjinlian
@ 2014-10-27  0:13   ` Peter Korsgaard
  0 siblings, 0 replies; 111+ messages in thread
From: Peter Korsgaard @ 2014-10-27  0:13 UTC (permalink / raw)
  To: buildroot

>>>>> "Maxime" == Maxime Hadjinlian <maxime.hadjinlian@gmail.com> writes:

 > Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 07/51] flann: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 07/51] flann: " Maxime Hadjinlian
@ 2014-10-27  0:13   ` Peter Korsgaard
  0 siblings, 0 replies; 111+ messages in thread
From: Peter Korsgaard @ 2014-10-27  0:13 UTC (permalink / raw)
  To: buildroot

>>>>> "Maxime" == Maxime Hadjinlian <maxime.hadjinlian@gmail.com> writes:

 > Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 08/51] geoip: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 08/51] geoip: " Maxime Hadjinlian
@ 2014-10-27  0:16   ` Peter Korsgaard
  0 siblings, 0 replies; 111+ messages in thread
From: Peter Korsgaard @ 2014-10-27  0:16 UTC (permalink / raw)
  To: buildroot

>>>>> "Maxime" == Maxime Hadjinlian <maxime.hadjinlian@gmail.com> writes:

 > The tarball from the release contains the configure and Makefile.in,
 > there's no longer need to AUTORECONF.

 > Add a hash file since the tarball has been uploaded by the maintainer.

 > Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>

Seems like the license info changed:

cat: /home/peko/source/buildroot/output/build/geoip-1.6.2/LICENSE: No such file or directory
package/geoip/geoip.mk:14: recipe for target 'geoip-legal-info' failed

Committed with that fixed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 09/51] jquery-keyboard: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 09/51] jquery-keyboard: " Maxime Hadjinlian
@ 2014-10-27  0:18   ` Peter Korsgaard
  0 siblings, 0 replies; 111+ messages in thread
From: Peter Korsgaard @ 2014-10-27  0:18 UTC (permalink / raw)
  To: buildroot

>>>>> "Maxime" == Maxime Hadjinlian <maxime.hadjinlian@gmail.com> writes:

 > Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 10/51] json-javascript: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 10/51] json-javascript: " Maxime Hadjinlian
@ 2014-10-27  0:19   ` Peter Korsgaard
  0 siblings, 0 replies; 111+ messages in thread
From: Peter Korsgaard @ 2014-10-27  0:19 UTC (permalink / raw)
  To: buildroot

>>>>> "Maxime" == Maxime Hadjinlian <maxime.hadjinlian@gmail.com> writes:

 > Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 36/51] tvheadend: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 36/51] tvheadend: bump version Maxime Hadjinlian
  2014-10-26 20:45   ` Bernd Kuhls
@ 2014-10-28 21:12   ` Thomas Petazzoni
  1 sibling, 0 replies; 111+ messages in thread
From: Thomas Petazzoni @ 2014-10-28 21:12 UTC (permalink / raw)
  To: buildroot

Dear Maxime Hadjinlian,

On Sun, 26 Oct 2014 19:45:42 +0100, Maxime Hadjinlian wrote:
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  package/tvheadend/tvheadend.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

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

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

* [Buildroot] [PATCH 42/51] lttng-babeltrace: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 42/51] lttng-babeltrace: " Maxime Hadjinlian
@ 2014-10-28 21:29   ` Thomas Petazzoni
  0 siblings, 0 replies; 111+ messages in thread
From: Thomas Petazzoni @ 2014-10-28 21:29 UTC (permalink / raw)
  To: buildroot

Dear Maxime Hadjinlian,

On Sun, 26 Oct 2014 19:45:48 +0100, Maxime Hadjinlian wrote:
> Add hash file
> 
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  package/lttng-babeltrace/lttng-babeltrace.hash | 7 +++++++
>  package/lttng-babeltrace/lttng-babeltrace.mk   | 2 +-
>  2 files changed, 8 insertions(+), 1 deletion(-)
>  create mode 100644 package/lttng-babeltrace/lttng-babeltrace.hash

Applied, thanks.

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

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

* [Buildroot] [PATCH 43/51] lttng-libust: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 43/51] lttng-libust: " Maxime Hadjinlian
@ 2014-10-28 21:29   ` Thomas Petazzoni
  0 siblings, 0 replies; 111+ messages in thread
From: Thomas Petazzoni @ 2014-10-28 21:29 UTC (permalink / raw)
  To: buildroot

Dear Maxime Hadjinlian,

On Sun, 26 Oct 2014 19:45:49 +0100, Maxime Hadjinlian wrote:
> Add hash file
> 
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  package/lttng-libust/lttng-libust.hash | 6 ++++++
>  package/lttng-libust/lttng-libust.mk   | 2 +-
>  2 files changed, 7 insertions(+), 1 deletion(-)
>  create mode 100644 package/lttng-libust/lttng-libust.hash

Applied, thanks.

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

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

* [Buildroot] [PATCH 44/51] lttng-tools: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 44/51] lttng-tools: " Maxime Hadjinlian
@ 2014-10-28 21:30   ` Thomas Petazzoni
  0 siblings, 0 replies; 111+ messages in thread
From: Thomas Petazzoni @ 2014-10-28 21:30 UTC (permalink / raw)
  To: buildroot

Dear Maxime Hadjinlian,

On Sun, 26 Oct 2014 19:45:50 +0100, Maxime Hadjinlian wrote:
> add hash file
> 
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  package/lttng-tools/lttng-tools.hash | 2 ++
>  package/lttng-tools/lttng-tools.mk   | 2 +-
>  2 files changed, 3 insertions(+), 1 deletion(-)
>  create mode 100644 package/lttng-tools/lttng-tools.hash

Applied, thanks.

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

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

* [Buildroot] [PATCH 45/51] lttng-modules: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 45/51] lttng-modules: " Maxime Hadjinlian
@ 2014-10-28 21:30   ` Thomas Petazzoni
  0 siblings, 0 replies; 111+ messages in thread
From: Thomas Petazzoni @ 2014-10-28 21:30 UTC (permalink / raw)
  To: buildroot

Dear Maxime Hadjinlian,

On Sun, 26 Oct 2014 19:45:51 +0100, Maxime Hadjinlian wrote:
> Add a hash file
> 
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  package/lttng-modules/lttng-modules.hash | 6 ++++++
>  package/lttng-modules/lttng-modules.mk   | 2 +-
>  2 files changed, 7 insertions(+), 1 deletion(-)
>  create mode 100644 package/lttng-modules/lttng-modules.hash

Applied, thanks.

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

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

* [Buildroot] [PATCH 14/51] libenca: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 14/51] libenca: " Maxime Hadjinlian
@ 2014-10-29 19:23   ` Bernd Kuhls
  2014-10-29 20:38   ` Thomas Petazzoni
  1 sibling, 0 replies; 111+ messages in thread
From: Bernd Kuhls @ 2014-10-29 19:23 UTC (permalink / raw)
  To: buildroot

[posted and mailed]

Maxime Hadjinlian <maxime.hadjinlian@gmail.com> 
wrote in news:1414349157-22749-14-git-send-email-maxime.hadjinlian at gmail.com:

>  LIBENCA_AUTORECONF = YES

Hi,

this line can also be removed now since we do not patch libenca anymore.

With this change applied:

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

Regards, Bernd

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

* [Buildroot] [PATCH 14/51] libenca: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 14/51] libenca: " Maxime Hadjinlian
  2014-10-29 19:23   ` Bernd Kuhls
@ 2014-10-29 20:38   ` Thomas Petazzoni
  1 sibling, 0 replies; 111+ messages in thread
From: Thomas Petazzoni @ 2014-10-29 20:38 UTC (permalink / raw)
  To: buildroot

Dear Maxime Hadjinlian,

On Sun, 26 Oct 2014 19:45:20 +0100, Maxime Hadjinlian wrote:
> Remove all the patches as they were accepted upstream.
> 
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  .../libenca-001-fix-installation-error.patch       | 44 ----------------------
>  ...benca-002-remove-prefix-hack-in-configure.patch | 33 ----------------
>  package/libenca/libenca-003-iconv.patch            | 15 --------
>  package/libenca/libenca.mk                         |  2 +-
>  4 files changed, 1 insertion(+), 93 deletions(-)
>  delete mode 100644 package/libenca/libenca-001-fix-installation-error.patch
>  delete mode 100644 package/libenca/libenca-002-remove-prefix-hack-in-configure.patch
>  delete mode 100644 package/libenca/libenca-003-iconv.patch

Applied, thanks, after removing AUTORECONF = YES, as suggested by
Bernd. Thanks Bernd for the review!

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

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

* [Buildroot] [PATCH 22/51] python-configshell-fb: Bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 22/51] python-configshell-fb: Bump version Maxime Hadjinlian
@ 2014-10-29 22:23   ` Thomas Petazzoni
  0 siblings, 0 replies; 111+ messages in thread
From: Thomas Petazzoni @ 2014-10-29 22:23 UTC (permalink / raw)
  To: buildroot

Dear Maxime Hadjinlian,

On Sun, 26 Oct 2014 19:45:28 +0100, Maxime Hadjinlian wrote:
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  package/python-configshell-fb/python-configshell-fb.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

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

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

* [Buildroot] [PATCH 23/51] python-ipy: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 23/51] python-ipy: bump version Maxime Hadjinlian
@ 2014-10-29 22:23   ` Thomas Petazzoni
  0 siblings, 0 replies; 111+ messages in thread
From: Thomas Petazzoni @ 2014-10-29 22:23 UTC (permalink / raw)
  To: buildroot

Dear Maxime Hadjinlian,

On Sun, 26 Oct 2014 19:45:29 +0100, Maxime Hadjinlian wrote:
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  package/python-ipy/python-ipy.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied.

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

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

* [Buildroot] [PATCH 24/51] python-pyusb: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 24/51] python-pyusb: " Maxime Hadjinlian
@ 2014-10-29 22:24   ` Thomas Petazzoni
  0 siblings, 0 replies; 111+ messages in thread
From: Thomas Petazzoni @ 2014-10-29 22:24 UTC (permalink / raw)
  To: buildroot

Dear Maxime Hadjinlian,

On Sun, 26 Oct 2014 19:45:30 +0100, Maxime Hadjinlian wrote:
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  package/python-pyusb/python-pyusb.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied.

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

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

* [Buildroot] [PATCH 25/51] python-rtslib-fb: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 25/51] python-rtslib-fb: " Maxime Hadjinlian
@ 2014-10-29 22:24   ` Thomas Petazzoni
  0 siblings, 0 replies; 111+ messages in thread
From: Thomas Petazzoni @ 2014-10-29 22:24 UTC (permalink / raw)
  To: buildroot

Dear Maxime Hadjinlian,

On Sun, 26 Oct 2014 19:45:31 +0100, Maxime Hadjinlian wrote:
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  package/python-rtslib-fb/python-rtslib-fb.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied.

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

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

* [Buildroot] [PATCH 12/51] ktap: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 12/51] ktap: " Maxime Hadjinlian
@ 2014-11-01 18:08   ` Thomas Petazzoni
  0 siblings, 0 replies; 111+ messages in thread
From: Thomas Petazzoni @ 2014-11-01 18:08 UTC (permalink / raw)
  To: buildroot

Dear Maxime Hadjinlian,

On Sun, 26 Oct 2014 19:45:18 +0100, Maxime Hadjinlian wrote:
> We switch from a tag to a commit ID, because the release  is from
> December 2013.
> Ktap has 4 releases, all made during a 7 months period, nothing since
> then.
> 
> But the project is still active, ~80 commits have been pushed in the meantime.
> 
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  package/ktap/ktap.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/ktap/ktap.mk b/package/ktap/ktap.mk
> index 0c2652d..a6b779a 100644
> --- a/package/ktap/ktap.mk
> +++ b/package/ktap/ktap.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -KTAP_VERSION = v0.4
> +KTAP_VERSION = 5b16b61deb6c8a99d71e5167706a5f5566135828
>  KTAP_SITE = $(call github,ktap,ktap,$(KTAP_VERSION))
>  KTAP_SOURCE = v$(KTAP_VERSION).tar.gz
>  KTAP_LICENSE = GPLv2

Applied, thanks. However, it was not building fine for uClibc due to a
missing <stdarg.h> include. The KTAP_SOURCE variable is now
unnecessary. I've fixed that before committing.

Also, I tried to build a 3.16.1 kernel for ARM with the
sama5_defconfig, and even with the logic in linux/linux.mk to enable a
bunch of kernel options when ktap is enabled, it wasn't sufficient, and
ktap complained that a couple of kernel options were missing.

However, it seems like those kernel config options for tracing stuff
changes quite often, so it might be difficult to have a logic in
linux/linux.mk that works for all kernel versions. If you have some
time to have a look into this, it'd be great.

Thanks!

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

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

* [Buildroot] [PATCH 13/51] libconfuse: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 13/51] libconfuse: " Maxime Hadjinlian
@ 2014-11-01 19:00   ` Thomas Petazzoni
  0 siblings, 0 replies; 111+ messages in thread
From: Thomas Petazzoni @ 2014-11-01 19:00 UTC (permalink / raw)
  To: buildroot

Dear Maxime Hadjinlian,

On Sun, 26 Oct 2014 19:45:19 +0100, Maxime Hadjinlian wrote:
> The tag v2.7 is from 2010, no release has been since then and a few
> changes has been mode, notably a LICENSE file was added.
> 
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  package/libconfuse/libconfuse.mk | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied, thanks. It would be good to contact upstream and ask them to
do a new release at some point :)

Thanks,

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

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

* [Buildroot] [PATCH 15/51] libstrophe: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 15/51] libstrophe: " Maxime Hadjinlian
@ 2014-11-01 19:07   ` Thomas Petazzoni
  0 siblings, 0 replies; 111+ messages in thread
From: Thomas Petazzoni @ 2014-11-01 19:07 UTC (permalink / raw)
  To: buildroot

Dear Maxime Hadjinlian,

On Sun, 26 Oct 2014 19:45:21 +0100, Maxime Hadjinlian wrote:
> Remove patch that was accepted upstream. The other one was never sent
> before.
> 
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  ...-configure.ac-fix-misdetection-of-libxml2.patch | 32 ----------------------
>  package/libstrophe/libstrophe.mk                   |  2 +-
>  2 files changed, 1 insertion(+), 33 deletions(-)
>  delete mode 100644 package/libstrophe/libstrophe-02-configure.ac-fix-misdetection-of-libxml2.patch

Applied, thanks!

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

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

* [Buildroot] [PATCH 16/51] libuv: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 16/51] libuv: " Maxime Hadjinlian
@ 2014-11-01 20:34   ` Thomas Petazzoni
  0 siblings, 0 replies; 111+ messages in thread
From: Thomas Petazzoni @ 2014-11-01 20:34 UTC (permalink / raw)
  To: buildroot

Dear Maxime Hadjinlian,

On Sun, 26 Oct 2014 19:45:22 +0100, Maxime Hadjinlian wrote:
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  package/libuv/libuv.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

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

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

* [Buildroot] [PATCH 17/51] linenoise: bump version and license
  2014-10-26 18:45 ` [Buildroot] [PATCH 17/51] linenoise: bump version and license Maxime Hadjinlian
@ 2014-11-01 20:41   ` Thomas Petazzoni
  0 siblings, 0 replies; 111+ messages in thread
From: Thomas Petazzoni @ 2014-11-01 20:41 UTC (permalink / raw)
  To: buildroot

Dear Maxime Hadjinlian,

On Sun, 26 Oct 2014 19:45:23 +0100, Maxime Hadjinlian wrote:
> The project now comes with a LICENSE_FILES.
> 
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  package/linenoise/linenoise.mk | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Applied, thanks.

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

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

* [Buildroot] [PATCH 18/51] lua-msgpack-native: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 18/51] lua-msgpack-native: bump version Maxime Hadjinlian
@ 2014-11-01 20:42   ` Thomas Petazzoni
  0 siblings, 0 replies; 111+ messages in thread
From: Thomas Petazzoni @ 2014-11-01 20:42 UTC (permalink / raw)
  To: buildroot

Dear Maxime Hadjinlian,

On Sun, 26 Oct 2014 19:45:24 +0100, Maxime Hadjinlian wrote:
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  package/lua-msgpack-native/lua-msgpack-native.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

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

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

* [Buildroot] [PATCH 19/51] lxc: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 19/51] lxc: " Maxime Hadjinlian
@ 2014-11-01 20:47   ` Thomas Petazzoni
  0 siblings, 0 replies; 111+ messages in thread
From: Thomas Petazzoni @ 2014-11-01 20:47 UTC (permalink / raw)
  To: buildroot

Dear Maxime Hadjinlian,

On Sun, 26 Oct 2014 19:45:25 +0100, Maxime Hadjinlian wrote:
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  package/lxc/lxc.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

I've applied, but made some additional changes:

    [Thomas: switch back to a tarball from
    https://linuxcontainers.org/downloads/ instead of
    github. Unfortunately, even though the tarball has the configure
    script generated, we still need to autoreconf since we're patching
    configure.ac.]

Thanks!

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

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

* [Buildroot] [PATCH 20/51] lz4: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 20/51] lz4: " Maxime Hadjinlian
@ 2014-11-01 20:48   ` Thomas Petazzoni
  0 siblings, 0 replies; 111+ messages in thread
From: Thomas Petazzoni @ 2014-11-01 20:48 UTC (permalink / raw)
  To: buildroot

Dear Maxime Hadjinlian,

On Sun, 26 Oct 2014 19:45:26 +0100, Maxime Hadjinlian wrote:
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  package/lz4/lz4.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

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

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

* [Buildroot] [PATCH 21/51] omap-u-boot-utils: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 21/51] omap-u-boot-utils: " Maxime Hadjinlian
@ 2014-11-01 20:48   ` Thomas Petazzoni
  0 siblings, 0 replies; 111+ messages in thread
From: Thomas Petazzoni @ 2014-11-01 20:48 UTC (permalink / raw)
  To: buildroot

Dear Maxime Hadjinlian,

On Sun, 26 Oct 2014 19:45:27 +0100, Maxime Hadjinlian wrote:
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  package/omap-u-boot-utils/omap-u-boot-utils.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

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

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

* [Buildroot] [PATCH 26/51] qjson: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 26/51] qjson: " Maxime Hadjinlian
@ 2014-11-01 22:15   ` Thomas Petazzoni
  0 siblings, 0 replies; 111+ messages in thread
From: Thomas Petazzoni @ 2014-11-01 22:15 UTC (permalink / raw)
  To: buildroot

Dear Maxime Hadjinlian,

On Sun, 26 Oct 2014 19:45:32 +0100, Maxime Hadjinlian wrote:
> Remove useless empty line.
> Update the patch and its name.
> 
> We change from a release from Nov 2012 to a commit, because the project
> and there has been quite a number of commits since then.
> 
> The patch will be sent upstream along with a request for a new release.
> 
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  ...1-fix-Qt4-package-error-in-CMakeLists.txt.patch | 29 ++++++++++++++++++++++
>  ...qjson-fix-qt4-package-error-in-cmakelists.patch | 29 ----------------------
>  package/qjson/qjson.mk                             |  3 +--
>  3 files changed, 30 insertions(+), 31 deletions(-)
>  create mode 100644 package/qjson/0001-fix-Qt4-package-error-in-CMakeLists.txt.patch
>  delete mode 100644 package/qjson/qjson-fix-qt4-package-error-in-cmakelists.patch

Applied, thanks.

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

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

* [Buildroot] [PATCH 27/51] sconeserver: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 27/51] sconeserver: " Maxime Hadjinlian
@ 2014-11-01 22:19   ` Thomas Petazzoni
  0 siblings, 0 replies; 111+ messages in thread
From: Thomas Petazzoni @ 2014-11-01 22:19 UTC (permalink / raw)
  To: buildroot

Dear Maxime Hadjinlian,

On Sun, 26 Oct 2014 19:45:33 +0100, Maxime Hadjinlian wrote:
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  package/sconeserver/sconeserver.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/sconeserver/sconeserver.mk b/package/sconeserver/sconeserver.mk
> index 6b91469..fd2123d 100644
> --- a/package/sconeserver/sconeserver.mk
> +++ b/package/sconeserver/sconeserver.mk
> @@ -6,7 +6,7 @@
>  
>  # Release 0.6.0 doesn't build cleanly, so use a recent
>  # Git commit.
> -SCONESERVER_VERSION = d58f2de88c681939554089f786e360042a30c8f8
> +SCONESERVER_VERSION = 3b886c3dda6eda39bcb27472d29ed7fd3185ba1d
>  SCONESERVER_SITE = $(call github,sconemad,sconeserver,$(SCONESERVER_VERSION))
>  SCONESERVER_LICENSE = GPLv2+
>  SCONESERVER_LICENSE_FILES = COPYING

When something is bumped from a random commit to another random commit,
it would be good to have a commit log that explains the motivation for
the bump.

I've nonetheless applied the patch, thanks.

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

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

* [Buildroot] [PATCH 28/51] smcroute: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 28/51] smcroute: " Maxime Hadjinlian
@ 2014-11-01 22:21   ` Thomas Petazzoni
  0 siblings, 0 replies; 111+ messages in thread
From: Thomas Petazzoni @ 2014-11-01 22:21 UTC (permalink / raw)
  To: buildroot

Dear Maxime Hadjinlian,

On Sun, 26 Oct 2014 19:45:34 +0100, Maxime Hadjinlian wrote:
> Add a hash file also since the release tarball has been uploaded by the
> maintainer.
> 
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  package/smcroute/smcroute.hash | 4 ++++
>  package/smcroute/smcroute.mk   | 5 +++--
>  2 files changed, 7 insertions(+), 2 deletions(-)
>  create mode 100644 package/smcroute/smcroute.hash

Applied, thanks.

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

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

* [Buildroot] [PATCH 29/51] sqlcipher: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 29/51] sqlcipher: " Maxime Hadjinlian
@ 2014-11-01 22:27   ` Thomas Petazzoni
  0 siblings, 0 replies; 111+ messages in thread
From: Thomas Petazzoni @ 2014-11-01 22:27 UTC (permalink / raw)
  To: buildroot

Dear Maxime Hadjinlian,

On Sun, 26 Oct 2014 19:45:35 +0100, Maxime Hadjinlian wrote:
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  package/sqlcipher/sqlcipher.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

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

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

* [Buildroot] [PATCH 30/51] sunxi-boards: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 30/51] sunxi-boards: " Maxime Hadjinlian
@ 2014-11-01 22:29   ` Thomas Petazzoni
  0 siblings, 0 replies; 111+ messages in thread
From: Thomas Petazzoni @ 2014-11-01 22:29 UTC (permalink / raw)
  To: buildroot

Dear Maxime Hadjinlian,

On Sun, 26 Oct 2014 19:45:36 +0100, Maxime Hadjinlian wrote:
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  package/sunxi-boards/sunxi-boards.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Same: a quick note on why we want to bump from a random commit to
another random commit would be better.

Applied, thanks.

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

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

* [Buildroot] [PATCH 31/51] sunxi-mali: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 31/51] sunxi-mali: " Maxime Hadjinlian
@ 2014-11-01 22:36   ` Thomas Petazzoni
  2015-06-26  8:17     ` François Perrad
  0 siblings, 1 reply; 111+ messages in thread
From: Thomas Petazzoni @ 2014-11-01 22:36 UTC (permalink / raw)
  To: buildroot

Dear Maxime Hadjinlian,

On Sun, 26 Oct 2014 19:45:37 +0100, Maxime Hadjinlian wrote:
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  package/sunxi-mali/sunxi-mali.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/sunxi-mali/sunxi-mali.mk b/package/sunxi-mali/sunxi-mali.mk
> index c6900c8..5e2e78c 100644
> --- a/package/sunxi-mali/sunxi-mali.mk
> +++ b/package/sunxi-mali/sunxi-mali.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -SUNXI_MALI_VERSION = c2491fe952354ba44538064e534ed7c731cedb1e
> +SUNXI_MALI_VERSION = d343311efc8db166d8371b28494f0f27b6a58724
>  SUNXI_MALI_SITE = $(call github,linux-sunxi,sunxi-mali,$(SUNXI_MALI_VERSION))
>  
>  SUNXI_MALI_INSTALL_STAGING = YES

This breaks the build of sunxi-mali:

make[2]: entrant dans le r?pertoire ? /home/thomas/projets/buildroot/output/build/sunxi-mali-d343311efc8db166d8371b28494f0f27b6a58724/test ?
/home/thomas/projets/buildroot/output/host/usr/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -pipe -Os  -lm -ldl -lpthread -o test test.c -lEGL -lGLESv2
/home/thomas/projets/buildroot/output/host/opt/ext-toolchain/bin/../lib/gcc/arm-linux-gnueabihf/4.9.2/../../../../arm-linux-gnueabihf/bin/ld: warning: libUMP.so.3, needed by /home/thomas/projets/buildroot/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libEGL.so, not found (try using -rpath or -rpath-link)
/home/thomas/projets/buildroot/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libEGL.so: undefined reference to `ump_close'
/home/thomas/projets/buildroot/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libEGL.so: undefined reference to `ump_mapped_pointer_get'
/home/thomas/projets/buildroot/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libEGL.so: undefined reference to `ump_secure_id_get'
/home/thomas/projets/buildroot/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libEGL.so: undefined reference to `ump_mapped_pointer_release'
/home/thomas/projets/buildroot/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libEGL.so: undefined reference to `ump_reference_add'
/home/thomas/projets/buildroot/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libEGL.so: undefined reference to `ump_size_get'
/home/thomas/projets/buildroot/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libEGL.so: undefined reference to `ump_reference_release'
/home/thomas/projets/buildroot/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libEGL.so: undefined reference to `ump_open'
collect2: error: ld returned 1 exit status
make[2]: *** [test] Erreur 1
make[2]: quittant le r?pertoire ? /home/thomas/projets/buildroot/output/build/sunxi-mali-d343311efc8db166d8371b28494f0f27b6a58724/test ?
make[1]: *** [test] Erreur 2
make[1]: quittant le r?pertoire ? /home/thomas/projets/buildroot/output/build/sunxi-mali-d343311efc8db166d8371b28494f0f27b6a58724 ?
make: *** [/home/thomas/projets/buildroot/output/build/sunxi-mali-d343311efc8db166d8371b28494f0f27b6a58724/.stamp_staging_installed] Erreur 2

Tested with the following defconfig:

BR2_arm=y
BR2_cortex_a8=y
BR2_ARM_EABIHF=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_INIT_NONE=y
BR2_SYSTEM_BIN_SH_NONE=y
# BR2_PACKAGE_BUSYBOX is not set
BR2_PACKAGE_SUNXI_TOOLS=y
BR2_PACKAGE_SUNXI_MALI=y
# BR2_TARGET_ROOTFS_TAR is not set
BR2_PACKAGE_HOST_SUNXI_TOOLS=y

With your sunxi-mali, sunxi-mali-prop and sunxi-tools bump patches
applied.

Can you have a look?

Thanks!

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

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

* [Buildroot] [PATCH 34/51] targetcli-fb: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 34/51] targetcli-fb: " Maxime Hadjinlian
@ 2014-11-02 23:09   ` Peter Korsgaard
  0 siblings, 0 replies; 111+ messages in thread
From: Peter Korsgaard @ 2014-11-02 23:09 UTC (permalink / raw)
  To: buildroot

>>>>> "Maxime" == Maxime Hadjinlian <maxime.hadjinlian@gmail.com> writes:

 > Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 39/51] yajl: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 39/51] yajl: bump version Maxime Hadjinlian
@ 2014-11-07  7:45   ` Peter Korsgaard
  2014-11-07  7:52   ` Peter Korsgaard
  1 sibling, 0 replies; 111+ messages in thread
From: Peter Korsgaard @ 2014-11-07  7:45 UTC (permalink / raw)
  To: buildroot

>>>>> "Maxime" == Maxime Hadjinlian <maxime.hadjinlian@gmail.com> writes:

 > The patches have been refreshed and their name have been changed.
 > The patches were not sent upstream, they will be sent shortly.

 > Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 39/51] yajl: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 39/51] yajl: bump version Maxime Hadjinlian
  2014-11-07  7:45   ` Peter Korsgaard
@ 2014-11-07  7:52   ` Peter Korsgaard
  2014-11-07 10:29     ` Maxime Hadjinlian
  1 sibling, 1 reply; 111+ messages in thread
From: Peter Korsgaard @ 2014-11-07  7:52 UTC (permalink / raw)
  To: buildroot

>>>>> "Maxime" == Maxime Hadjinlian <maxime.hadjinlian@gmail.com> writes:

 > The patches have been refreshed and their name have been changed.
 > The patches were not sent upstream, they will be sent shortly.

 > Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>

Strike that, it doesn't build here on uClibc:

[ 76%] Linking C executable gen-extra-close
make[3]: Entering directory '/home/peko/source/buildroot/output/build/yajl-2.1.0'
Building C object verify/CMakeFiles/json_verify.dir/json_verify.c.o
[ 80%] [ 84%] Building C object test/parsing/CMakeFiles/yajl_test.dir/yajl_test.c.o
[ 88%] Building C object reformatter/CMakeFiles/json_reformat.dir/json_reformat.c.o
Building C object example/CMakeFiles/parse_config.dir/parse_config.c.o
../../yajl-2.1.0/lib/libyajl.so.2.1.0: undefined reference to `__isnan'
../../yajl-2.1.0/lib/libyajl.so.2.1.0: undefined reference to `__isinf'
collect2: error: ld returned 1 exit status
test/api/CMakeFiles/gen-extra-close.dir/build.make:86: recipe for target 'test/api/gen-extra-close' failed
make[3]: *** [test/api/gen-extra-close] Error 1
make[3]: Leaving directory '/home/peko/source/buildroot/output/build/yajl-2.1.0'

Either we need to extend the 'fix-json_reformat linking on uClibc' patch
or disable the tests.

Care to take a look?

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 39/51] yajl: bump version
  2014-11-07  7:52   ` Peter Korsgaard
@ 2014-11-07 10:29     ` Maxime Hadjinlian
  2014-12-03 13:12       ` Peter Korsgaard
  0 siblings, 1 reply; 111+ messages in thread
From: Maxime Hadjinlian @ 2014-11-07 10:29 UTC (permalink / raw)
  To: buildroot

Hi Peter, all

On Fri, Nov 7, 2014 at 8:52 AM, Peter Korsgaard <jacmet@uclibc.org> wrote:
>>>>>> "Maxime" == Maxime Hadjinlian <maxime.hadjinlian@gmail.com> writes:
>
>  > The patches have been refreshed and their name have been changed.
>  > The patches were not sent upstream, they will be sent shortly.
>
>  > Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
>
> Strike that, it doesn't build here on uClibc:
>
> [ 76%] Linking C executable gen-extra-close
> make[3]: Entering directory '/home/peko/source/buildroot/output/build/yajl-2.1.0'
> Building C object verify/CMakeFiles/json_verify.dir/json_verify.c.o
> [ 80%] [ 84%] Building C object test/parsing/CMakeFiles/yajl_test.dir/yajl_test.c.o
> [ 88%] Building C object reformatter/CMakeFiles/json_reformat.dir/json_reformat.c.o
> Building C object example/CMakeFiles/parse_config.dir/parse_config.c.o
> ../../yajl-2.1.0/lib/libyajl.so.2.1.0: undefined reference to `__isnan'
> ../../yajl-2.1.0/lib/libyajl.so.2.1.0: undefined reference to `__isinf'
> collect2: error: ld returned 1 exit status
> test/api/CMakeFiles/gen-extra-close.dir/build.make:86: recipe for target 'test/api/gen-extra-close' failed
> make[3]: *** [test/api/gen-extra-close] Error 1
> make[3]: Leaving directory '/home/peko/source/buildroot/output/build/yajl-2.1.0'
>
> Either we need to extend the 'fix-json_reformat linking on uClibc' patch
> or disable the tests.
>
> Care to take a look?
Added to my todo, will look at that either tonight or this week end.
Thanks for spotting that.
>
> --
> Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 39/51] yajl: bump version
  2014-11-07 10:29     ` Maxime Hadjinlian
@ 2014-12-03 13:12       ` Peter Korsgaard
  0 siblings, 0 replies; 111+ messages in thread
From: Peter Korsgaard @ 2014-12-03 13:12 UTC (permalink / raw)
  To: buildroot

>>>>> "Maxime" == Maxime Hadjinlian <maxime.hadjinlian@gmail.com> writes:

Hi,

>> > The patches have been refreshed and their name have been changed.
 >> > The patches were not sent upstream, they will be sent shortly.
 >> 
 >> > Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
 >> 
 >> Strike that, it doesn't build here on uClibc:
 >> 
 >> [ 76%] Linking C executable gen-extra-close
 >> make[3]: Entering directory '/home/peko/source/buildroot/output/build/yajl-2.1.0'
 >> Building C object verify/CMakeFiles/json_verify.dir/json_verify.c.o
 >> [ 80%] [ 84%] Building C object test/parsing/CMakeFiles/yajl_test.dir/yajl_test.c.o
 >> [ 88%] Building C object reformatter/CMakeFiles/json_reformat.dir/json_reformat.c.o
 >> Building C object example/CMakeFiles/parse_config.dir/parse_config.c.o
 >> ../../yajl-2.1.0/lib/libyajl.so.2.1.0: undefined reference to `__isnan'
 >> ../../yajl-2.1.0/lib/libyajl.so.2.1.0: undefined reference to `__isinf'
 >> collect2: error: ld returned 1 exit status
 >> test/api/CMakeFiles/gen-extra-close.dir/build.make:86: recipe for target 'test/api/gen-extra-close' failed
 >> make[3]: *** [test/api/gen-extra-close] Error 1
 >> make[3]: Leaving directory '/home/peko/source/buildroot/output/build/yajl-2.1.0'
 >> 
 >> Either we need to extend the 'fix-json_reformat linking on uClibc' patch
 >> or disable the tests.
 >> 
 >> Care to take a look?
 > Added to my todo, will look at that either tonight or this week end.
 > Thanks for spotting that.

Any news on this? I'll mark the patch as changes requested for now.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 37/51] xbmc-addon-xvdr: Change comments on VERSION
  2014-10-26 18:45 ` [Buildroot] [PATCH 37/51] xbmc-addon-xvdr: Change comments on VERSION Maxime Hadjinlian
@ 2014-12-07 23:21   ` Yann E. MORIN
  2015-01-15  9:03   ` Thomas Petazzoni
  1 sibling, 0 replies; 111+ messages in thread
From: Yann E. MORIN @ 2014-12-07 23:21 UTC (permalink / raw)
  To: buildroot

Maxime, All,

On 2014-10-26 19:45 +0100, Maxime Hadjinlian spake thusly:
> The cset points actually to HEAD of the Gotham branch, change the
> comment to reflect that.
> 
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/xbmc-addon-xvdr/xbmc-addon-xvdr.mk | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/package/xbmc-addon-xvdr/xbmc-addon-xvdr.mk b/package/xbmc-addon-xvdr/xbmc-addon-xvdr.mk
> index a4d9624..d51d2c5 100644
> --- a/package/xbmc-addon-xvdr/xbmc-addon-xvdr.mk
> +++ b/package/xbmc-addon-xvdr/xbmc-addon-xvdr.mk
> @@ -4,9 +4,8 @@
>  #
>  ################################################################################
>  
> -# This cset is on master. When a Gotham branch is made, we should
> -# follow it, as incompatible changes in the plugins API can happen
> -# on the master branch.
> +# This cset is the HEAD of the xbmc-gotham master. It will need to change when
> +# XBMC is updated.
>  XBMC_ADDON_XVDR_VERSION = 82b5093ad33847f97a978cb620c9a87d2dbcf7eb
>  XBMC_ADDON_XVDR_SITE = $(call github,pipelka,xbmc-addon-xvdr,$(XBMC_ADDON_XVDR_VERSION))
>  XBMC_ADDON_XVDR_LICENSE = GPLv2+
> -- 
> 2.1.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 32/51] sunxi-mali-prop: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 32/51] sunxi-mali-prop: " Maxime Hadjinlian
@ 2015-01-01 22:03   ` Thomas Petazzoni
  0 siblings, 0 replies; 111+ messages in thread
From: Thomas Petazzoni @ 2015-01-01 22:03 UTC (permalink / raw)
  To: buildroot

Dear Maxime Hadjinlian,

On Sun, 26 Oct 2014 19:45:38 +0100, Maxime Hadjinlian wrote:
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  package/sunxi-mali-prop/sunxi-mali-prop.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

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

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

* [Buildroot] [PATCH 33/51] sunxi-tools: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 33/51] sunxi-tools: " Maxime Hadjinlian
@ 2015-01-01 22:11   ` Thomas Petazzoni
  0 siblings, 0 replies; 111+ messages in thread
From: Thomas Petazzoni @ 2015-01-01 22:11 UTC (permalink / raw)
  To: buildroot

Dear Maxime Hadjinlian,

On Sun, 26 Oct 2014 19:45:39 +0100, Maxime Hadjinlian wrote:
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  package/sunxi-tools/sunxi-tools.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks!

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

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

* [Buildroot] [PATCH 37/51] xbmc-addon-xvdr: Change comments on VERSION
  2014-10-26 18:45 ` [Buildroot] [PATCH 37/51] xbmc-addon-xvdr: Change comments on VERSION Maxime Hadjinlian
  2014-12-07 23:21   ` Yann E. MORIN
@ 2015-01-15  9:03   ` Thomas Petazzoni
  1 sibling, 0 replies; 111+ messages in thread
From: Thomas Petazzoni @ 2015-01-15  9:03 UTC (permalink / raw)
  To: buildroot

Dear Maxime Hadjinlian,

On Sun, 26 Oct 2014 19:45:43 +0100, Maxime Hadjinlian wrote:
> The cset points actually to HEAD of the Gotham branch, change the
> comment to reflect that.
> 
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  package/xbmc-addon-xvdr/xbmc-addon-xvdr.mk | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)

I've marked this patch as Rejected in patchwork, since the package has
seen then been renamed, updated, etc.

Feel free to send an updated patch if it's still needed.

Thanks,

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

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

* [Buildroot] [PATCH 46/51] neardal: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 46/51] neardal: " Maxime Hadjinlian
@ 2015-02-01 21:22   ` Thomas Petazzoni
  0 siblings, 0 replies; 111+ messages in thread
From: Thomas Petazzoni @ 2015-02-01 21:22 UTC (permalink / raw)
  To: buildroot

Dear Maxime Hadjinlian,

On Sun, 26 Oct 2014 19:45:52 +0100, Maxime Hadjinlian wrote:
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  package/neardal/neardal.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks. However, you did not test really properly your patch:
neardal now needs either libedit or readline, as mandatory dependency.
So I've fixed this before applying.

Thanks,

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

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

* [Buildroot] [PATCH 40/51] ympd: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 40/51] ympd: " Maxime Hadjinlian
@ 2015-02-02 14:36   ` Peter Korsgaard
  0 siblings, 0 replies; 111+ messages in thread
From: Peter Korsgaard @ 2015-02-02 14:36 UTC (permalink / raw)
  To: buildroot

>>>>> "Maxime" == Maxime Hadjinlian <maxime.hadjinlian@gmail.com> writes:

 > First patch is removed because a solution was found upstream.
 > The second one needs to be sent.

 > Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 35/51] tslib: Use the release tarball
  2014-10-26 18:45 ` [Buildroot] [PATCH 35/51] tslib: Use the release tarball Maxime Hadjinlian
@ 2015-02-03 10:06   ` Thomas Petazzoni
  0 siblings, 0 replies; 111+ messages in thread
From: Thomas Petazzoni @ 2015-02-03 10:06 UTC (permalink / raw)
  To: buildroot

Dear Maxime Hadjinlian,

On Sun, 26 Oct 2014 19:45:41 +0100, Maxime Hadjinlian wrote:
> Add a hash file since the release tarball has been uploaded from the
> maintainer.
> 
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  package/tslib/tslib.hash | 2 ++
>  package/tslib/tslib.mk   | 2 +-
>  2 files changed, 3 insertions(+), 1 deletion(-)
>  create mode 100644 package/tslib/tslib.hash

Applied, thanks!

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

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

* [Buildroot] [PATCH 41/51] zmqpp: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 41/51] zmqpp: " Maxime Hadjinlian
@ 2015-03-15 22:06   ` Thomas Petazzoni
  0 siblings, 0 replies; 111+ messages in thread
From: Thomas Petazzoni @ 2015-03-15 22:06 UTC (permalink / raw)
  To: buildroot

Dear Maxime Hadjinlian,

On Sun, 26 Oct 2014 19:45:47 +0100, Maxime Hadjinlian wrote:
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  package/zmqpp/zmqpp.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/zmqpp/zmqpp.mk b/package/zmqpp/zmqpp.mk
> index fbb0260..4323401 100644
> --- a/package/zmqpp/zmqpp.mk
> +++ b/package/zmqpp/zmqpp.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -ZMQPP_VERSION = 36413487f05b165dfc82ad307a5a1c36a795e607
> +ZMQPP_VERSION = 4.1.1
>  ZMQPP_SITE = $(call github,benjamg,zmqpp,$(ZMQPP_VERSION))
>  ZMQPP_INSTALL_STAGING = YES
>  ZMQPP_DEPENDENCIES = zeromq

Romain Naour said:

==
There is a patch from Maxime to bump to 4.1.1 but this tag appear only on the
unofficial git repository.
http://patchwork.ozlabs.org/patch/403314/

For now, master branch is at 3.2.0 and the develop branch is at 4.1.1
==

So I've marked your zmqpp bump patch as Rejected.

Thanks,

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

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

* [Buildroot] [PATCH 48/51] jack2: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 48/51] jack2: " Maxime Hadjinlian
@ 2015-04-04 13:56   ` Thomas Petazzoni
  0 siblings, 0 replies; 111+ messages in thread
From: Thomas Petazzoni @ 2015-04-04 13:56 UTC (permalink / raw)
  To: buildroot

Dear Maxime Hadjinlian,

On Sun, 26 Oct 2014 19:45:54 +0100, Maxime Hadjinlian wrote:
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  package/jack2/jack2.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks!

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

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

* [Buildroot] [PATCH 49/51] python-libconfig: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 49/51] python-libconfig: " Maxime Hadjinlian
@ 2015-04-04 16:13   ` Thomas Petazzoni
  2015-04-04 17:26     ` Maxime Hadjinlian
  0 siblings, 1 reply; 111+ messages in thread
From: Thomas Petazzoni @ 2015-04-04 16:13 UTC (permalink / raw)
  To: buildroot

Dear Maxime Hadjinlian,

On Sun, 26 Oct 2014 19:45:55 +0100, Maxime Hadjinlian wrote:
> The patch will be sent to upstream, it is needed to avoid searching
> headers and library in the host machine.
> 
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>

The patch has apparently never been submitted upstream, and you never
reposted this version bump patch. Since the current version of
python-libconfig doesn't require such a patch, let's keep it for now.

Please repost the patch if you're really interested in doing the bump.

Thanks,

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

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

* [Buildroot] [PATCH 49/51] python-libconfig: bump version
  2015-04-04 16:13   ` Thomas Petazzoni
@ 2015-04-04 17:26     ` Maxime Hadjinlian
  0 siblings, 0 replies; 111+ messages in thread
From: Maxime Hadjinlian @ 2015-04-04 17:26 UTC (permalink / raw)
  To: buildroot

Hi Thomas,

On Sat, Apr 4, 2015 at 6:13 PM, Thomas Petazzoni
<thomas.petazzoni@free-electrons.com> wrote:
> Dear Maxime Hadjinlian,
>
> On Sun, 26 Oct 2014 19:45:55 +0100, Maxime Hadjinlian wrote:
>> The patch will be sent to upstream, it is needed to avoid searching
>> headers and library in the host machine.
>>
>> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
>
> The patch has apparently never been submitted upstream, and you never
> reposted this version bump patch. Since the current version of
> python-libconfig doesn't require such a patch, let's keep it for now.
Yep, I have a long list of overdue patch.
>
> Please repost the patch if you're really interested in doing the bump.
I will, thanks for looking into it.
>
> Thanks,
>
> Thomas
> --
> Thomas Petazzoni, CTO, Free Electrons
> Embedded Linux, Kernel and Android engineering
> http://free-electrons.com

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

* [Buildroot] [PATCH 50/51] protobuf-c: bump version
  2014-10-26 18:45 ` [Buildroot] [PATCH 50/51] protobuf-c: " Maxime Hadjinlian
@ 2015-06-05 19:03   ` James Knight
  0 siblings, 0 replies; 111+ messages in thread
From: James Knight @ 2015-06-05 19:03 UTC (permalink / raw)
  To: buildroot

Maxime Hadjinlian <maxime.hadjinlian@...> writes:
> The releases contains generated Makefile and configure, there's no need
> to AUTORECONF anymore.

Acked-by: James Knight <james.knight@rockwellcollins.com>

> Also add a hash file since the release tarball has been uploaded by the
> maintainer.

Any chance you can re-submit the patch with a version bump to 1.1.1 and 
respective hash change (although I can do it if you don't want to)?

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

* [Buildroot] [PATCH 31/51] sunxi-mali: bump version
  2014-11-01 22:36   ` Thomas Petazzoni
@ 2015-06-26  8:17     ` François Perrad
  0 siblings, 0 replies; 111+ messages in thread
From: François Perrad @ 2015-06-26  8:17 UTC (permalink / raw)
  To: buildroot

2014-11-01 23:36 GMT+01:00 Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>:
> Dear Maxime Hadjinlian,
>
> On Sun, 26 Oct 2014 19:45:37 +0100, Maxime Hadjinlian wrote:
>> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
>> ---
>>  package/sunxi-mali/sunxi-mali.mk | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/package/sunxi-mali/sunxi-mali.mk b/package/sunxi-mali/sunxi-mali.mk
>> index c6900c8..5e2e78c 100644
>> --- a/package/sunxi-mali/sunxi-mali.mk
>> +++ b/package/sunxi-mali/sunxi-mali.mk
>> @@ -4,7 +4,7 @@
>>  #
>>  ################################################################################
>>
>> -SUNXI_MALI_VERSION = c2491fe952354ba44538064e534ed7c731cedb1e
>> +SUNXI_MALI_VERSION = d343311efc8db166d8371b28494f0f27b6a58724
>>  SUNXI_MALI_SITE = $(call github,linux-sunxi,sunxi-mali,$(SUNXI_MALI_VERSION))
>>
>>  SUNXI_MALI_INSTALL_STAGING = YES
>
> This breaks the build of sunxi-mali:
>
> make[2]: entrant dans le r?pertoire ? /home/thomas/projets/buildroot/output/build/sunxi-mali-d343311efc8db166d8371b28494f0f27b6a58724/test ?
> /home/thomas/projets/buildroot/output/host/usr/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -pipe -Os  -lm -ldl -lpthread -o test test.c -lEGL -lGLESv2
> /home/thomas/projets/buildroot/output/host/opt/ext-toolchain/bin/../lib/gcc/arm-linux-gnueabihf/4.9.2/../../../../arm-linux-gnueabihf/bin/ld: warning: libUMP.so.3, needed by /home/thomas/projets/buildroot/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libEGL.so, not found (try using -rpath or -rpath-link)
> /home/thomas/projets/buildroot/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libEGL.so: undefined reference to `ump_close'
> /home/thomas/projets/buildroot/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libEGL.so: undefined reference to `ump_mapped_pointer_get'
> /home/thomas/projets/buildroot/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libEGL.so: undefined reference to `ump_secure_id_get'
> /home/thomas/projets/buildroot/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libEGL.so: undefined reference to `ump_mapped_pointer_release'
> /home/thomas/projets/buildroot/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libEGL.so: undefined reference to `ump_reference_add'
> /home/thomas/projets/buildroot/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libEGL.so: undefined reference to `ump_size_get'
> /home/thomas/projets/buildroot/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libEGL.so: undefined reference to `ump_reference_release'
> /home/thomas/projets/buildroot/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libEGL.so: undefined reference to `ump_open'
> collect2: error: ld returned 1 exit status
> make[2]: *** [test] Erreur 1
> make[2]: quittant le r?pertoire ? /home/thomas/projets/buildroot/output/build/sunxi-mali-d343311efc8db166d8371b28494f0f27b6a58724/test ?
> make[1]: *** [test] Erreur 2
> make[1]: quittant le r?pertoire ? /home/thomas/projets/buildroot/output/build/sunxi-mali-d343311efc8db166d8371b28494f0f27b6a58724 ?
> make: *** [/home/thomas/projets/buildroot/output/build/sunxi-mali-d343311efc8db166d8371b28494f0f27b6a58724/.stamp_staging_installed] Erreur 2
>
> Tested with the following defconfig:
>
> BR2_arm=y
> BR2_cortex_a8=y
> BR2_ARM_EABIHF=y
> BR2_TOOLCHAIN_EXTERNAL=y
> BR2_INIT_NONE=y
> BR2_SYSTEM_BIN_SH_NONE=y
> # BR2_PACKAGE_BUSYBOX is not set
> BR2_PACKAGE_SUNXI_TOOLS=y
> BR2_PACKAGE_SUNXI_MALI=y
> # BR2_TARGET_ROOTFS_TAR is not set
> BR2_PACKAGE_HOST_SUNXI_TOOLS=y
>
> With your sunxi-mali, sunxi-mali-prop and sunxi-tools bump patches
> applied.
>
> Can you have a look?
>

Solved by http://patchwork.ozlabs.org/patch/488638/

Fran?ois

> Thanks!
>
> Thomas
> --
> Thomas Petazzoni, CTO, Free Electrons
> Embedded Linux, Kernel and Android engineering
> http://free-electrons.com
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

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

end of thread, other threads:[~2015-06-26  8:17 UTC | newest]

Thread overview: 111+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
2014-10-26 18:45 ` [Buildroot] [PATCH 02/51] civetweb: bump version Maxime Hadjinlian
2014-10-27  0:09   ` Peter Korsgaard
2014-10-26 18:45 ` [Buildroot] [PATCH 03/51] cppzmq: " Maxime Hadjinlian
2014-10-27  0:10   ` Peter Korsgaard
2014-10-26 18:45 ` [Buildroot] [PATCH 04/51] czmq: " Maxime Hadjinlian
2014-10-27  0:11   ` Peter Korsgaard
2014-10-26 18:45 ` [Buildroot] [PATCH 05/51] fb-test-app: " Maxime Hadjinlian
2014-10-27  0:12   ` Peter Korsgaard
2014-10-26 18:45 ` [Buildroot] [PATCH 06/51] filemq: " Maxime Hadjinlian
2014-10-27  0:13   ` Peter Korsgaard
2014-10-26 18:45 ` [Buildroot] [PATCH 07/51] flann: " Maxime Hadjinlian
2014-10-27  0:13   ` Peter Korsgaard
2014-10-26 18:45 ` [Buildroot] [PATCH 08/51] geoip: " Maxime Hadjinlian
2014-10-27  0:16   ` Peter Korsgaard
2014-10-26 18:45 ` [Buildroot] [PATCH 09/51] jquery-keyboard: " Maxime Hadjinlian
2014-10-27  0:18   ` Peter Korsgaard
2014-10-26 18:45 ` [Buildroot] [PATCH 10/51] json-javascript: " Maxime Hadjinlian
2014-10-27  0:19   ` Peter Korsgaard
2014-10-26 18:45 ` [Buildroot] [PATCH 11/51] jsmin: " Maxime Hadjinlian
2014-10-26 18:45 ` [Buildroot] [PATCH 12/51] ktap: " Maxime Hadjinlian
2014-11-01 18:08   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 13/51] libconfuse: " Maxime Hadjinlian
2014-11-01 19:00   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 14/51] libenca: " Maxime Hadjinlian
2014-10-29 19:23   ` Bernd Kuhls
2014-10-29 20:38   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 15/51] libstrophe: " Maxime Hadjinlian
2014-11-01 19:07   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 16/51] libuv: " Maxime Hadjinlian
2014-11-01 20:34   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 17/51] linenoise: bump version and license Maxime Hadjinlian
2014-11-01 20:41   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 18/51] lua-msgpack-native: bump version Maxime Hadjinlian
2014-11-01 20:42   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 19/51] lxc: " Maxime Hadjinlian
2014-11-01 20:47   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 20/51] lz4: " Maxime Hadjinlian
2014-11-01 20:48   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 21/51] omap-u-boot-utils: " Maxime Hadjinlian
2014-11-01 20:48   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 22/51] python-configshell-fb: Bump version Maxime Hadjinlian
2014-10-29 22:23   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 23/51] python-ipy: bump version Maxime Hadjinlian
2014-10-29 22:23   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 24/51] python-pyusb: " Maxime Hadjinlian
2014-10-29 22:24   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 25/51] python-rtslib-fb: " Maxime Hadjinlian
2014-10-29 22:24   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 26/51] qjson: " Maxime Hadjinlian
2014-11-01 22:15   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 27/51] sconeserver: " Maxime Hadjinlian
2014-11-01 22:19   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 28/51] smcroute: " Maxime Hadjinlian
2014-11-01 22:21   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 29/51] sqlcipher: " Maxime Hadjinlian
2014-11-01 22:27   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 30/51] sunxi-boards: " Maxime Hadjinlian
2014-11-01 22:29   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 31/51] sunxi-mali: " Maxime Hadjinlian
2014-11-01 22:36   ` Thomas Petazzoni
2015-06-26  8:17     ` François Perrad
2014-10-26 18:45 ` [Buildroot] [PATCH 32/51] sunxi-mali-prop: " Maxime Hadjinlian
2015-01-01 22:03   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 33/51] sunxi-tools: " Maxime Hadjinlian
2015-01-01 22:11   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 34/51] targetcli-fb: " Maxime Hadjinlian
2014-11-02 23:09   ` Peter Korsgaard
2014-10-26 18:45 ` [Buildroot] [PATCH 35/51] tslib: Use the release tarball Maxime Hadjinlian
2015-02-03 10:06   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 36/51] tvheadend: bump version Maxime Hadjinlian
2014-10-26 20:45   ` Bernd Kuhls
2014-10-28 21:12   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 37/51] xbmc-addon-xvdr: Change comments on VERSION Maxime Hadjinlian
2014-12-07 23:21   ` Yann E. MORIN
2015-01-15  9:03   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 38/51] xbmc-pvr-addons: Bump version Maxime Hadjinlian
2014-10-26 20:43   ` Bernd Kuhls
2014-10-26 20:47     ` Maxime Hadjinlian
2014-10-26 18:45 ` [Buildroot] [PATCH 39/51] yajl: bump version Maxime Hadjinlian
2014-11-07  7:45   ` Peter Korsgaard
2014-11-07  7:52   ` Peter Korsgaard
2014-11-07 10:29     ` Maxime Hadjinlian
2014-12-03 13:12       ` Peter Korsgaard
2014-10-26 18:45 ` [Buildroot] [PATCH 40/51] ympd: " Maxime Hadjinlian
2015-02-02 14:36   ` Peter Korsgaard
2014-10-26 18:45 ` [Buildroot] [PATCH 41/51] zmqpp: " Maxime Hadjinlian
2015-03-15 22:06   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 42/51] lttng-babeltrace: " Maxime Hadjinlian
2014-10-28 21:29   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 43/51] lttng-libust: " Maxime Hadjinlian
2014-10-28 21:29   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 44/51] lttng-tools: " Maxime Hadjinlian
2014-10-28 21:30   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 45/51] lttng-modules: " Maxime Hadjinlian
2014-10-28 21:30   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 46/51] neardal: " Maxime Hadjinlian
2015-02-01 21:22   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 47/51] ne10: " Maxime Hadjinlian
2014-10-26 18:45 ` [Buildroot] [PATCH 48/51] jack2: " Maxime Hadjinlian
2015-04-04 13:56   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 49/51] python-libconfig: " Maxime Hadjinlian
2015-04-04 16:13   ` Thomas Petazzoni
2015-04-04 17:26     ` Maxime Hadjinlian
2014-10-26 18:45 ` [Buildroot] [PATCH 50/51] protobuf-c: " Maxime Hadjinlian
2015-06-05 19:03   ` James Knight
2014-10-26 18:45 ` [Buildroot] [PATCH 51/51] protobuf: " Maxime Hadjinlian
2014-10-26 20:00   ` Matthew Weber
2014-10-26 20:24     ` Maxime Hadjinlian
2014-10-26 20:35       ` Matthew Weber
2014-10-27  0:08 ` [Buildroot] [PATCH 01/51] bmon: Bump version Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.