Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] lsqlite3: bump to version 0.9.4
@ 2016-11-30 16:10 Francois Perrad
  2016-11-30 16:10 ` [Buildroot] [PATCH 2/3] lua-messagepack: bump to version 0.3.6 Francois Perrad
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Francois Perrad @ 2016-11-30 16:10 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/lsqlite3/lsqlite3.hash | 2 +-
 package/lsqlite3/lsqlite3.mk   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/lsqlite3/lsqlite3.hash b/package/lsqlite3/lsqlite3.hash
index 23273bb..e7d3ce0 100644
--- a/package/lsqlite3/lsqlite3.hash
+++ b/package/lsqlite3/lsqlite3.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256	b49b5941af92a6e7834a45f76dba1f6ea8f817cda373655f59c9da78416d1dfc  lsqlite3-0.9.3-0.src.rock
+sha256	090282f9b8df614d70d07442ba82de3cc02a2f44cb1059fda648155d4d7e52ef  lsqlite3-0.9.4-2.src.rock
diff --git a/package/lsqlite3/lsqlite3.mk b/package/lsqlite3/lsqlite3.mk
index db65ae5..6f6445d 100644
--- a/package/lsqlite3/lsqlite3.mk
+++ b/package/lsqlite3/lsqlite3.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-LSQLITE3_VERSION = 0.9.3-0
-LSQLITE3_SUBDIR = lsqlite3_fsl09w
+LSQLITE3_VERSION = 0.9.4-2
+LSQLITE3_SUBDIR = lsqlite3_fsl09x
 LSQLITE3_DEPENDENCIES = sqlite
 LSQLITE3_LICENSE = MIT
 
-- 
2.9.3

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

* [Buildroot] [PATCH 2/3] lua-messagepack: bump to version 0.3.6
  2016-11-30 16:10 [Buildroot] [PATCH 1/3] lsqlite3: bump to version 0.9.4 Francois Perrad
@ 2016-11-30 16:10 ` Francois Perrad
  2016-11-30 16:10 ` [Buildroot] [PATCH 3/3] luarocks: bump to version 2.4.2 Francois Perrad
  2016-11-30 21:14 ` [Buildroot] [PATCH 1/3] lsqlite3: bump to version 0.9.4 Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Francois Perrad @ 2016-11-30 16:10 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/lua-messagepack/lua-messagepack.hash | 4 ++--
 package/lua-messagepack/lua-messagepack.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/lua-messagepack/lua-messagepack.hash b/package/lua-messagepack/lua-messagepack.hash
index 87e42d8..d5858db 100644
--- a/package/lua-messagepack/lua-messagepack.hash
+++ b/package/lua-messagepack/lua-messagepack.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256	7136e47a37f01960c244fe0ad42215e2cf6e96f50cb7292c5295fa3e93fd50c1  lua-messagepack-0.3.5-1.src.rock
-sha256	b8d1c3cff8eef0b8ef1a3287228cfac4149933744235d3a5d88d65d4e3b048bb  lua-messagepack-lua53-0.3.5-1.src.rock
+sha256	706e99424cfd4d86deed10764fb2d0094bac006c0c5be449470992e9f0779ffa  lua-messagepack-0.3.6-1.src.rock
+sha256	d3a82aea6423213f399735b291a6887b230fb3bb9bcfe7b530532f1756308566  lua-messagepack-lua53-0.3.6-1.src.rock
diff --git a/package/lua-messagepack/lua-messagepack.mk b/package/lua-messagepack/lua-messagepack.mk
index f8cc132..4bd3fdd 100644
--- a/package/lua-messagepack/lua-messagepack.mk
+++ b/package/lua-messagepack/lua-messagepack.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LUA_MESSAGEPACK_VERSION_UPSTREAM = 0.3.5
+LUA_MESSAGEPACK_VERSION_UPSTREAM = 0.3.6
 ifeq ($(BR2_PACKAGE_LUA_5_3),y)
 LUA_MESSAGEPACK_VERSION = lua53-$(LUA_MESSAGEPACK_VERSION_UPSTREAM)-1
 else
-- 
2.9.3

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

* [Buildroot] [PATCH 3/3] luarocks: bump to version 2.4.2
  2016-11-30 16:10 [Buildroot] [PATCH 1/3] lsqlite3: bump to version 0.9.4 Francois Perrad
  2016-11-30 16:10 ` [Buildroot] [PATCH 2/3] lua-messagepack: bump to version 0.3.6 Francois Perrad
@ 2016-11-30 16:10 ` Francois Perrad
  2016-11-30 21:14 ` [Buildroot] [PATCH 1/3] lsqlite3: bump to version 0.9.4 Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Francois Perrad @ 2016-11-30 16:10 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/luarocks/luarocks.hash | 2 +-
 package/luarocks/luarocks.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/luarocks/luarocks.hash b/package/luarocks/luarocks.hash
index c35383a..fb01993 100644
--- a/package/luarocks/luarocks.hash
+++ b/package/luarocks/luarocks.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256	e429e0af9764bfd5cb640cac40f9d4ed1023fa17c052dff82ed0a41c05f3dcf9  luarocks-2.4.1.tar.gz
+sha256	0e1ec34583e1b265e0fbafb64c8bd348705ad403fe85967fd05d3a659f74d2e5  luarocks-2.4.2.tar.gz
diff --git a/package/luarocks/luarocks.mk b/package/luarocks/luarocks.mk
index 64c8d5b..4e0d537 100644
--- a/package/luarocks/luarocks.mk
+++ b/package/luarocks/luarocks.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LUAROCKS_VERSION = 2.4.1
+LUAROCKS_VERSION = 2.4.2
 LUAROCKS_SITE = http://luarocks.org/releases
 LUAROCKS_LICENSE = MIT
 LUAROCKS_LICENSE_FILES = COPYING
-- 
2.9.3

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

* [Buildroot] [PATCH 1/3] lsqlite3: bump to version 0.9.4
  2016-11-30 16:10 [Buildroot] [PATCH 1/3] lsqlite3: bump to version 0.9.4 Francois Perrad
  2016-11-30 16:10 ` [Buildroot] [PATCH 2/3] lua-messagepack: bump to version 0.3.6 Francois Perrad
  2016-11-30 16:10 ` [Buildroot] [PATCH 3/3] luarocks: bump to version 2.4.2 Francois Perrad
@ 2016-11-30 21:14 ` Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2016-11-30 21:14 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed, 30 Nov 2016 17:10:39 +0100, Francois Perrad wrote:
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> ---
>  package/lsqlite3/lsqlite3.hash | 2 +-
>  package/lsqlite3/lsqlite3.mk   | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)

All three applied to next. Thanks!

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

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

end of thread, other threads:[~2016-11-30 21:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-30 16:10 [Buildroot] [PATCH 1/3] lsqlite3: bump to version 0.9.4 Francois Perrad
2016-11-30 16:10 ` [Buildroot] [PATCH 2/3] lua-messagepack: bump to version 0.3.6 Francois Perrad
2016-11-30 16:10 ` [Buildroot] [PATCH 3/3] luarocks: bump to version 2.4.2 Francois Perrad
2016-11-30 21:14 ` [Buildroot] [PATCH 1/3] lsqlite3: bump to version 0.9.4 Thomas Petazzoni

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