* [Buildroot] [PATCH 0/3] czmq: bump git snapshot for czmq and dependent packages
@ 2014-01-02 22:06 spdawson at gmail.com
2014-01-02 22:06 ` [Buildroot] [PATCH 1/3] czmq: bump git snapshot spdawson at gmail.com
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: spdawson at gmail.com @ 2014-01-02 22:06 UTC (permalink / raw)
To: buildroot
From: Simon Dawson <spdawson@gmail.com>
This patch series bumps the Git snapshot for the czmq package, and the
dependent packages filemq and zyre.
Simon Dawson (3):
czmq: bump git snapshot
filemq: bump git snapshot
zyre: bump git snapshot
package/czmq/czmq.mk | 2 +-
package/filemq/filemq.mk | 2 +-
package/zyre/zyre.mk | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
--
1.8.3.2
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 1/3] czmq: bump git snapshot
2014-01-02 22:06 [Buildroot] [PATCH 0/3] czmq: bump git snapshot for czmq and dependent packages spdawson at gmail.com
@ 2014-01-02 22:06 ` spdawson at gmail.com
2014-01-02 22:06 ` [Buildroot] [PATCH 2/3] filemq: " spdawson at gmail.com
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: spdawson at gmail.com @ 2014-01-02 22:06 UTC (permalink / raw)
To: buildroot
From: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Simon Dawson <spdawson@gmail.com>
---
package/czmq/czmq.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/czmq/czmq.mk b/package/czmq/czmq.mk
index da68790..db8f727 100644
--- a/package/czmq/czmq.mk
+++ b/package/czmq/czmq.mk
@@ -4,7 +4,7 @@
#
################################################################################
-CZMQ_VERSION = cb9839cf90e4ac69acb7c6ff2b4e2d42d704cf6e
+CZMQ_VERSION = b5730c5f8290a611fd3b92e4a259c2b0ed96cb73
CZMQ_SITE = git://github.com/zeromq/czmq.git
# Autoreconf required as we use the git tree
--
1.8.3.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 2/3] filemq: bump git snapshot
2014-01-02 22:06 [Buildroot] [PATCH 0/3] czmq: bump git snapshot for czmq and dependent packages spdawson at gmail.com
2014-01-02 22:06 ` [Buildroot] [PATCH 1/3] czmq: bump git snapshot spdawson at gmail.com
@ 2014-01-02 22:06 ` spdawson at gmail.com
2014-01-02 22:06 ` [Buildroot] [PATCH 3/3] zyre: " spdawson at gmail.com
2014-01-03 19:49 ` [Buildroot] [PATCH 0/3] czmq: bump git snapshot for czmq and dependent packages Thomas Petazzoni
3 siblings, 0 replies; 5+ messages in thread
From: spdawson at gmail.com @ 2014-01-02 22:06 UTC (permalink / raw)
To: buildroot
From: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Simon Dawson <spdawson@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 6f55573..8cf69bc 100644
--- a/package/filemq/filemq.mk
+++ b/package/filemq/filemq.mk
@@ -4,7 +4,7 @@
#
################################################################################
-FILEMQ_VERSION = 8fac5140ddbca3c4742016795fbbf1d6579902f3
+FILEMQ_VERSION = c398c096a427d341e9323d7673e6e0ca5e43902a
FILEMQ_SITE = git://github.com/zeromq/filemq.git
FILEMQ_AUTORECONF = YES
--
1.8.3.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 3/3] zyre: bump git snapshot
2014-01-02 22:06 [Buildroot] [PATCH 0/3] czmq: bump git snapshot for czmq and dependent packages spdawson at gmail.com
2014-01-02 22:06 ` [Buildroot] [PATCH 1/3] czmq: bump git snapshot spdawson at gmail.com
2014-01-02 22:06 ` [Buildroot] [PATCH 2/3] filemq: " spdawson at gmail.com
@ 2014-01-02 22:06 ` spdawson at gmail.com
2014-01-03 19:49 ` [Buildroot] [PATCH 0/3] czmq: bump git snapshot for czmq and dependent packages Thomas Petazzoni
3 siblings, 0 replies; 5+ messages in thread
From: spdawson at gmail.com @ 2014-01-02 22:06 UTC (permalink / raw)
To: buildroot
From: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Simon Dawson <spdawson@gmail.com>
---
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 423091f..405697a 100644
--- a/package/zyre/zyre.mk
+++ b/package/zyre/zyre.mk
@@ -4,7 +4,7 @@
#
################################################################################
-ZYRE_VERSION = d5b8cb1f66fb5059d9eeb0702a7c2055a63cd8a7
+ZYRE_VERSION = 378b8b5cf76d10f5e41b339a4bcb0dc6197a9edf
ZYRE_SITE = $(call github,zeromq,zyre,$(ZYRE_VERSION))
ZYRE_LICENSE = LGPLv3+
ZYRE_LICENSE_FILES = COPYING COPYING.LESSER
--
1.8.3.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 0/3] czmq: bump git snapshot for czmq and dependent packages
2014-01-02 22:06 [Buildroot] [PATCH 0/3] czmq: bump git snapshot for czmq and dependent packages spdawson at gmail.com
` (2 preceding siblings ...)
2014-01-02 22:06 ` [Buildroot] [PATCH 3/3] zyre: " spdawson at gmail.com
@ 2014-01-03 19:49 ` Thomas Petazzoni
3 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2014-01-03 19:49 UTC (permalink / raw)
To: buildroot
Simon,
On Thu, 2 Jan 2014 22:06:37 +0000, spdawson at gmail.com wrote:
> From: Simon Dawson <spdawson@gmail.com>
>
> This patch series bumps the Git snapshot for the czmq package, and the
> dependent packages filemq and zyre.
>
> Simon Dawson (3):
> czmq: bump git snapshot
> filemq: bump git snapshot
> zyre: bump git snapshot
All three patches applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-01-03 19:49 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-02 22:06 [Buildroot] [PATCH 0/3] czmq: bump git snapshot for czmq and dependent packages spdawson at gmail.com
2014-01-02 22:06 ` [Buildroot] [PATCH 1/3] czmq: bump git snapshot spdawson at gmail.com
2014-01-02 22:06 ` [Buildroot] [PATCH 2/3] filemq: " spdawson at gmail.com
2014-01-02 22:06 ` [Buildroot] [PATCH 3/3] zyre: " spdawson at gmail.com
2014-01-03 19:49 ` [Buildroot] [PATCH 0/3] czmq: bump git snapshot for czmq and dependent packages Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox