Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 01/28] package/axfsutils: bump version
@ 2016-06-05 17:51 Bernd Kuhls
  2016-06-05 17:51 ` [Buildroot] [PATCH 02/28] package/avrdude: " Bernd Kuhls
                   ` (27 more replies)
  0 siblings, 28 replies; 55+ messages in thread
From: Bernd Kuhls @ 2016-06-05 17:51 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/axfsutils/axfsutils.hash b/package/axfsutils/axfsutils.hash
index 4a3b3fb..bde94a0 100644
--- a/package/axfsutils/axfsutils.hash
+++ b/package/axfsutils/axfsutils.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256 9c041393131bdfebefa89cfaba7788b514b56ffc51bda8f130fd49b39fe89dc0 axfsutils-f26ae785e33df76f658b71ef2cfbc7f511ff875d.tar.gz
+sha256 80dd97305b005262643e9fad04ec03b860430ea2c58666ce5b007897afbc9693 axfsutils-64886703fdff6cfc64eb20fbe7d7295bbeec867b.tar.gz
diff --git a/package/axfsutils/axfsutils.mk b/package/axfsutils/axfsutils.mk
index 4dd60ef..6c9c58b 100644
--- a/package/axfsutils/axfsutils.mk
+++ b/package/axfsutils/axfsutils.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-AXFSUTILS_VERSION = f26ae785e33df76f658b71ef2cfbc7f511ff875d
+AXFSUTILS_VERSION = 64886703fdff6cfc64eb20fbe7d7295bbeec867b
 AXFSUTILS_SITE = $(call github,jaredeh,axfs,$(AXFSUTILS_VERSION))
 AXFSUTILS_LICENSE = GPLv2
 AXFSUTILS_LICENSE_FILES = mkfs.axfs-legacy/COPYING
-- 
2.8.1

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

* [Buildroot] [PATCH 02/28] package/avrdude: bump version
  2016-06-05 17:51 [Buildroot] [PATCH 01/28] package/axfsutils: bump version Bernd Kuhls
@ 2016-06-05 17:51 ` Bernd Kuhls
  2016-06-05 19:33   ` Peter Korsgaard
  2016-06-05 17:51 ` [Buildroot] [PATCH 03/28] package/can-utils: " Bernd Kuhls
                   ` (26 subsequent siblings)
  27 siblings, 1 reply; 55+ messages in thread
From: Bernd Kuhls @ 2016-06-05 17:51 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/avrdude/avrdude.mk b/package/avrdude/avrdude.mk
index 1811893..327618a 100644
--- a/package/avrdude/avrdude.mk
+++ b/package/avrdude/avrdude.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-AVRDUDE_VERSION = eabe067c4527bc2eedc5db9288ef5cf1818ec720
+AVRDUDE_VERSION = ad04c429a90f4c34f000ea4ae11db2705915a31f
 AVRDUDE_SITE = $(call github,kcuzner,avrdude,$(AVRDUDE_VERSION))
 AVRDUDE_LICENSE = GPLv2+
 AVRDUDR_LICENSE_FILES = avrdude/COPYING
-- 
2.8.1

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

* [Buildroot] [PATCH 03/28] package/can-utils: bump version
  2016-06-05 17:51 [Buildroot] [PATCH 01/28] package/axfsutils: bump version Bernd Kuhls
  2016-06-05 17:51 ` [Buildroot] [PATCH 02/28] package/avrdude: " Bernd Kuhls
@ 2016-06-05 17:51 ` Bernd Kuhls
  2016-06-05 19:33   ` Peter Korsgaard
  2016-06-05 17:51 ` [Buildroot] [PATCH 04/28] package/filemq: " Bernd Kuhls
                   ` (25 subsequent siblings)
  27 siblings, 1 reply; 55+ messages in thread
From: Bernd Kuhls @ 2016-06-05 17:51 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/can-utils/can-utils.mk b/package/can-utils/can-utils.mk
index 8e8ed4e..e95cf22 100644
--- a/package/can-utils/can-utils.mk
+++ b/package/can-utils/can-utils.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-CAN_UTILS_VERSION = f0abaaacb0a3f620f73dd6fd716d7daa3c36a8e3
+CAN_UTILS_VERSION = b70a76670dbe8925c2a7c75f90d36a28a8878d7a
 CAN_UTILS_SITE = $(call github,linux-can,can-utils,$(CAN_UTILS_VERSION))
 CAN_UTILS_AUTORECONF = YES
 
-- 
2.8.1

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

* [Buildroot] [PATCH 04/28] package/filemq: bump version
  2016-06-05 17:51 [Buildroot] [PATCH 01/28] package/axfsutils: bump version Bernd Kuhls
  2016-06-05 17:51 ` [Buildroot] [PATCH 02/28] package/avrdude: " Bernd Kuhls
  2016-06-05 17:51 ` [Buildroot] [PATCH 03/28] package/can-utils: " Bernd Kuhls
@ 2016-06-05 17:51 ` Bernd Kuhls
  2016-06-05 17:51 ` [Buildroot] [PATCH 05/28] package/glmark2: " Bernd Kuhls
                   ` (24 subsequent siblings)
  27 siblings, 0 replies; 55+ messages in thread
From: Bernd Kuhls @ 2016-06-05 17:51 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 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 a79e8f4..0e73591 100644
--- a/package/filemq/filemq.mk
+++ b/package/filemq/filemq.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-FILEMQ_VERSION = acf6c0e003fee938994ad803aa7b78245dca57ba
+FILEMQ_VERSION = e59951489045825d6fc5bdc6a5a5ecf1abf51943
 FILEMQ_SITE = $(call github,zeromq,filemq,$(FILEMQ_VERSION))
 
 FILEMQ_AUTORECONF = YES
-- 
2.8.1

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

* [Buildroot] [PATCH 05/28] package/glmark2: bump version
  2016-06-05 17:51 [Buildroot] [PATCH 01/28] package/axfsutils: bump version Bernd Kuhls
                   ` (2 preceding siblings ...)
  2016-06-05 17:51 ` [Buildroot] [PATCH 04/28] package/filemq: " Bernd Kuhls
@ 2016-06-05 17:51 ` Bernd Kuhls
  2016-06-05 19:35   ` Peter Korsgaard
  2016-06-05 17:51 ` [Buildroot] [PATCH 06/28] package/gmrender-resurrect: " Bernd Kuhls
                   ` (23 subsequent siblings)
  27 siblings, 1 reply; 55+ messages in thread
From: Bernd Kuhls @ 2016-06-05 17:51 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/glmark2/glmark2.mk b/package/glmark2/glmark2.mk
index bd5b51a..2f662fe 100644
--- a/package/glmark2/glmark2.mk
+++ b/package/glmark2/glmark2.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GLMARK2_VERSION = 499aa81a68fb4c8aac1c80f0d6a4cce05941c4cc
+GLMARK2_VERSION = fa71af2dfab711fac87b9504b6fc9862f44bf72a
 GLMARK2_SITE = $(call github,glmark2,glmark2,$(GLMARK2_VERSION))
 GLMARK2_LICENSE = GPLv3+ SGIv1
 GLMARK2_LICENSE_FILES = COPYING COPYING.SGI
-- 
2.8.1

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

* [Buildroot] [PATCH 06/28] package/gmrender-resurrect: bump version
  2016-06-05 17:51 [Buildroot] [PATCH 01/28] package/axfsutils: bump version Bernd Kuhls
                   ` (3 preceding siblings ...)
  2016-06-05 17:51 ` [Buildroot] [PATCH 05/28] package/glmark2: " Bernd Kuhls
@ 2016-06-05 17:51 ` Bernd Kuhls
  2016-06-05 19:36   ` Peter Korsgaard
  2016-06-05 17:52 ` [Buildroot] [PATCH 07/28] package/gr-osmosdr: " Bernd Kuhls
                   ` (22 subsequent siblings)
  27 siblings, 1 reply; 55+ messages in thread
From: Bernd Kuhls @ 2016-06-05 17:51 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/gmrender-resurrect/gmrender-resurrect.hash b/package/gmrender-resurrect/gmrender-resurrect.hash
index f41447a..ba4561e 100644
--- a/package/gmrender-resurrect/gmrender-resurrect.hash
+++ b/package/gmrender-resurrect/gmrender-resurrect.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256 502129ecb097bf23ba011f18a8bf1923951ec2dc6da157f3b376383c5f99b623 gmrender-resurrect-aa3d02cf40321cf78a6ea9019e23a7f6cd091dee.tar.gz
+sha256 8cd9eae3e6be75684c9b7c4d29702fcbbeead0ded1d4f7cf8fb65fe1dc718596 gmrender-resurrect-48caaa4f6c386fd1586126c801cd326f96d5fa5c.tar.gz
diff --git a/package/gmrender-resurrect/gmrender-resurrect.mk b/package/gmrender-resurrect/gmrender-resurrect.mk
index 18c6e01..24608a1 100644
--- a/package/gmrender-resurrect/gmrender-resurrect.mk
+++ b/package/gmrender-resurrect/gmrender-resurrect.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GMRENDER_RESURRECT_VERSION = aa3d02cf40321cf78a6ea9019e23a7f6cd091dee
+GMRENDER_RESURRECT_VERSION = 48caaa4f6c386fd1586126c801cd326f96d5fa5c
 GMRENDER_RESURRECT_SITE = $(call github,hzeller,gmrender-resurrect,$(GMRENDER_RESURRECT_VERSION))
 # Original distribution does not have default configure,
 # so we need to autoreconf:
-- 
2.8.1

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

* [Buildroot] [PATCH 07/28] package/gr-osmosdr: bump version
  2016-06-05 17:51 [Buildroot] [PATCH 01/28] package/axfsutils: bump version Bernd Kuhls
                   ` (4 preceding siblings ...)
  2016-06-05 17:51 ` [Buildroot] [PATCH 06/28] package/gmrender-resurrect: " Bernd Kuhls
@ 2016-06-05 17:52 ` Bernd Kuhls
  2016-06-05 19:37   ` Peter Korsgaard
  2016-06-05 17:52 ` [Buildroot] [PATCH 08/28] package/inotify-tools: " Bernd Kuhls
                   ` (21 subsequent siblings)
  27 siblings, 1 reply; 55+ messages in thread
From: Bernd Kuhls @ 2016-06-05 17:52 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/gr-osmosdr/gr-osmosdr.hash b/package/gr-osmosdr/gr-osmosdr.hash
index ce6e84a..337f3ef 100644
--- a/package/gr-osmosdr/gr-osmosdr.hash
+++ b/package/gr-osmosdr/gr-osmosdr.hash
@@ -1,2 +1,2 @@
 # Locally calculated:
-sha256 d40462dddc0ebd769b2df3c6ad6fe82c9e9a4a73f7b3c5ce53efbce724906290 gr-osmosdr-a45968f3381f33b86ca344bb76bd62c131d98d93.tar.gz
+sha256 274960cd32bc8a7216eeed8967bf078efd6123332808b405ec42c24a7e426b7c gr-osmosdr-164a09fc11cec2d8b15b38e8b512fa542d6cecc7.tar.gz
diff --git a/package/gr-osmosdr/gr-osmosdr.mk b/package/gr-osmosdr/gr-osmosdr.mk
index 6a0cc26..d7c3d62 100644
--- a/package/gr-osmosdr/gr-osmosdr.mk
+++ b/package/gr-osmosdr/gr-osmosdr.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GR_OSMOSDR_VERSION = a45968f3381f33b86ca344bb76bd62c131d98d93
+GR_OSMOSDR_VERSION = 164a09fc11cec2d8b15b38e8b512fa542d6cecc7
 GR_OSMOSDR_SITE = $(call github,osmocom,gr-osmosdr,$(GR_OSMOSDR_VERSION))
 GR_OSMOSDR_LICENSE = GPLv3+
 GR_OSMOSDR_LICENSE_FILES = COPYING
-- 
2.8.1

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

* [Buildroot] [PATCH 08/28] package/inotify-tools: bump version
  2016-06-05 17:51 [Buildroot] [PATCH 01/28] package/axfsutils: bump version Bernd Kuhls
                   ` (5 preceding siblings ...)
  2016-06-05 17:52 ` [Buildroot] [PATCH 07/28] package/gr-osmosdr: " Bernd Kuhls
@ 2016-06-05 17:52 ` Bernd Kuhls
  2016-06-05 19:37   ` Peter Korsgaard
  2016-06-05 17:52 ` [Buildroot] [PATCH 09/28] package/iputils: " Bernd Kuhls
                   ` (20 subsequent siblings)
  27 siblings, 1 reply; 55+ messages in thread
From: Bernd Kuhls @ 2016-06-05 17:52 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/inotify-tools/inotify-tools.mk b/package/inotify-tools/inotify-tools.mk
index 3502525..e8b1498 100644
--- a/package/inotify-tools/inotify-tools.mk
+++ b/package/inotify-tools/inotify-tools.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-INOTIFY_TOOLS_VERSION = 06007d350faa8731c67e186923ab417486104719
+INOTIFY_TOOLS_VERSION = 1df9af4d6cd0f4af4b1b19254bcf056aed4ae395
 INOTIFY_TOOLS_SITE = $(call github,rvoicilas,inotify-tools,$(INOTIFY_TOOLS_VERSION))
 INOTIFY_TOOLS_LICENSE = GPL
 INOTIFY_TOOLS_LICENSE_FILES = COPYING
-- 
2.8.1

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

* [Buildroot] [PATCH 09/28] package/iputils: bump version
  2016-06-05 17:51 [Buildroot] [PATCH 01/28] package/axfsutils: bump version Bernd Kuhls
                   ` (6 preceding siblings ...)
  2016-06-05 17:52 ` [Buildroot] [PATCH 08/28] package/inotify-tools: " Bernd Kuhls
@ 2016-06-05 17:52 ` Bernd Kuhls
  2016-06-05 19:38   ` Peter Korsgaard
  2016-06-05 17:52 ` [Buildroot] [PATCH 10/28] package/minizip: " Bernd Kuhls
                   ` (19 subsequent siblings)
  27 siblings, 1 reply; 55+ messages in thread
From: Bernd Kuhls @ 2016-06-05 17:52 UTC (permalink / raw)
  To: buildroot

tracepath and tracepath6 were merged recently:
https://github.com/iputils/iputils/pull/48

Therefore we do not need to install tracepath6 anymore.

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

diff --git a/package/iputils/iputils.hash b/package/iputils/iputils.hash
index 42ea5fd..d7d3f5c 100644
--- a/package/iputils/iputils.hash
+++ b/package/iputils/iputils.hash
@@ -1,2 +1,2 @@
 # Locally computed
-sha256	08b9f686fcc874f75b465f90f3e831aa9ac1f2e043f4bb61e6d99868e8869025	iputils-31d947cf7156cf78d3f57e0bd82b33e6f6ece6b4.tar.gz
+sha256	79e22e940b6f52c37810657c8f12e7ba85692b517d6cd6e90cbceac2d94fc5e8	iputils-55828d1fef3fed7f07abcbf7be9282a9662e78c7.tar.gz
diff --git a/package/iputils/iputils.mk b/package/iputils/iputils.mk
index 18e48b4..d6398f7 100644
--- a/package/iputils/iputils.mk
+++ b/package/iputils/iputils.mk
@@ -11,7 +11,7 @@
 # and IPv6 updates.
 # http://www.spinics.net/lists/netdev/msg279881.html
 
-IPUTILS_VERSION = 31d947cf7156cf78d3f57e0bd82b33e6f6ece6b4
+IPUTILS_VERSION = 55828d1fef3fed7f07abcbf7be9282a9662e78c7
 IPUTILS_SITE = $(call github,iputils,iputils,$(IPUTILS_VERSION))
 IPUTILS_LICENSE = GPLv2+, BSD-3c, BSD-4c
 # Only includes a license file for BSD
@@ -66,7 +66,6 @@ define IPUTILS_INSTALL_TARGET_CMDS
 	$(INSTALL) -D -m 755 $(@D)/rdisc       $(TARGET_DIR)/sbin/rdisc
 	$(INSTALL) -D -m 755 $(@D)/tftpd       $(TARGET_DIR)/usr/sbin/in.tftpd
 	$(INSTALL) -D -m 755 $(@D)/tracepath   $(TARGET_DIR)/bin/tracepath
-	$(INSTALL) -D -m 755 $(@D)/tracepath6  $(TARGET_DIR)/bin/tracepath6
 	$(INSTALL) -D -m 755 $(@D)/traceroute6 $(TARGET_DIR)/bin/traceroute6
 endef
 
-- 
2.8.1

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

* [Buildroot] [PATCH 10/28] package/minizip: bump version
  2016-06-05 17:51 [Buildroot] [PATCH 01/28] package/axfsutils: bump version Bernd Kuhls
                   ` (7 preceding siblings ...)
  2016-06-05 17:52 ` [Buildroot] [PATCH 09/28] package/iputils: " Bernd Kuhls
@ 2016-06-05 17:52 ` Bernd Kuhls
  2016-06-05 19:39   ` Peter Korsgaard
  2016-06-05 17:52 ` [Buildroot] [PATCH 11/28] package/janus-gateway: bump version to v0.1.0 Bernd Kuhls
                   ` (18 subsequent siblings)
  27 siblings, 1 reply; 55+ messages in thread
From: Bernd Kuhls @ 2016-06-05 17:52 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/minizip/minizip.hash b/package/minizip/minizip.hash
index a303b2c..994ed60 100644
--- a/package/minizip/minizip.hash
+++ b/package/minizip/minizip.hash
@@ -1,2 +1,2 @@
 # Locally computed
-sha256	b39158bdf3d8bf81d3a7412dc761851fda398bc93d8989d5e940ed4ae5bbb52c	minizip-977afb22966e6ab0ee401293a8e85fe808133f9a.tar.gz
+sha256 ac361f40531d9fb7222d4befd10d160c647d5e85138f6bc9eda080ed8f937fb8 minizip-5f56dd81d94bd7028f7dc05d7d14112697c30241.tar.gz
diff --git a/package/minizip/minizip.mk b/package/minizip/minizip.mk
index 5b87786..3d61288 100644
--- a/package/minizip/minizip.mk
+++ b/package/minizip/minizip.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-MINIZIP_VERSION = 977afb22966e6ab0ee401293a8e85fe808133f9a
+MINIZIP_VERSION = 5f56dd81d94bd7028f7dc05d7d14112697c30241
 MINIZIP_SITE = $(call github,nmoinvaz,minizip,$(MINIZIP_VERSION))
 MINIZIP_DEPENDENCIES = zlib
 MINIZIP_AUTORECONF = YES
-- 
2.8.1

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

* [Buildroot] [PATCH 11/28] package/janus-gateway: bump version to v0.1.0
  2016-06-05 17:51 [Buildroot] [PATCH 01/28] package/axfsutils: bump version Bernd Kuhls
                   ` (8 preceding siblings ...)
  2016-06-05 17:52 ` [Buildroot] [PATCH 10/28] package/minizip: " Bernd Kuhls
@ 2016-06-05 17:52 ` Bernd Kuhls
  2016-06-05 19:40   ` Peter Korsgaard
  2016-06-05 17:52 ` [Buildroot] [PATCH 12/28] package/libshairplay: bump version Bernd Kuhls
                   ` (17 subsequent siblings)
  27 siblings, 1 reply; 55+ messages in thread
From: Bernd Kuhls @ 2016-06-05 17:52 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/janus-gateway/0001-disable-ssp.patch                      | 6 ++++--
 .../0002-Add-test-for-Wunused-but-set-variable.patch              | 8 +++++---
 package/janus-gateway/janus-gateway.mk                            | 2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/package/janus-gateway/0001-disable-ssp.patch b/package/janus-gateway/0001-disable-ssp.patch
index 9ef184a..f03b585 100644
--- a/package/janus-gateway/0001-disable-ssp.patch
+++ b/package/janus-gateway/0001-disable-ssp.patch
@@ -5,6 +5,8 @@ the package user pass the appropriate CFLAGS to enable SSP if needed.
 
 Signed-off-by: Gregory Dymarek <gregd72002@gmail.com>
 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+(rebased against v0.1.0)
+Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
 
 diff -rupN janus-gateway-master.orig/Makefile.am janus-gateway-master/Makefile.am
 --- janus-gateway-master.orig/Makefile.am	2014-11-27 14:36:31.000000000 +0000
@@ -13,8 +15,8 @@ diff -rupN janus-gateway-master.orig/Makefile.am janus-gateway-master/Makefile.a
  # some fairly big refactoring though, which can wait.
  # AM_CFLAGS += -Wshadow -Wstrict-aliasing=2
  
--AM_CFLAGS += -fstack-protector-all -g -ggdb -fPIC -rdynamic
-+AM_CFLAGS += -g -ggdb -fPIC -rdynamic
+-AM_CFLAGS += -fstack-protector-all -g -ggdb -fPIC -rdynamic -pthread
++AM_CFLAGS += -g -ggdb -fPIC -rdynamic -pthread
  
  # FIXME: make docs work with distcheck
  DISTCHECK_CONFIGURE_FLAGS = --disable-docs --enable-post-processing
diff --git a/package/janus-gateway/0002-Add-test-for-Wunused-but-set-variable.patch b/package/janus-gateway/0002-Add-test-for-Wunused-but-set-variable.patch
index 14acae5..13bc21e 100644
--- a/package/janus-gateway/0002-Add-test-for-Wunused-but-set-variable.patch
+++ b/package/janus-gateway/0002-Add-test-for-Wunused-but-set-variable.patch
@@ -14,6 +14,8 @@ and uses it to detect if the -Wunused-but-set-variable option is
 supported, and only uses it in this case.
 
 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+(rebased against v0.1.0)
+Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
 ---
  Makefile.am                 |  2 +-
  configure.ac                |  3 ++
@@ -29,11 +31,11 @@ index 5d23e0b..0f51f6a 100644
  	-Wnested-externs -Wstrict-prototypes -Wunsafe-loop-optimizations \
  	-Wwrite-strings -Wno-missing-field-initializers -Wno-unused-parameter \
  	-Wcast-align -Wformat-nonliteral -Wformat-security -Wswitch-default \
--	-Wmissing-include-dirs -Waggregate-return -Wunused-but-set-variable \
-+	-Wmissing-include-dirs -Waggregate-return @GCC_WARN_UNUSED_BUT_SET@ \
+-	-Wmissing-include-dirs -Wno-aggregate-return -Wunused-but-set-variable \
++	-Wmissing-include-dirs -Wno-aggregate-return @GCC_WARN_UNUSED_BUT_SET@ \
  	-Warray-bounds -Wold-style-definition -Wsign-compare -Wlarger-than=65537
  AM_CFLAGS += -Wno-undef  # sophiasip is not -Wundef--safe
- AM_CFLAGS += -Wredundant-decls  # sophiasip also contains redundant declarations
+ AM_CFLAGS += -Wno-redundant-decls  # sophiasip also contains redundant declarations
 diff --git a/configure.ac b/configure.ac
 index 17870a7..f9bb1e4 100644
 --- a/configure.ac
diff --git a/package/janus-gateway/janus-gateway.mk b/package/janus-gateway/janus-gateway.mk
index e1361d3..206a855 100644
--- a/package/janus-gateway/janus-gateway.mk
+++ b/package/janus-gateway/janus-gateway.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-JANUS_GATEWAY_VERSION = c632c1e9da5ffd8c34df6086a1aa5a8511a2a02d
+JANUS_GATEWAY_VERSION = v0.1.0
 JANUS_GATEWAY_SITE = $(call github,meetecho,janus-gateway,$(JANUS_GATEWAY_VERSION))
 JANUS_GATEWAY_LICENSE = GPLv3
 JANUS_GATEWAY_LICENSE_FILES = COPYING
-- 
2.8.1

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

* [Buildroot] [PATCH 12/28] package/libshairplay: bump version
  2016-06-05 17:51 [Buildroot] [PATCH 01/28] package/axfsutils: bump version Bernd Kuhls
                   ` (9 preceding siblings ...)
  2016-06-05 17:52 ` [Buildroot] [PATCH 11/28] package/janus-gateway: bump version to v0.1.0 Bernd Kuhls
@ 2016-06-05 17:52 ` Bernd Kuhls
  2016-06-05 19:41   ` Peter Korsgaard
  2016-06-05 17:52 ` [Buildroot] [PATCH 13/28] package/vpnc: " Bernd Kuhls
                   ` (16 subsequent siblings)
  27 siblings, 1 reply; 55+ messages in thread
From: Bernd Kuhls @ 2016-06-05 17:52 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/libshairplay/libshairplay.mk b/package/libshairplay/libshairplay.mk
index 35bbeac..4bdd1a0 100644
--- a/package/libshairplay/libshairplay.mk
+++ b/package/libshairplay/libshairplay.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBSHAIRPLAY_VERSION = 64d59e3087f829006d091fa0d114efb50972a2bf
+LIBSHAIRPLAY_VERSION = ce80e005908f41d0e6fde1c4a21e9cb8ee54007b
 LIBSHAIRPLAY_SITE = $(call github,juhovh,shairplay,$(LIBSHAIRPLAY_VERSION))
 LIBSHAIRPLAY_INSTALL_STAGING = YES
 LIBSHAIRPLAY_AUTORECONF = YES
-- 
2.8.1

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

* [Buildroot] [PATCH 13/28] package/vpnc: bump version
  2016-06-05 17:51 [Buildroot] [PATCH 01/28] package/axfsutils: bump version Bernd Kuhls
                   ` (10 preceding siblings ...)
  2016-06-05 17:52 ` [Buildroot] [PATCH 12/28] package/libshairplay: bump version Bernd Kuhls
@ 2016-06-05 17:52 ` Bernd Kuhls
  2016-06-05 19:41   ` Peter Korsgaard
  2016-06-05 17:52 ` [Buildroot] [PATCH 14/28] package/softether: " Bernd Kuhls
                   ` (15 subsequent siblings)
  27 siblings, 1 reply; 55+ messages in thread
From: Bernd Kuhls @ 2016-06-05 17:52 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/vpnc/vpnc.hash b/package/vpnc/vpnc.hash
index c35f0d5..98a9847 100644
--- a/package/vpnc/vpnc.hash
+++ b/package/vpnc/vpnc.hash
@@ -1,2 +1,2 @@
 # locally computed hash
-sha256 d71ae6a6c2801c6c21490227d29896ea75deade05fc38153de9ae07b25a6a60d  vpnc-024aa17a0a86716cac0db185b44bf07ba4f8c135.tar.gz
+sha256 c10a5c2c0813198ca2404dd36db380cdb6395b46338123b341775095cf61521d  vpnc-b1243d29e0c00312ead038b04a2cf5e2fa31d740.tar.gz
diff --git a/package/vpnc/vpnc.mk b/package/vpnc/vpnc.mk
index 62dedc6..282a422 100644
--- a/package/vpnc/vpnc.mk
+++ b/package/vpnc/vpnc.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-VPNC_VERSION = 024aa17a0a86716cac0db185b44bf07ba4f8c135
+VPNC_VERSION = b1243d29e0c00312ead038b04a2cf5e2fa31d740
 VPNC_SITE = $(call github,ndpgroup,vpnc,$(VPNC_VERSION))
 VPNC_LICENSE = GPLv2+
 VPNC_LICENSE_FILES = COPYING
-- 
2.8.1

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

* [Buildroot] [PATCH 14/28] package/softether: bump version
  2016-06-05 17:51 [Buildroot] [PATCH 01/28] package/axfsutils: bump version Bernd Kuhls
                   ` (11 preceding siblings ...)
  2016-06-05 17:52 ` [Buildroot] [PATCH 13/28] package/vpnc: " Bernd Kuhls
@ 2016-06-05 17:52 ` Bernd Kuhls
  2016-06-05 19:42   ` Peter Korsgaard
  2016-06-05 17:52 ` [Buildroot] [PATCH 15/28] package/socketcand: " Bernd Kuhls
                   ` (14 subsequent siblings)
  27 siblings, 1 reply; 55+ messages in thread
From: Bernd Kuhls @ 2016-06-05 17:52 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/softether/softether.mk b/package/softether/softether.mk
index 489341e..9f98774 100644
--- a/package/softether/softether.mk
+++ b/package/softether/softether.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SOFTETHER_VERSION = 4b65e251f240d0b36c704acd598f4ceb07c41413
+SOFTETHER_VERSION = 1e17c9bcfd7e7b31756aa5389bcbff76c2c9c88a
 SOFTETHER_SITE = $(call github,SoftEtherVPN,SoftEtherVPN,$(SOFTETHER_VERSION))
 SOFTETHER_PATCH = \
 	https://github.com/dajhorn/SoftEtherVPN/commit/c5e5d7e93c6f3302adf5821c29c4efdb7630e418.patch \
-- 
2.8.1

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

* [Buildroot] [PATCH 15/28] package/socketcand: bump version
  2016-06-05 17:51 [Buildroot] [PATCH 01/28] package/axfsutils: bump version Bernd Kuhls
                   ` (12 preceding siblings ...)
  2016-06-05 17:52 ` [Buildroot] [PATCH 14/28] package/softether: " Bernd Kuhls
@ 2016-06-05 17:52 ` Bernd Kuhls
  2016-06-05 19:56   ` Peter Korsgaard
  2016-06-05 17:52 ` [Buildroot] [PATCH 16/28] package/vim: bump version to v7.4.1902 Bernd Kuhls
                   ` (13 subsequent siblings)
  27 siblings, 1 reply; 55+ messages in thread
From: Bernd Kuhls @ 2016-06-05 17:52 UTC (permalink / raw)
  To: buildroot

Removed patch applied upstream:
https://github.com/dschanoeh/socketcand/commit/bdb3cd081a694f8f6924e399d944e32c1578235c

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 .../socketcand/0001-Remove-inline-keyword.patch    | 90 ----------------------
 package/socketcand/socketcand.mk                   |  2 +-
 2 files changed, 1 insertion(+), 91 deletions(-)
 delete mode 100644 package/socketcand/0001-Remove-inline-keyword.patch

diff --git a/package/socketcand/0001-Remove-inline-keyword.patch b/package/socketcand/0001-Remove-inline-keyword.patch
deleted file mode 100644
index 92e8737..0000000
--- a/package/socketcand/0001-Remove-inline-keyword.patch
+++ /dev/null
@@ -1,90 +0,0 @@
-From bdb3cd081a694f8f6924e399d944e32c1578235c Mon Sep 17 00:00:00 2001
-From: Yegor Yefremov <yegorslists@googlemail.com>
-Date: Wed, 22 Jul 2015 11:03:27 +0200
-Subject: [PATCH] Remove inline keyword
-
-Fixes GCC5.x compilation issues related to C99 inline semantics.
-
-Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
----
- socketcand.h    | 8 ++++----
- state_bcm.c     | 2 +-
- state_control.c | 2 +-
- state_isotp.c   | 2 +-
- state_raw.c     | 2 +-
- 5 files changed, 8 insertions(+), 8 deletions(-)
-
-diff --git a/socketcand.h b/socketcand.h
-index a287fe2..39eef83 100644
---- a/socketcand.h
-+++ b/socketcand.h
-@@ -27,10 +27,10 @@
- 
- #undef DEBUG_RECEPTION
- 
--inline void state_bcm();
--inline void state_raw();
--inline void state_isotp();
--inline void state_control();
-+void state_bcm();
-+void state_raw();
-+void state_isotp();
-+void state_control();
- 
- extern int client_socket;
- extern char **interface_names;
-diff --git a/state_bcm.c b/state_bcm.c
-index c63a0a9..0c980fa 100644
---- a/state_bcm.c
-+++ b/state_bcm.c
-@@ -28,7 +28,7 @@ int sc = -1;
- fd_set readfds;
- struct timeval tv;
- 
--inline void state_bcm() {
-+void state_bcm() {
- 	int i, ret;
- 	struct sockaddr_can caddr;
- 	socklen_t caddrlen = sizeof(caddr);
-diff --git a/state_control.c b/state_control.c
-index 5f62b74..baa9df6 100644
---- a/state_control.c
-+++ b/state_control.c
-@@ -17,7 +17,7 @@
- #include <netinet/in.h>
- #include <arpa/inet.h>
- 
--inline void state_control() {
-+void state_control() {
- 	char buf[MAXLEN];
- 	int i, items;
- 
-diff --git a/state_isotp.c b/state_isotp.c
-index ae66035..4005f94 100644
---- a/state_isotp.c
-+++ b/state_isotp.c
-@@ -24,7 +24,7 @@
- int si = -1;
- fd_set readfds;
- 
--inline void state_isotp() {
-+void state_isotp() {
- 	int i, items, ret;
- 
- 	struct sockaddr_can addr;
-diff --git a/state_raw.c b/state_raw.c
-index 1bd2ece..99111ae 100644
---- a/state_raw.c
-+++ b/state_raw.c
-@@ -31,7 +31,7 @@ char ctrlmsg[CMSG_SPACE(sizeof(struct timeval)) + CMSG_SPACE(sizeof(__u32))];
- struct timeval tv;
- struct cmsghdr *cmsg;
- 
--inline void state_raw() {
-+void state_raw() {
- 	char buf[MAXLEN];
- 	int i, ret, items;
- 
--- 
-2.1.4
-
diff --git a/package/socketcand/socketcand.mk b/package/socketcand/socketcand.mk
index 10b8b5b..0cc56ef 100644
--- a/package/socketcand/socketcand.mk
+++ b/package/socketcand/socketcand.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SOCKETCAND_VERSION = 8339e62a6bf60be571672678fb1de544768cf40e
+SOCKETCAND_VERSION = df7fb4ff8a4439d7737fe2df3540e1ab7465721a
 SOCKETCAND_SITE = $(call github,dschanoeh,socketcand,$(SOCKETCAND_VERSION))
 SOCKETCAND_AUTORECONF = YES
 SOCKETCAND_LICENSE = BSD-3c or GPLv2
-- 
2.8.1

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

* [Buildroot] [PATCH 16/28] package/vim: bump version to v7.4.1902
  2016-06-05 17:51 [Buildroot] [PATCH 01/28] package/axfsutils: bump version Bernd Kuhls
                   ` (13 preceding siblings ...)
  2016-06-05 17:52 ` [Buildroot] [PATCH 15/28] package/socketcand: " Bernd Kuhls
@ 2016-06-05 17:52 ` Bernd Kuhls
  2016-06-05 19:57   ` Peter Korsgaard
  2016-06-05 17:52 ` [Buildroot] [PATCH 17/28] package/zlog: bump version Bernd Kuhls
                   ` (12 subsequent siblings)
  27 siblings, 1 reply; 55+ messages in thread
From: Bernd Kuhls @ 2016-06-05 17:52 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/vim/vim.mk | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/package/vim/vim.mk b/package/vim/vim.mk
index 6e05050..c2f6cac 100644
--- a/package/vim/vim.mk
+++ b/package/vim/vim.mk
@@ -4,8 +4,7 @@
 #
 ################################################################################
 
-# 7.4 release patchlevel 889
-VIM_VERSION = 74b738d414b2895b3365e26ae3b7792eb82ccf47
+VIM_VERSION = v7.4.1902
 VIM_SITE = $(call github,vim,vim,$(VIM_VERSION))
 # Win over busybox vi since vim is more feature-rich
 VIM_DEPENDENCIES = \
-- 
2.8.1

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

* [Buildroot] [PATCH 17/28] package/zlog: bump version
  2016-06-05 17:51 [Buildroot] [PATCH 01/28] package/axfsutils: bump version Bernd Kuhls
                   ` (14 preceding siblings ...)
  2016-06-05 17:52 ` [Buildroot] [PATCH 16/28] package/vim: bump version to v7.4.1902 Bernd Kuhls
@ 2016-06-05 17:52 ` Bernd Kuhls
  2016-06-05 19:57   ` Peter Korsgaard
  2016-06-05 17:52 ` [Buildroot] [PATCH 18/28] package/zxing-cpp: " Bernd Kuhls
                   ` (11 subsequent siblings)
  27 siblings, 1 reply; 55+ messages in thread
From: Bernd Kuhls @ 2016-06-05 17:52 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/zlog/zlog.mk b/package/zlog/zlog.mk
index fb8762c..a60e1b0 100644
--- a/package/zlog/zlog.mk
+++ b/package/zlog/zlog.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-ZLOG_VERSION = ca6162be1608839e99c6388c28488c51ccf98e4a
+ZLOG_VERSION = 6ddb9bbf3ff0123e701bf60996f351576ebe9c00
 ZLOG_SITE = $(call github,HardySimpson,zlog,$(ZLOG_VERSION))
 ZLOG_LICENSE = LGPLv2.1
 ZLOG_LICENSE_FILES = COPYING
-- 
2.8.1

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

* [Buildroot] [PATCH 18/28] package/zxing-cpp: bump version
  2016-06-05 17:51 [Buildroot] [PATCH 01/28] package/axfsutils: bump version Bernd Kuhls
                   ` (15 preceding siblings ...)
  2016-06-05 17:52 ` [Buildroot] [PATCH 17/28] package/zlog: bump version Bernd Kuhls
@ 2016-06-05 17:52 ` Bernd Kuhls
  2016-06-05 19:58   ` Peter Korsgaard
  2016-06-05 17:52 ` [Buildroot] [PATCH 19/28] package/v4l2grab: " Bernd Kuhls
                   ` (10 subsequent siblings)
  27 siblings, 1 reply; 55+ messages in thread
From: Bernd Kuhls @ 2016-06-05 17:52 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/zxing-cpp/zxing-cpp.hash b/package/zxing-cpp/zxing-cpp.hash
index e38a612..4625fbf 100644
--- a/package/zxing-cpp/zxing-cpp.hash
+++ b/package/zxing-cpp/zxing-cpp.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256 164c0bc9f1ce2ff5659fddce6da71f8cdda091751f3b71140c090b58451a2b04 zxing-cpp-fa34227d26e0b388e65b81936a2681952928f5be.tar.gz
+sha256 643c931a35c363109cd38c5a1526505b75f57c0634907cb7b6bc24f6f48eb32b zxing-cpp-0db7f855135222becff193671faae79c083424b6.tar.gz
diff --git a/package/zxing-cpp/zxing-cpp.mk b/package/zxing-cpp/zxing-cpp.mk
index 7344dc1..7113ae2 100644
--- a/package/zxing-cpp/zxing-cpp.mk
+++ b/package/zxing-cpp/zxing-cpp.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-ZXING_CPP_VERSION = fa34227d26e0b388e65b81936a2681952928f5be
+ZXING_CPP_VERSION = 0db7f855135222becff193671faae79c083424b6
 ZXING_CPP_SITE = $(call github,glassechidna,zxing-cpp,$(ZXING_CPP_VERSION))
 ZXING_CPP_LICENSE = Apache-2.0
 ZXING_CPP_LICENSE_FILES = COPYING
-- 
2.8.1

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

* [Buildroot] [PATCH 19/28] package/v4l2grab: bump version
  2016-06-05 17:51 [Buildroot] [PATCH 01/28] package/axfsutils: bump version Bernd Kuhls
                   ` (16 preceding siblings ...)
  2016-06-05 17:52 ` [Buildroot] [PATCH 18/28] package/zxing-cpp: " Bernd Kuhls
@ 2016-06-05 17:52 ` Bernd Kuhls
  2016-06-05 19:59   ` Peter Korsgaard
  2016-06-05 17:52 ` [Buildroot] [PATCH 20/28] package/sconeserver: " Bernd Kuhls
                   ` (9 subsequent siblings)
  27 siblings, 1 reply; 55+ messages in thread
From: Bernd Kuhls @ 2016-06-05 17:52 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/v4l2grab/v4l2grab.hash b/package/v4l2grab/v4l2grab.hash
index 17beeec..a59c8af 100644
--- a/package/v4l2grab/v4l2grab.hash
+++ b/package/v4l2grab/v4l2grab.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256	ed5b9ca16c3b82d283df69c46aabd6c976b166b4e77b660288d86a147b68caf9	v4l2grab-6a52a234e227a30e16591d1a0e7afc52a2c5d964.tar.gz
+sha256 9a8d0d1ca5ac9fb9f66e00300bb3265d156cf1cb67eb30f6e6637c83b0b507a1 v4l2grab-f8d8844d52387b3db7b8736f5e86156d9374f781.tar.gz
diff --git a/package/v4l2grab/v4l2grab.mk b/package/v4l2grab/v4l2grab.mk
index b6f26c6..f3a8967 100644
--- a/package/v4l2grab/v4l2grab.mk
+++ b/package/v4l2grab/v4l2grab.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-V4L2GRAB_VERSION = 6a52a234e227a30e16591d1a0e7afc52a2c5d964
+V4L2GRAB_VERSION = f8d8844d52387b3db7b8736f5e86156d9374f781
 V4L2GRAB_SITE = $(call github,twam,v4l2grab,$(V4L2GRAB_VERSION))
 V4L2GRAB_LICENSE = GPLv2+
 V4L2GRAB_LICENSE_FILES = LICENSE.md
-- 
2.8.1

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

* [Buildroot] [PATCH 20/28] package/sconeserver: bump version
  2016-06-05 17:51 [Buildroot] [PATCH 01/28] package/axfsutils: bump version Bernd Kuhls
                   ` (17 preceding siblings ...)
  2016-06-05 17:52 ` [Buildroot] [PATCH 19/28] package/v4l2grab: " Bernd Kuhls
@ 2016-06-05 17:52 ` Bernd Kuhls
  2016-06-05 19:59   ` Peter Korsgaard
  2016-06-05 17:52 ` [Buildroot] [PATCH 21/28] package/odhcp6c: " Bernd Kuhls
                   ` (8 subsequent siblings)
  27 siblings, 1 reply; 55+ messages in thread
From: Bernd Kuhls @ 2016-06-05 17:52 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/sconeserver/sconeserver.hash b/package/sconeserver/sconeserver.hash
index 2e1fe84..4503b9f 100644
--- a/package/sconeserver/sconeserver.hash
+++ b/package/sconeserver/sconeserver.hash
@@ -1,2 +1,2 @@
 # Locally computed
-sha256	442c29ae93f615b610983187023ba6c1a9ca69526cb07f69576efba1d29d9daf	sconeserver-c4b8e14f6e9e06cbff5b4195f69d6fce9391a1cd.tar.gz
+sha256 6bd76843df8e48519c67c72505412896b227d7b40ec0dee831c79ed414c85ff3 sconeserver-bbb384404575f8a3ef31c1ec41218b621b66ab27.tar.gz
diff --git a/package/sconeserver/sconeserver.mk b/package/sconeserver/sconeserver.mk
index 592de22..0b0ed1a 100644
--- a/package/sconeserver/sconeserver.mk
+++ b/package/sconeserver/sconeserver.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SCONESERVER_VERSION = c4b8e14f6e9e06cbff5b4195f69d6fce9391a1cd
+SCONESERVER_VERSION = bbb384404575f8a3ef31c1ec41218b621b66ab27
 SCONESERVER_SITE = $(call github,sconemad,sconeserver,$(SCONESERVER_VERSION))
 SCONESERVER_LICENSE = GPLv2+
 SCONESERVER_LICENSE_FILES = COPYING
-- 
2.8.1

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

* [Buildroot] [PATCH 21/28] package/odhcp6c: bump version
  2016-06-05 17:51 [Buildroot] [PATCH 01/28] package/axfsutils: bump version Bernd Kuhls
                   ` (18 preceding siblings ...)
  2016-06-05 17:52 ` [Buildroot] [PATCH 20/28] package/sconeserver: " Bernd Kuhls
@ 2016-06-05 17:52 ` Bernd Kuhls
  2016-06-05 20:00   ` Peter Korsgaard
  2016-06-05 17:52 ` [Buildroot] [PATCH 22/28] package/czmq: " Bernd Kuhls
                   ` (7 subsequent siblings)
  27 siblings, 1 reply; 55+ messages in thread
From: Bernd Kuhls @ 2016-06-05 17:52 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/odhcp6c/odhcp6c.hash b/package/odhcp6c/odhcp6c.hash
index 00a0960..688d77d 100644
--- a/package/odhcp6c/odhcp6c.hash
+++ b/package/odhcp6c/odhcp6c.hash
@@ -1,2 +1,2 @@
 # Locally computed
-sha256	b5f920ed300309d65e431a360cae5f3c2010eca09a4231c9ef907c730d3c0d09	odhcp6c-dc186d6d2b0dd4ad23ca5fc69c00e81f796ff6d9.tar.gz
+sha256 d84a713010865215301b4186c7b5368c9f006e6d3b9b52b99bd25e2d9e7a1dfc odhcp6c-7533a6243dc3ac5a747cf6ccbc4d0539dafd3e07.tar.gz
diff --git a/package/odhcp6c/odhcp6c.mk b/package/odhcp6c/odhcp6c.mk
index c841cd3..0ec9657 100644
--- a/package/odhcp6c/odhcp6c.mk
+++ b/package/odhcp6c/odhcp6c.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-ODHCP6C_VERSION = dc186d6d2b0dd4ad23ca5fc69c00e81f796ff6d9
+ODHCP6C_VERSION = 7533a6243dc3ac5a747cf6ccbc4d0539dafd3e07
 ODHCP6C_SITE = $(call github,sbyx,odhcp6c,$(ODHCP6C_VERSION))
 ODHCP6C_LICENSE = GPLv2
 ODHCP6C_LICENSE_FILES = COPYING
-- 
2.8.1

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

* [Buildroot] [PATCH 22/28] package/czmq: bump version
  2016-06-05 17:51 [Buildroot] [PATCH 01/28] package/axfsutils: bump version Bernd Kuhls
                   ` (19 preceding siblings ...)
  2016-06-05 17:52 ` [Buildroot] [PATCH 21/28] package/odhcp6c: " Bernd Kuhls
@ 2016-06-05 17:52 ` Bernd Kuhls
  2016-06-05 20:01   ` Peter Korsgaard
  2016-06-05 17:52 ` [Buildroot] [PATCH 23/28] package/zyre: " Bernd Kuhls
                   ` (6 subsequent siblings)
  27 siblings, 1 reply; 55+ messages in thread
From: Bernd Kuhls @ 2016-06-05 17:52 UTC (permalink / raw)
  To: buildroot

Needed for zyre bump:
https://github.com/zeromq/zyre/issues/442#issuecomment-189127583

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

diff --git a/package/czmq/czmq.hash b/package/czmq/czmq.hash
index 20ed7b6..526ea59 100644
--- a/package/czmq/czmq.hash
+++ b/package/czmq/czmq.hash
@@ -1,3 +1,2 @@
 # Locally calculated
-sha256  e56f8498daf70310b31c42669b2f9b753c5e747eafaff6d4fdac26d72a474b27  czmq-v3.0.2.tar.gz
-sha256  74e003c05ab1391502dff2eaad96a5361b19583cd1ee0ad681c929721c8e1e3a  bcf583633e8b27a9bfbed1e4a717b9373f7446be.patch
+sha256 5c76de41f736f0c059e0b26174ef99200f2aba2fa38333683dbe4944b2f80555 czmq-5205ec201e97c3a652c17eb86b18b70350b54512.tar.gz
diff --git a/package/czmq/czmq.mk b/package/czmq/czmq.mk
index 2b73b61..8c4de71 100644
--- a/package/czmq/czmq.mk
+++ b/package/czmq/czmq.mk
@@ -4,9 +4,8 @@
 #
 ################################################################################
 
-CZMQ_VERSION = v3.0.2
+CZMQ_VERSION = 5205ec201e97c3a652c17eb86b18b70350b54512
 CZMQ_SITE = $(call github,zeromq,czmq,$(CZMQ_VERSION))
-CZMQ_PATCH = https://github.com/zeromq/czmq/commit/bcf583633e8b27a9bfbed1e4a717b9373f7446be.patch
 
 # Autoreconf required as we use the git tree
 CZMQ_AUTORECONF = YES
-- 
2.8.1

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

* [Buildroot] [PATCH 23/28] package/zyre: bump version
  2016-06-05 17:51 [Buildroot] [PATCH 01/28] package/axfsutils: bump version Bernd Kuhls
                   ` (20 preceding siblings ...)
  2016-06-05 17:52 ` [Buildroot] [PATCH 22/28] package/czmq: " Bernd Kuhls
@ 2016-06-05 17:52 ` Bernd Kuhls
  2016-06-05 20:01   ` Peter Korsgaard
  2016-06-05 17:52 ` [Buildroot] [PATCH 24/28] package/turbolua: " Bernd Kuhls
                   ` (5 subsequent siblings)
  27 siblings, 1 reply; 55+ messages in thread
From: Bernd Kuhls @ 2016-06-05 17:52 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/zyre/zyre.mk b/package/zyre/zyre.mk
index b17dfd0..41c11a8 100644
--- a/package/zyre/zyre.mk
+++ b/package/zyre/zyre.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-ZYRE_VERSION = a351468b7d313fc90c446668122365851a9c60e4
+ZYRE_VERSION = 1d949e4bf79b694ea883c325f5813e87ddc2a687
 ZYRE_SITE = $(call github,zeromq,zyre,$(ZYRE_VERSION))
 ZYRE_LICENSE = LGPLv3+
 ZYRE_LICENSE_FILES = COPYING COPYING.LESSER
-- 
2.8.1

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

* [Buildroot] [PATCH 24/28] package/turbolua: bump version
  2016-06-05 17:51 [Buildroot] [PATCH 01/28] package/axfsutils: bump version Bernd Kuhls
                   ` (21 preceding siblings ...)
  2016-06-05 17:52 ` [Buildroot] [PATCH 23/28] package/zyre: " Bernd Kuhls
@ 2016-06-05 17:52 ` Bernd Kuhls
  2016-06-05 20:02   ` Peter Korsgaard
  2016-06-05 17:52 ` [Buildroot] [PATCH 25/28] package/php-geoip: " Bernd Kuhls
                   ` (4 subsequent siblings)
  27 siblings, 1 reply; 55+ messages in thread
From: Bernd Kuhls @ 2016-06-05 17:52 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/turbolua/turbolua.hash b/package/turbolua/turbolua.hash
index ea7898c..d460b4f 100644
--- a/package/turbolua/turbolua.hash
+++ b/package/turbolua/turbolua.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256 4f7e3121fcc25a5867a264a6f09acf641c904668f5822b1533881f40a3b863ea turbolua-91db237a6690f4a659cbdee2ebbbbc9741d8ea4c.tar.gz
+sha256 bff771b6a670f764366eff50e1644f1c5d8d526324e0b6adfda42d9f69791833 turbolua-6fbc5cbfed1cc8c3820d4c1bfb55258c764040f0.tar.gz
diff --git a/package/turbolua/turbolua.mk b/package/turbolua/turbolua.mk
index fe6db31..bf6d491 100644
--- a/package/turbolua/turbolua.mk
+++ b/package/turbolua/turbolua.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-TURBOLUA_VERSION = 91db237a6690f4a659cbdee2ebbbbc9741d8ea4c
+TURBOLUA_VERSION = 6fbc5cbfed1cc8c3820d4c1bfb55258c764040f0
 TURBOLUA_SITE = $(call github,kernelsauce,turbo,$(TURBOLUA_VERSION))
 TURBOLUA_DEPENDENCIES = luajit
 TURBOLUA_LICENSE = Apache-2.0
-- 
2.8.1

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

* [Buildroot] [PATCH 25/28] package/php-geoip: bump version
  2016-06-05 17:51 [Buildroot] [PATCH 01/28] package/axfsutils: bump version Bernd Kuhls
                   ` (22 preceding siblings ...)
  2016-06-05 17:52 ` [Buildroot] [PATCH 24/28] package/turbolua: " Bernd Kuhls
@ 2016-06-05 17:52 ` Bernd Kuhls
  2016-06-05 20:02   ` Peter Korsgaard
  2016-06-05 17:52 ` [Buildroot] [PATCH 26/28] package/php-ssh2: " Bernd Kuhls
                   ` (3 subsequent siblings)
  27 siblings, 1 reply; 55+ messages in thread
From: Bernd Kuhls @ 2016-06-05 17:52 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/php-geoip/php-geoip.hash b/package/php-geoip/php-geoip.hash
index 61945cf..3729880 100644
--- a/package/php-geoip/php-geoip.hash
+++ b/package/php-geoip/php-geoip.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256 8b5e8dec6353c437809e58d798627927ae659682b5bbdad023e9e569c278bfed  php-geoip-1fd53288458100e9e30acf5a62bc9ef8426513d3.tar.gz
+sha256 63167b717f624580b93f3c6c050d8d64ebc6cbe1377069646eb387534c7a2f7e  php-geoip-ebb68228ad94298a305710f701b2ade9acff985d.tar.gz
diff --git a/package/php-geoip/php-geoip.mk b/package/php-geoip/php-geoip.mk
index cda8d4e..c39c95c 100644
--- a/package/php-geoip/php-geoip.mk
+++ b/package/php-geoip/php-geoip.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PHP_GEOIP_VERSION = 1fd53288458100e9e30acf5a62bc9ef8426513d3
+PHP_GEOIP_VERSION = ebb68228ad94298a305710f701b2ade9acff985d
 PHP_GEOIP_SITE = $(call github,php7-extensions,ext-php7-geoip,$(PHP_GEOIP_VERSION))
 PHP_GEOIP_CONF_OPTS = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \
 	--with-geoip=$(STAGING_DIR)/usr
-- 
2.8.1

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

* [Buildroot] [PATCH 26/28] package/php-ssh2: bump version
  2016-06-05 17:51 [Buildroot] [PATCH 01/28] package/axfsutils: bump version Bernd Kuhls
                   ` (23 preceding siblings ...)
  2016-06-05 17:52 ` [Buildroot] [PATCH 25/28] package/php-geoip: " Bernd Kuhls
@ 2016-06-05 17:52 ` Bernd Kuhls
  2016-06-05 20:02   ` Peter Korsgaard
  2016-06-05 17:52 ` [Buildroot] [PATCH 27/28] package/open-plc-utils: " Bernd Kuhls
                   ` (2 subsequent siblings)
  27 siblings, 1 reply; 55+ messages in thread
From: Bernd Kuhls @ 2016-06-05 17:52 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/php-ssh2/php-ssh2.hash b/package/php-ssh2/php-ssh2.hash
index 1e046df..b514601 100644
--- a/package/php-ssh2/php-ssh2.hash
+++ b/package/php-ssh2/php-ssh2.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256 877f2fa9a709aa2dd9567848fae7b45ecac359904296a0aedbf718e99d8568f5  php-ssh2-aa1739ac26c2177d33ab8d064021032bdc2c3a40.tar.gz
+sha256 3d79a6c9ffed3fd6ec16e834c0cc93cf125d9f5bdbb951b8b76a3507498548d5  php-ssh2-12dd52236c601577a63e33ee71e3ce6dad811e40.tar.gz
diff --git a/package/php-ssh2/php-ssh2.mk b/package/php-ssh2/php-ssh2.mk
index cfe6070..2b61632 100644
--- a/package/php-ssh2/php-ssh2.mk
+++ b/package/php-ssh2/php-ssh2.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PHP_SSH2_VERSION = aa1739ac26c2177d33ab8d064021032bdc2c3a40
+PHP_SSH2_VERSION = 12dd52236c601577a63e33ee71e3ce6dad811e40
 PHP_SSH2_SITE = $(call github,php,pecl-networking-ssh2,$(PHP_SSH2_VERSION))
 PHP_SSH2_CONF_OPTS = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \
 	--with-ssh2=$(STAGING_DIR)/usr
-- 
2.8.1

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

* [Buildroot] [PATCH 27/28] package/open-plc-utils: bump version
  2016-06-05 17:51 [Buildroot] [PATCH 01/28] package/axfsutils: bump version Bernd Kuhls
                   ` (24 preceding siblings ...)
  2016-06-05 17:52 ` [Buildroot] [PATCH 26/28] package/php-ssh2: " Bernd Kuhls
@ 2016-06-05 17:52 ` Bernd Kuhls
  2016-06-05 20:03   ` Peter Korsgaard
  2016-06-05 17:52 ` [Buildroot] [PATCH 28/28] package/hidapi: " Bernd Kuhls
  2016-06-05 19:30 ` [Buildroot] [PATCH 01/28] package/axfsutils: " Peter Korsgaard
  27 siblings, 1 reply; 55+ messages in thread
From: Bernd Kuhls @ 2016-06-05 17:52 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/open-plc-utils/open-plc-utils.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/open-plc-utils/open-plc-utils.mk b/package/open-plc-utils/open-plc-utils.mk
index a674372..67c8d7d 100644
--- a/package/open-plc-utils/open-plc-utils.mk
+++ b/package/open-plc-utils/open-plc-utils.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-OPEN_PLC_UTILS_VERSION = 05ef40c0a2949cfaf1c3230e10679fbcf912d174
+OPEN_PLC_UTILS_VERSION = 1be781d1ea81827e5f6c1a35961c65dd4d15472c
 OPEN_PLC_UTILS_SITE = $(call github,qca,open-plc-utils,$(OPEN_PLC_UTILS_VERSION))
 OPEN_PLC_UTILS_LICENSE = BSD-3c
 OPEN_PLC_UTILS_LICENSE_FILES = LICENSE
-- 
2.8.1

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

* [Buildroot] [PATCH 28/28] package/hidapi: bump version
  2016-06-05 17:51 [Buildroot] [PATCH 01/28] package/axfsutils: bump version Bernd Kuhls
                   ` (25 preceding siblings ...)
  2016-06-05 17:52 ` [Buildroot] [PATCH 27/28] package/open-plc-utils: " Bernd Kuhls
@ 2016-06-05 17:52 ` Bernd Kuhls
  2016-06-05 20:04   ` Peter Korsgaard
  2016-06-05 19:30 ` [Buildroot] [PATCH 01/28] package/axfsutils: " Peter Korsgaard
  27 siblings, 1 reply; 55+ messages in thread
From: Bernd Kuhls @ 2016-06-05 17:52 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/hidapi/hidapi.hash b/package/hidapi/hidapi.hash
index ba00df2..ed22c78 100644
--- a/package/hidapi/hidapi.hash
+++ b/package/hidapi/hidapi.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256 33e206f5e145fc1bc6aeb55084d71b55d686533d23ad5bb762746ceba81e728b  hidapi-d17db57b9d4354752e0af42f5f33007a42ef2906.tar.gz
+sha256 f2ffe5dbba12dfa0a647ae71b1ec5612fed4c20322ef6f6fd46f6f9713ed1a8e  hidapi-b5b2e1779b6cd2edda3066bbbf0921a2d6b1c3c0.tar.gz
diff --git a/package/hidapi/hidapi.mk b/package/hidapi/hidapi.mk
index 270836c..9922efc 100644
--- a/package/hidapi/hidapi.mk
+++ b/package/hidapi/hidapi.mk
@@ -6,7 +6,7 @@
 
 # Use master version as the current stable is very old and some bugs
 # have been fixed since then.
-HIDAPI_VERSION = d17db57b9d4354752e0af42f5f33007a42ef2906
+HIDAPI_VERSION = b5b2e1779b6cd2edda3066bbbf0921a2d6b1c3c0
 HIDAPI_SITE = $(call github,signal11,hidapi,$(HIDAPI_VERSION))
 HIDAPI_INSTALL_STAGING = YES
 # No configure provided, so we need to autoreconf.
-- 
2.8.1

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

* [Buildroot] [PATCH 01/28] package/axfsutils: bump version
  2016-06-05 17:51 [Buildroot] [PATCH 01/28] package/axfsutils: bump version Bernd Kuhls
                   ` (26 preceding siblings ...)
  2016-06-05 17:52 ` [Buildroot] [PATCH 28/28] package/hidapi: " Bernd Kuhls
@ 2016-06-05 19:30 ` Peter Korsgaard
  27 siblings, 0 replies; 55+ messages in thread
From: Peter Korsgaard @ 2016-06-05 19:30 UTC (permalink / raw)
  To: buildroot

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

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 02/28] package/avrdude: bump version
  2016-06-05 17:51 ` [Buildroot] [PATCH 02/28] package/avrdude: " Bernd Kuhls
@ 2016-06-05 19:33   ` Peter Korsgaard
  0 siblings, 0 replies; 55+ messages in thread
From: Peter Korsgaard @ 2016-06-05 19:33 UTC (permalink / raw)
  To: buildroot

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

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

Committed, thanks.

Please send a followup patch adding a .hash file, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 03/28] package/can-utils: bump version
  2016-06-05 17:51 ` [Buildroot] [PATCH 03/28] package/can-utils: " Bernd Kuhls
@ 2016-06-05 19:33   ` Peter Korsgaard
  0 siblings, 0 replies; 55+ messages in thread
From: Peter Korsgaard @ 2016-06-05 19:33 UTC (permalink / raw)
  To: buildroot

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

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

Committed, thanks. Please send a followup patch adding a .hash file,
thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 05/28] package/glmark2: bump version
  2016-06-05 17:51 ` [Buildroot] [PATCH 05/28] package/glmark2: " Bernd Kuhls
@ 2016-06-05 19:35   ` Peter Korsgaard
  0 siblings, 0 replies; 55+ messages in thread
From: Peter Korsgaard @ 2016-06-05 19:35 UTC (permalink / raw)
  To: buildroot

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

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

Committed, thanks. Please send a followup patch adding a .hash file,
thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 06/28] package/gmrender-resurrect: bump version
  2016-06-05 17:51 ` [Buildroot] [PATCH 06/28] package/gmrender-resurrect: " Bernd Kuhls
@ 2016-06-05 19:36   ` Peter Korsgaard
  0 siblings, 0 replies; 55+ messages in thread
From: Peter Korsgaard @ 2016-06-05 19:36 UTC (permalink / raw)
  To: buildroot

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

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 07/28] package/gr-osmosdr: bump version
  2016-06-05 17:52 ` [Buildroot] [PATCH 07/28] package/gr-osmosdr: " Bernd Kuhls
@ 2016-06-05 19:37   ` Peter Korsgaard
  0 siblings, 0 replies; 55+ messages in thread
From: Peter Korsgaard @ 2016-06-05 19:37 UTC (permalink / raw)
  To: buildroot

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

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 08/28] package/inotify-tools: bump version
  2016-06-05 17:52 ` [Buildroot] [PATCH 08/28] package/inotify-tools: " Bernd Kuhls
@ 2016-06-05 19:37   ` Peter Korsgaard
  0 siblings, 0 replies; 55+ messages in thread
From: Peter Korsgaard @ 2016-06-05 19:37 UTC (permalink / raw)
  To: buildroot

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

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

Committed, thanks. Please send a followup patch adding a .hash file,
thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 09/28] package/iputils: bump version
  2016-06-05 17:52 ` [Buildroot] [PATCH 09/28] package/iputils: " Bernd Kuhls
@ 2016-06-05 19:38   ` Peter Korsgaard
  0 siblings, 0 replies; 55+ messages in thread
From: Peter Korsgaard @ 2016-06-05 19:38 UTC (permalink / raw)
  To: buildroot

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

 > tracepath and tracepath6 were merged recently:
 > https://github.com/iputils/iputils/pull/48

 > Therefore we do not need to install tracepath6 anymore.

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 10/28] package/minizip: bump version
  2016-06-05 17:52 ` [Buildroot] [PATCH 10/28] package/minizip: " Bernd Kuhls
@ 2016-06-05 19:39   ` Peter Korsgaard
  0 siblings, 0 replies; 55+ messages in thread
From: Peter Korsgaard @ 2016-06-05 19:39 UTC (permalink / raw)
  To: buildroot

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

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 11/28] package/janus-gateway: bump version to v0.1.0
  2016-06-05 17:52 ` [Buildroot] [PATCH 11/28] package/janus-gateway: bump version to v0.1.0 Bernd Kuhls
@ 2016-06-05 19:40   ` Peter Korsgaard
  0 siblings, 0 replies; 55+ messages in thread
From: Peter Korsgaard @ 2016-06-05 19:40 UTC (permalink / raw)
  To: buildroot

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

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

Committed, thanks. Please send a followup patch adding a .hash file,
thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 12/28] package/libshairplay: bump version
  2016-06-05 17:52 ` [Buildroot] [PATCH 12/28] package/libshairplay: bump version Bernd Kuhls
@ 2016-06-05 19:41   ` Peter Korsgaard
  0 siblings, 0 replies; 55+ messages in thread
From: Peter Korsgaard @ 2016-06-05 19:41 UTC (permalink / raw)
  To: buildroot

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

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

Committed, thanks. Please send a followup patch adding a .hash file,
thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 13/28] package/vpnc: bump version
  2016-06-05 17:52 ` [Buildroot] [PATCH 13/28] package/vpnc: " Bernd Kuhls
@ 2016-06-05 19:41   ` Peter Korsgaard
  0 siblings, 0 replies; 55+ messages in thread
From: Peter Korsgaard @ 2016-06-05 19:41 UTC (permalink / raw)
  To: buildroot

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

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 14/28] package/softether: bump version
  2016-06-05 17:52 ` [Buildroot] [PATCH 14/28] package/softether: " Bernd Kuhls
@ 2016-06-05 19:42   ` Peter Korsgaard
  0 siblings, 0 replies; 55+ messages in thread
From: Peter Korsgaard @ 2016-06-05 19:42 UTC (permalink / raw)
  To: buildroot

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

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

Committed, thanks. Please send a followup patch adding a .hash file,
thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 15/28] package/socketcand: bump version
  2016-06-05 17:52 ` [Buildroot] [PATCH 15/28] package/socketcand: " Bernd Kuhls
@ 2016-06-05 19:56   ` Peter Korsgaard
  0 siblings, 0 replies; 55+ messages in thread
From: Peter Korsgaard @ 2016-06-05 19:56 UTC (permalink / raw)
  To: buildroot

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

 > Removed patch applied upstream:
 > https://github.com/dschanoeh/socketcand/commit/bdb3cd081a694f8f6924e399d944e32c1578235c

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

Committed, thanks. Please send a followup patch adding a .hash file,
thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 16/28] package/vim: bump version to v7.4.1902
  2016-06-05 17:52 ` [Buildroot] [PATCH 16/28] package/vim: bump version to v7.4.1902 Bernd Kuhls
@ 2016-06-05 19:57   ` Peter Korsgaard
  0 siblings, 0 replies; 55+ messages in thread
From: Peter Korsgaard @ 2016-06-05 19:57 UTC (permalink / raw)
  To: buildroot

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

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

Committed, thanks. Please send a followup patch adding a .hash file,
thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 17/28] package/zlog: bump version
  2016-06-05 17:52 ` [Buildroot] [PATCH 17/28] package/zlog: bump version Bernd Kuhls
@ 2016-06-05 19:57   ` Peter Korsgaard
  0 siblings, 0 replies; 55+ messages in thread
From: Peter Korsgaard @ 2016-06-05 19:57 UTC (permalink / raw)
  To: buildroot

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

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

