* [Buildroot] [PATCH 0/8] update of some Lua modules
@ 2014-04-19 20:57 Francois Perrad
2014-04-19 20:57 ` [Buildroot] [PATCH 1/8] cosmo: bump to version 14.03.04 Francois Perrad
` (8 more replies)
0 siblings, 9 replies; 10+ messages in thread
From: Francois Perrad @ 2014-04-19 20:57 UTC (permalink / raw)
To: buildroot
Francois Perrad (8):
cosmo: bump to version 14.03.04
coxpcall: bump to version 1.15.0
luajson: bump to version 1.3.3
orbit: bump to version 2.2.1
wsapi: bump to version 1.6.1
cgilua: bump rockspec revision
luafilesystem: bump rockspec revision
luacrypto: luarocks conversion
package/cgilua/cgilua.mk | 2 +-
package/cosmo/cosmo.mk | 2 +-
package/coxpcall/coxpcall.mk | 4 ++--
package/luacrypto/luacrypto-01-autotools.patch | 30 --------------------------
package/luacrypto/luacrypto.mk | 12 +++++------
package/luafilesystem/luafilesystem.mk | 2 +-
package/luajson/luajson.mk | 2 +-
package/orbit/orbit.mk | 6 +++---
package/wsapi/wsapi.mk | 2 +-
9 files changed, 16 insertions(+), 46 deletions(-)
delete mode 100644 package/luacrypto/luacrypto-01-autotools.patch
--
1.9.1
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 1/8] cosmo: bump to version 14.03.04
2014-04-19 20:57 [Buildroot] [PATCH 0/8] update of some Lua modules Francois Perrad
@ 2014-04-19 20:57 ` Francois Perrad
2014-04-19 20:57 ` [Buildroot] [PATCH 2/8] coxpcall: bump to version 1.15.0 Francois Perrad
` (7 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Francois Perrad @ 2014-04-19 20:57 UTC (permalink / raw)
To: buildroot
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
package/cosmo/cosmo.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/cosmo/cosmo.mk b/package/cosmo/cosmo.mk
index 2592f62..0ab5324 100644
--- a/package/cosmo/cosmo.mk
+++ b/package/cosmo/cosmo.mk
@@ -4,7 +4,7 @@
#
################################################################################
-COSMO_VERSION = 13.01.30-1
+COSMO_VERSION = 14.03.04-1
COSMO_LICENSE = MIT
$(eval $(luarocks-package))
--
1.9.1
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 2/8] coxpcall: bump to version 1.15.0
2014-04-19 20:57 [Buildroot] [PATCH 0/8] update of some Lua modules Francois Perrad
2014-04-19 20:57 ` [Buildroot] [PATCH 1/8] cosmo: bump to version 14.03.04 Francois Perrad
@ 2014-04-19 20:57 ` Francois Perrad
2014-04-19 20:57 ` [Buildroot] [PATCH 3/8] luajson: bump to version 1.3.3 Francois Perrad
` (6 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Francois Perrad @ 2014-04-19 20:57 UTC (permalink / raw)
To: buildroot
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
package/coxpcall/coxpcall.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/coxpcall/coxpcall.mk b/package/coxpcall/coxpcall.mk
index 11f823f..ec147db 100644
--- a/package/coxpcall/coxpcall.mk
+++ b/package/coxpcall/coxpcall.mk
@@ -4,8 +4,8 @@
#
################################################################################
-COXPCALL_VERSION = 1.14.0-1
-COXPCALL_SUBDIR = coxpcall-1_14_0
+COXPCALL_VERSION = 1.15.0-1
+COXPCALL_SUBDIR = coxpcall
COXPCALL_LICENSE = MIT
$(eval $(luarocks-package))
--
1.9.1
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 3/8] luajson: bump to version 1.3.3
2014-04-19 20:57 [Buildroot] [PATCH 0/8] update of some Lua modules Francois Perrad
2014-04-19 20:57 ` [Buildroot] [PATCH 1/8] cosmo: bump to version 14.03.04 Francois Perrad
2014-04-19 20:57 ` [Buildroot] [PATCH 2/8] coxpcall: bump to version 1.15.0 Francois Perrad
@ 2014-04-19 20:57 ` Francois Perrad
2014-04-19 20:57 ` [Buildroot] [PATCH 4/8] orbit: bump to version 2.2.1 Francois Perrad
` (5 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Francois Perrad @ 2014-04-19 20:57 UTC (permalink / raw)
To: buildroot
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
package/luajson/luajson.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/luajson/luajson.mk b/package/luajson/luajson.mk
index 3a4f81d..8269a79 100644
--- a/package/luajson/luajson.mk
+++ b/package/luajson/luajson.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LUAJSON_VERSION = 1.3.2-1
+LUAJSON_VERSION = 1.3.3-1
LUAJSON_SUBDIR = luajson
LUAJSON_LICENSE = MIT
LUAJSON_LICENSE_FILES = $(LUAJSON_SUBDIR)/LICENSE
--
1.9.1
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 4/8] orbit: bump to version 2.2.1
2014-04-19 20:57 [Buildroot] [PATCH 0/8] update of some Lua modules Francois Perrad
` (2 preceding siblings ...)
2014-04-19 20:57 ` [Buildroot] [PATCH 3/8] luajson: bump to version 1.3.3 Francois Perrad
@ 2014-04-19 20:57 ` Francois Perrad
2014-04-19 20:57 ` [Buildroot] [PATCH 5/8] wsapi: bump to version 1.6.1 Francois Perrad
` (4 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Francois Perrad @ 2014-04-19 20:57 UTC (permalink / raw)
To: buildroot
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
package/orbit/orbit.mk | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/orbit/orbit.mk b/package/orbit/orbit.mk
index e5a8676..970d1e2 100644
--- a/package/orbit/orbit.mk
+++ b/package/orbit/orbit.mk
@@ -4,9 +4,9 @@
#
################################################################################
-ORBIT_VERSION_UPSTREAM = 2.2.0
-ORBIT_VERSION = $(ORBIT_VERSION_UPSTREAM)-2
-ORBIT_SUBDIR = orbit-$(ORBIT_VERSION_UPSTREAM)
+ORBIT_VERSION_UPSTREAM = 2.2.1
+ORBIT_VERSION = $(ORBIT_VERSION_UPSTREAM)-1
+ORBIT_SUBDIR = orbit
ORBIT_LICENSE = MIT
ORBIT_LICENSE_FILES = $(ORBIT_SUBDIR)/doc/us/license.md
--
1.9.1
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 5/8] wsapi: bump to version 1.6.1
2014-04-19 20:57 [Buildroot] [PATCH 0/8] update of some Lua modules Francois Perrad
` (3 preceding siblings ...)
2014-04-19 20:57 ` [Buildroot] [PATCH 4/8] orbit: bump to version 2.2.1 Francois Perrad
@ 2014-04-19 20:57 ` Francois Perrad
2014-04-19 20:57 ` [Buildroot] [PATCH 6/8] cgilua: bump rockspec revision Francois Perrad
` (3 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Francois Perrad @ 2014-04-19 20:57 UTC (permalink / raw)
To: buildroot
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
package/wsapi/wsapi.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/wsapi/wsapi.mk b/package/wsapi/wsapi.mk
index 9171b71..0cca6cb 100644
--- a/package/wsapi/wsapi.mk
+++ b/package/wsapi/wsapi.mk
@@ -4,7 +4,7 @@
#
################################################################################
-WSAPI_VERSION = 1.6-1
+WSAPI_VERSION = 1.6.1-1
WSAPI_LICENSE = MIT
$(eval $(luarocks-package))
--
1.9.1
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 6/8] cgilua: bump rockspec revision
2014-04-19 20:57 [Buildroot] [PATCH 0/8] update of some Lua modules Francois Perrad
` (4 preceding siblings ...)
2014-04-19 20:57 ` [Buildroot] [PATCH 5/8] wsapi: bump to version 1.6.1 Francois Perrad
@ 2014-04-19 20:57 ` Francois Perrad
2014-04-19 20:57 ` [Buildroot] [PATCH 7/8] luafilesystem: " Francois Perrad
` (2 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Francois Perrad @ 2014-04-19 20:57 UTC (permalink / raw)
To: buildroot
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
package/cgilua/cgilua.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/cgilua/cgilua.mk b/package/cgilua/cgilua.mk
index bdb1411..5934ffd 100644
--- a/package/cgilua/cgilua.mk
+++ b/package/cgilua/cgilua.mk
@@ -4,7 +4,7 @@
#
################################################################################
-CGILUA_VERSION = 5.1.4-1
+CGILUA_VERSION = 5.1.4-2
CGILUA_LICENSE = MIT
$(eval $(luarocks-package))
--
1.9.1
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 7/8] luafilesystem: bump rockspec revision
2014-04-19 20:57 [Buildroot] [PATCH 0/8] update of some Lua modules Francois Perrad
` (5 preceding siblings ...)
2014-04-19 20:57 ` [Buildroot] [PATCH 6/8] cgilua: bump rockspec revision Francois Perrad
@ 2014-04-19 20:57 ` Francois Perrad
2014-04-19 20:58 ` [Buildroot] [PATCH 8/8] luacrypto: luarocks conversion Francois Perrad
2014-04-19 21:53 ` [Buildroot] [PATCH 0/8] update of some Lua modules Thomas Petazzoni
8 siblings, 0 replies; 10+ messages in thread
From: Francois Perrad @ 2014-04-19 20:57 UTC (permalink / raw)
To: buildroot
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
package/luafilesystem/luafilesystem.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/luafilesystem/luafilesystem.mk b/package/luafilesystem/luafilesystem.mk
index 7943201..f466010 100644
--- a/package/luafilesystem/luafilesystem.mk
+++ b/package/luafilesystem/luafilesystem.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LUAFILESYSTEM_VERSION = 1.6.2-1
+LUAFILESYSTEM_VERSION = 1.6.2-2
LUAFILESYSTEM_LICENSE = MIT
$(eval $(luarocks-package))
--
1.9.1
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 8/8] luacrypto: luarocks conversion
2014-04-19 20:57 [Buildroot] [PATCH 0/8] update of some Lua modules Francois Perrad
` (6 preceding siblings ...)
2014-04-19 20:57 ` [Buildroot] [PATCH 7/8] luafilesystem: " Francois Perrad
@ 2014-04-19 20:58 ` Francois Perrad
2014-04-19 21:53 ` [Buildroot] [PATCH 0/8] update of some Lua modules Thomas Petazzoni
8 siblings, 0 replies; 10+ messages in thread
From: Francois Perrad @ 2014-04-19 20:58 UTC (permalink / raw)
To: buildroot
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
package/luacrypto/luacrypto-01-autotools.patch | 30 --------------------------
package/luacrypto/luacrypto.mk | 12 +++++------
2 files changed, 6 insertions(+), 36 deletions(-)
delete mode 100644 package/luacrypto/luacrypto-01-autotools.patch
diff --git a/package/luacrypto/luacrypto-01-autotools.patch b/package/luacrypto/luacrypto-01-autotools.patch
deleted file mode 100644
index e8befb0..0000000
--- a/package/luacrypto/luacrypto-01-autotools.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-autotools: fix install directories
-
-Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
-
-Index: b/Makefile.am
-===================================================================
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -3,7 +3,7 @@
- SUBDIRS = src \
- doc
-
--pkgconfigdir = $(libdir)/pkgconfig
-+pkgconfigdir = $(prefix)/lib/pkgconfig
- pkgconfig_DATA = luacrypto.pc
-
- test: all
-Index: b/configure.ac
-===================================================================
---- a/configure.ac
-+++ b/configure.ac
-@@ -31,7 +31,7 @@
- PKG_CHECK_MODULES([LUA], [lua])
-
- # lua libdir
--LUALIBDIR="`$PKGCONFIG --variable=libdir lua`"
-+LUALIBDIR="`$PKGCONFIG --variable=INSTALL_CMOD lua`"
-
- # dest of headers
- CRYPTOINC="${includedir}/${PACKAGE_NAME}"
diff --git a/package/luacrypto/luacrypto.mk b/package/luacrypto/luacrypto.mk
index 54ab388..42e20af 100644
--- a/package/luacrypto/luacrypto.mk
+++ b/package/luacrypto/luacrypto.mk
@@ -4,11 +4,11 @@
#
################################################################################
-LUACRYPTO_VERSION = 0.3.2
-LUACRYPTO_SITE = $(call github,mkottman,luacrypto,$(LUACRYPTO_VERSION))
+LUACRYPTO_VERSION_UPSTREAM = 0.3.2
+LUACRYPTO_VERSION = $(LUACRYPTO_VERSION_UPSTREAM)-1
+LUACRYPTO_SUBDIR = luacrypto-$(LUACRYPTO_VERSION_UPSTREAM)
LUACRYPTO_LICENSE = MIT
-LUACRYPTO_LICENSE_FILES = COPYING
-LUACRYPTO_DEPENDENCIES = lua openssl host-pkgconf
-LUACRYPTO_AUTORECONF = YES
+LUACRYPTO_LICENSE_FILES = $(LUACRYPTO_SUBDIR)/COPYING
+LUACRYPTO_DEPENDENCIES = luainterpreter openssl
-$(eval $(autotools-package))
+$(eval $(luarocks-package))
--
1.9.1
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 0/8] update of some Lua modules
2014-04-19 20:57 [Buildroot] [PATCH 0/8] update of some Lua modules Francois Perrad
` (7 preceding siblings ...)
2014-04-19 20:58 ` [Buildroot] [PATCH 8/8] luacrypto: luarocks conversion Francois Perrad
@ 2014-04-19 21:53 ` Thomas Petazzoni
8 siblings, 0 replies; 10+ messages in thread
From: Thomas Petazzoni @ 2014-04-19 21:53 UTC (permalink / raw)
To: buildroot
Dear Francois Perrad,
On Sat, 19 Apr 2014 22:57:52 +0200, Francois Perrad wrote:
> Francois Perrad (8):
> cosmo: bump to version 14.03.04
> coxpcall: bump to version 1.15.0
> luajson: bump to version 1.3.3
> orbit: bump to version 2.2.1
> wsapi: bump to version 1.6.1
> cgilua: bump rockspec revision
> luafilesystem: bump rockspec revision
> luacrypto: luarocks conversion
Applied, thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2014-04-19 21:53 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-19 20:57 [Buildroot] [PATCH 0/8] update of some Lua modules Francois Perrad
2014-04-19 20:57 ` [Buildroot] [PATCH 1/8] cosmo: bump to version 14.03.04 Francois Perrad
2014-04-19 20:57 ` [Buildroot] [PATCH 2/8] coxpcall: bump to version 1.15.0 Francois Perrad
2014-04-19 20:57 ` [Buildroot] [PATCH 3/8] luajson: bump to version 1.3.3 Francois Perrad
2014-04-19 20:57 ` [Buildroot] [PATCH 4/8] orbit: bump to version 2.2.1 Francois Perrad
2014-04-19 20:57 ` [Buildroot] [PATCH 5/8] wsapi: bump to version 1.6.1 Francois Perrad
2014-04-19 20:57 ` [Buildroot] [PATCH 6/8] cgilua: bump rockspec revision Francois Perrad
2014-04-19 20:57 ` [Buildroot] [PATCH 7/8] luafilesystem: " Francois Perrad
2014-04-19 20:58 ` [Buildroot] [PATCH 8/8] luacrypto: luarocks conversion Francois Perrad
2014-04-19 21:53 ` [Buildroot] [PATCH 0/8] update of some Lua modules Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox