Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/5] dado: bump to version 1.6.0
@ 2015-06-02 16:32 Francois Perrad
  2015-06-02 16:32 ` [Buildroot] [PATCH 2/5] linenoise: bump to version 1.0 Francois Perrad
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Francois Perrad @ 2015-06-02 16:32 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/dado/dado.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/dado/dado.mk b/package/dado/dado.mk
index 3a58215..a09dd6d 100644
--- a/package/dado/dado.mk
+++ b/package/dado/dado.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-DADO_VERSION = 1.5.2-1
+DADO_VERSION = 1.6.0-1
 DADO_LICENSE = MIT
 
 $(eval $(luarocks-package))
-- 
2.1.4

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

* [Buildroot] [PATCH 2/5] linenoise: bump to version 1.0
  2015-06-02 16:32 [Buildroot] [PATCH 1/5] dado: bump to version 1.6.0 Francois Perrad
@ 2015-06-02 16:32 ` Francois Perrad
  2015-06-02 16:32 ` [Buildroot] [PATCH 3/5] lua-csnappy: bump to version 0.1.3 Francois Perrad
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Francois Perrad @ 2015-06-02 16:32 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/linenoise/linenoise.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/linenoise/linenoise.mk b/package/linenoise/linenoise.mk
index 7321564..64a7b7c 100644
--- a/package/linenoise/linenoise.mk
+++ b/package/linenoise/linenoise.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LINENOISE_VERSION = cf1bdf5f89e10b504a0bec3efc8a8587eadecd2c
+LINENOISE_VERSION = 1.0
 LINENOISE_SITE = $(call github,antirez,linenoise,$(LINENOISE_VERSION))
 LINENOISE_LICENSE = BSD-2c
 LINENOISE_LICENSE_FILES = LICENSE
-- 
2.1.4

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

* [Buildroot] [PATCH 3/5] lua-csnappy: bump to version 0.1.3
  2015-06-02 16:32 [Buildroot] [PATCH 1/5] dado: bump to version 1.6.0 Francois Perrad
  2015-06-02 16:32 ` [Buildroot] [PATCH 2/5] linenoise: bump to version 1.0 Francois Perrad
@ 2015-06-02 16:32 ` Francois Perrad
  2015-06-02 16:32 ` [Buildroot] [PATCH 4/5] lua-messagepack: bump to version 0.3.3 Francois Perrad
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Francois Perrad @ 2015-06-02 16:32 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/lua-csnappy/lua-csnappy.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/lua-csnappy/lua-csnappy.mk b/package/lua-csnappy/lua-csnappy.mk
index b739abc..60b92ac 100644
--- a/package/lua-csnappy/lua-csnappy.mk
+++ b/package/lua-csnappy/lua-csnappy.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LUA_CSNAPPY_VERSION_UPSTREAM = 0.1.2
+LUA_CSNAPPY_VERSION_UPSTREAM = 0.1.3
 LUA_CSNAPPY_VERSION = $(LUA_CSNAPPY_VERSION_UPSTREAM)-1
 LUA_CSNAPPY_SUBDIR = lua-csnappy-$(LUA_CSNAPPY_VERSION_UPSTREAM)
 LUA_CSNAPPY_LICENSE = BSD-3c
-- 
2.1.4

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

* [Buildroot] [PATCH 4/5] lua-messagepack: bump to version 0.3.3
  2015-06-02 16:32 [Buildroot] [PATCH 1/5] dado: bump to version 1.6.0 Francois Perrad
  2015-06-02 16:32 ` [Buildroot] [PATCH 2/5] linenoise: bump to version 1.0 Francois Perrad
  2015-06-02 16:32 ` [Buildroot] [PATCH 3/5] lua-csnappy: bump to version 0.1.3 Francois Perrad
@ 2015-06-02 16:32 ` Francois Perrad
  2015-06-02 16:32 ` [Buildroot] [PATCH 5/5] luajit: clean fuzz/offset in patches Francois Perrad
  2015-06-02 20:49 ` [Buildroot] [PATCH 1/5] dado: bump to version 1.6.0 Peter Korsgaard
  4 siblings, 0 replies; 6+ messages in thread
From: Francois Perrad @ 2015-06-02 16:32 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/lua-messagepack/lua-messagepack.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/lua-messagepack/lua-messagepack.mk b/package/lua-messagepack/lua-messagepack.mk
index 92f7c1f..d749473 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.2
+LUA_MESSAGEPACK_VERSION_UPSTREAM = 0.3.3
 ifeq ($(BR2_PACKAGE_LUA_5_3),y)
 LUA_MESSAGEPACK_VERSION = lua53-$(LUA_MESSAGEPACK_VERSION_UPSTREAM)-1
 else
-- 
2.1.4

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

* [Buildroot] [PATCH 5/5] luajit: clean fuzz/offset in patches
  2015-06-02 16:32 [Buildroot] [PATCH 1/5] dado: bump to version 1.6.0 Francois Perrad
                   ` (2 preceding siblings ...)
  2015-06-02 16:32 ` [Buildroot] [PATCH 4/5] lua-messagepack: bump to version 0.3.3 Francois Perrad
@ 2015-06-02 16:32 ` Francois Perrad
  2015-06-02 20:49 ` [Buildroot] [PATCH 1/5] dado: bump to version 1.6.0 Peter Korsgaard
  4 siblings, 0 replies; 6+ messages in thread
From: Francois Perrad @ 2015-06-02 16:32 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/luajit/0001-no-bin-symlink.patch | 4 ++--
 package/luajit/0002-install-inc.patch    | 4 ++--
 package/luajit/0003-install-so.patch     | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/package/luajit/0001-no-bin-symlink.patch b/package/luajit/0001-no-bin-symlink.patch
index 6391f39..37298dd 100644
--- a/package/luajit/0001-no-bin-symlink.patch
+++ b/package/luajit/0001-no-bin-symlink.patch
@@ -6,7 +6,7 @@ Index: b/Makefile
 ===================================================================
 --- a/Makefile
 +++ b/Makefile
-@@ -42,8 +42,7 @@
+@@ -43,8 +43,7 @@
  INSTALL_MAN= $(INSTALL_SHARE)/man/man1
  INSTALL_PKGCONFIG= $(INSTALL_LIB)/pkgconfig
  
@@ -16,7 +16,7 @@ Index: b/Makefile
  INSTALL_ANAME= libluajit-$(ABIVER).a
  INSTALL_SONAME= libluajit-$(ABIVER).so.$(MAJVER).$(MINVER).$(RELVER)
  INSTALL_SOSHORT= libluajit-$(ABIVER).so
-@@ -57,7 +56,6 @@
+@@ -58,7 +57,6 @@
  INSTALL_SHORT1= $(INSTALL_LIB)/$(INSTALL_SOSHORT)
  INSTALL_SHORT2= $(INSTALL_LIB)/$(INSTALL_SOSHORT)
  INSTALL_T= $(INSTALL_BIN)/$(INSTALL_TNAME)
diff --git a/package/luajit/0002-install-inc.patch b/package/luajit/0002-install-inc.patch
index 1fd11b1..86b766d 100644
--- a/package/luajit/0002-install-inc.patch
+++ b/package/luajit/0002-install-inc.patch
@@ -6,9 +6,9 @@ Index: b/Makefile
 ===================================================================
 --- a/Makefile
 +++ b/Makefile
-@@ -31,7 +31,7 @@ DPREFIX= $(DESTDIR)$(PREFIX)
+@@ -32,7 +32,7 @@
  INSTALL_BIN=   $(DPREFIX)/bin
- INSTALL_LIB=   $(DPREFIX)/lib
+ INSTALL_LIB=   $(DPREFIX)/$(MULTILIB)
  INSTALL_SHARE= $(DPREFIX)/share
 -INSTALL_INC=   $(DPREFIX)/include/luajit-$(MAJVER).$(MINVER)
 +INSTALL_INC=   $(DPREFIX)/include
diff --git a/package/luajit/0003-install-so.patch b/package/luajit/0003-install-so.patch
index 738ec07..5929595 100644
--- a/package/luajit/0003-install-so.patch
+++ b/package/luajit/0003-install-so.patch
@@ -11,12 +11,12 @@ Index: b/Makefile
 ===================================================================
 --- a/Makefile
 +++ b/Makefile
-@@ -56,7 +56,7 @@
+@@ -55,7 +55,7 @@
  INSTALL_STATIC= $(INSTALL_LIB)/$(INSTALL_ANAME)
  INSTALL_DYN= $(INSTALL_LIB)/$(INSTALL_SONAME)
  INSTALL_SHORT1= $(INSTALL_LIB)/$(INSTALL_SOSHORT)
 -INSTALL_SHORT2= $(INSTALL_LIB)/$(INSTALL_SOSHORT)
 +INSTALL_SHORT2= $(INSTALL_LIB)/$(INSTALL_SOSHORT).$(MAJVER)
  INSTALL_T= $(INSTALL_BIN)/$(INSTALL_TNAME)
- INSTALL_TSYM= $(INSTALL_BIN)/$(INSTALL_TSYMNAME)
  INSTALL_PC= $(INSTALL_PKGCONFIG)/$(INSTALL_PCNAME)
+ 
-- 
2.1.4

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

* [Buildroot] [PATCH 1/5] dado: bump to version 1.6.0
  2015-06-02 16:32 [Buildroot] [PATCH 1/5] dado: bump to version 1.6.0 Francois Perrad
                   ` (3 preceding siblings ...)
  2015-06-02 16:32 ` [Buildroot] [PATCH 5/5] luajit: clean fuzz/offset in patches Francois Perrad
@ 2015-06-02 20:49 ` Peter Korsgaard
  4 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2015-06-02 20:49 UTC (permalink / raw)
  To: buildroot

>>>>> "Francois" == Francois Perrad <fperrad@gmail.com> writes:

 > Signed-off-by: Francois Perrad <francois.perrad@gadz.org>

Committed series, thanks.

It would be good to see .hash files for these (where possible, I see
linenoise is from github).

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2015-06-02 20:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-02 16:32 [Buildroot] [PATCH 1/5] dado: bump to version 1.6.0 Francois Perrad
2015-06-02 16:32 ` [Buildroot] [PATCH 2/5] linenoise: bump to version 1.0 Francois Perrad
2015-06-02 16:32 ` [Buildroot] [PATCH 3/5] lua-csnappy: bump to version 0.1.3 Francois Perrad
2015-06-02 16:32 ` [Buildroot] [PATCH 4/5] lua-messagepack: bump to version 0.3.3 Francois Perrad
2015-06-02 16:32 ` [Buildroot] [PATCH 5/5] luajit: clean fuzz/offset in patches Francois Perrad
2015-06-02 20:49 ` [Buildroot] [PATCH 1/5] dado: bump to version 1.6.0 Peter Korsgaard

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