Committed, thanks. Please send a followup patch adding a .hash file,
thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 18/28] package/zxing-cpp: bump version
  2016-06-05 17:52 ` [Buildroot] [PATCH 18/28] package/zxing-cpp: " Bernd Kuhls
@ 2016-06-05 19:58   ` Peter Korsgaard
  0 siblings, 0 replies; 55+ messages in thread
From: Peter Korsgaard @ 2016-06-05 19:58 UTC (permalink / raw)
  To: buildroot

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

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 19/28] package/v4l2grab: bump version
  2016-06-05 17:52 ` [Buildroot] [PATCH 19/28] package/v4l2grab: " Bernd Kuhls
@ 2016-06-05 19:59   ` Peter Korsgaard
  0 siblings, 0 replies; 55+ messages in thread
From: Peter Korsgaard @ 2016-06-05 19:59 UTC (permalink / raw)
  To: buildroot

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

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 20/28] package/sconeserver: bump version
  2016-06-05 17:52 ` [Buildroot] [PATCH 20/28] package/sconeserver: " Bernd Kuhls
@ 2016-06-05 19:59   ` Peter Korsgaard
  0 siblings, 0 replies; 55+ messages in thread
From: Peter Korsgaard @ 2016-06-05 19:59 UTC (permalink / raw)
  To: buildroot

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

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 21/28] package/odhcp6c: bump version
  2016-06-05 17:52 ` [Buildroot] [PATCH 21/28] package/odhcp6c: " Bernd Kuhls
@ 2016-06-05 20:00   ` Peter Korsgaard
  0 siblings, 0 replies; 55+ messages in thread
From: Peter Korsgaard @ 2016-06-05 20:00 UTC (permalink / raw)
  To: buildroot

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

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 22/28] package/czmq: bump version
  2016-06-05 17:52 ` [Buildroot] [PATCH 22/28] package/czmq: " Bernd Kuhls
@ 2016-06-05 20:01   ` Peter Korsgaard
  0 siblings, 0 replies; 55+ messages in thread
From: Peter Korsgaard @ 2016-06-05 20:01 UTC (permalink / raw)
  To: buildroot

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

 > Needed for zyre bump:
 > https://github.com/zeromq/zyre/issues/442#issuecomment-189127583

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 23/28] package/zyre: bump version
  2016-06-05 17:52 ` [Buildroot] [PATCH 23/28] package/zyre: " Bernd Kuhls
@ 2016-06-05 20:01   ` Peter Korsgaard
  0 siblings, 0 replies; 55+ messages in thread
From: Peter Korsgaard @ 2016-06-05 20:01 UTC (permalink / raw)
  To: buildroot

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

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

Committed, thanks. Please send a followup patch adding a .hash file,
thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 24/28] package/turbolua: bump version
  2016-06-05 17:52 ` [Buildroot] [PATCH 24/28] package/turbolua: " Bernd Kuhls
@ 2016-06-05 20:02   ` Peter Korsgaard
  0 siblings, 0 replies; 55+ messages in thread
From: Peter Korsgaard @ 2016-06-05 20:02 UTC (permalink / raw)
  To: buildroot

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

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 25/28] package/php-geoip: bump version
  2016-06-05 17:52 ` [Buildroot] [PATCH 25/28] package/php-geoip: " Bernd Kuhls
@ 2016-06-05 20:02   ` Peter Korsgaard
  0 siblings, 0 replies; 55+ messages in thread
From: Peter Korsgaard @ 2016-06-05 20:02 UTC (permalink / raw)
  To: buildroot

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

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 26/28] package/php-ssh2: bump version
  2016-06-05 17:52 ` [Buildroot] [PATCH 26/28] package/php-ssh2: " Bernd Kuhls
@ 2016-06-05 20:02   ` Peter Korsgaard
  0 siblings, 0 replies; 55+ messages in thread
From: Peter Korsgaard @ 2016-06-05 20:02 UTC (permalink / raw)
  To: buildroot

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

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 27/28] package/open-plc-utils: bump version
  2016-06-05 17:52 ` [Buildroot] [PATCH 27/28] package/open-plc-utils: " Bernd Kuhls
@ 2016-06-05 20:03   ` Peter Korsgaard
  0 siblings, 0 replies; 55+ messages in thread
From: Peter Korsgaard @ 2016-06-05 20:03 UTC (permalink / raw)
  To: buildroot

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

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

Committed, thanks. Please send a followup patch adding a .hash file,
thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 28/28] package/hidapi: bump version
  2016-06-05 17:52 ` [Buildroot] [PATCH 28/28] package/hidapi: " Bernd Kuhls
@ 2016-06-05 20:04   ` Peter Korsgaard
  0 siblings, 0 replies; 55+ messages in thread
From: Peter Korsgaard @ 2016-06-05 20:04 UTC (permalink / raw)
  To: buildroot

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

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2016-06-05 20:04 UTC | newest]

Thread overview: 55+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-05 17:51 [Buildroot] [PATCH 01/28] package/axfsutils: bump version Bernd Kuhls
2016-06-05 17:51 ` [Buildroot] [PATCH 02/28] package/avrdude: " Bernd Kuhls
2016-06-05 19:33   ` Peter Korsgaard
2016-06-05 17:51 ` [Buildroot] [PATCH 03/28] package/can-utils: " Bernd Kuhls
2016-06-05 19:33   ` Peter Korsgaard
2016-06-05 17:51 ` [Buildroot] [PATCH 04/28] package/filemq: " Bernd Kuhls
2016-06-05 17:51 ` [Buildroot] [PATCH 05/28] package/glmark2: " Bernd Kuhls
2016-06-05 19:35   ` Peter Korsgaard
2016-06-05 17:51 ` [Buildroot] [PATCH 06/28] package/gmrender-resurrect: " Bernd Kuhls
2016-06-05 19:36   ` Peter Korsgaard
2016-06-05 17:52 ` [Buildroot] [PATCH 07/28] package/gr-osmosdr: " Bernd Kuhls
2016-06-05 19:37   ` Peter Korsgaard
2016-06-05 17:52 ` [Buildroot] [PATCH 08/28] package/inotify-tools: " Bernd Kuhls
2016-06-05 19:37   ` Peter Korsgaard
2016-06-05 17:52 ` [Buildroot] [PATCH 09/28] package/iputils: " Bernd Kuhls
2016-06-05 19:38   ` Peter Korsgaard
2016-06-05 17:52 ` [Buildroot] [PATCH 10/28] package/minizip: " Bernd Kuhls
2016-06-05 19:39   ` Peter Korsgaard
2016-06-05 17:52 ` [Buildroot] [PATCH 11/28] package/janus-gateway: bump version to v0.1.0 Bernd Kuhls
2016-06-05 19:40   ` Peter Korsgaard
2016-06-05 17:52 ` [Buildroot] [PATCH 12/28] package/libshairplay: bump version Bernd Kuhls
2016-06-05 19:41   ` Peter Korsgaard
2016-06-05 17:52 ` [Buildroot] [PATCH 13/28] package/vpnc: " Bernd Kuhls
2016-06-05 19:41   ` Peter Korsgaard
2016-06-05 17:52 ` [Buildroot] [PATCH 14/28] package/softether: " Bernd Kuhls
2016-06-05 19:42   ` Peter Korsgaard
2016-06-05 17:52 ` [Buildroot] [PATCH 15/28] package/socketcand: " Bernd Kuhls
2016-06-05 19:56   ` Peter Korsgaard
2016-06-05 17:52 ` [Buildroot] [PATCH 16/28] package/vim: bump version to v7.4.1902 Bernd Kuhls
2016-06-05 19:57   ` Peter Korsgaard
2016-06-05 17:52 ` [Buildroot] [PATCH 17/28] package/zlog: bump version Bernd Kuhls
2016-06-05 19:57   ` Peter Korsgaard
2016-06-05 17:52 ` [Buildroot] [PATCH 18/28] package/zxing-cpp: " Bernd Kuhls
2016-06-05 19:58   ` Peter Korsgaard
2016-06-05 17:52 ` [Buildroot] [PATCH 19/28] package/v4l2grab: " Bernd Kuhls
2016-06-05 19:59   ` Peter Korsgaard
2016-06-05 17:52 ` [Buildroot] [PATCH 20/28] package/sconeserver: " Bernd Kuhls
2016-06-05 19:59   ` Peter Korsgaard
2016-06-05 17:52 ` [Buildroot] [PATCH 21/28] package/odhcp6c: " Bernd Kuhls
2016-06-05 20:00   ` Peter Korsgaard
2016-06-05 17:52 ` [Buildroot] [PATCH 22/28] package/czmq: " Bernd Kuhls
2016-06-05 20:01   ` Peter Korsgaard
2016-06-05 17:52 ` [Buildroot] [PATCH 23/28] package/zyre: " Bernd Kuhls
2016-06-05 20:01   ` Peter Korsgaard
2016-06-05 17:52 ` [Buildroot] [PATCH 24/28] package/turbolua: " Bernd Kuhls
2016-06-05 20:02   ` Peter Korsgaard
2016-06-05 17:52 ` [Buildroot] [PATCH 25/28] package/php-geoip: " Bernd Kuhls
2016-06-05 20:02   ` Peter Korsgaard
2016-06-05 17:52 ` [Buildroot] [PATCH 26/28] package/php-ssh2: " Bernd Kuhls
2016-06-05 20:02   ` Peter Korsgaard
2016-06-05 17:52 ` [Buildroot] [PATCH 27/28] package/open-plc-utils: " Bernd Kuhls
2016-06-05 20:03   ` Peter Korsgaard
2016-06-05 17:52 ` [Buildroot] [PATCH 28/28] package/hidapi: " Bernd Kuhls
2016-06-05 20:04   ` Peter Korsgaard
2016-06-05 19:30 ` [Buildroot] [PATCH 01/28] package/axfsutils: " Peter Korsgaard

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