* [Buildroot] [PATCH 1/3] copas: bump to version 2.0.1
@ 2016-03-03 21:12 Francois Perrad
2016-03-03 21:12 ` [Buildroot] [PATCH 2/3] lua-messagepack: bump to version 0.3.4 Francois Perrad
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Francois Perrad @ 2016-03-03 21:12 UTC (permalink / raw)
To: buildroot
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
package/copas/copas.hash | 2 +-
package/copas/copas.mk | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/copas/copas.hash b/package/copas/copas.hash
index 35dff2f..27e3316 100644
--- a/package/copas/copas.hash
+++ b/package/copas/copas.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 05be032ac2f3a32eb2eb536d41d2f5af620dded6e158c54d1ab0f73d2957dc68 copas-2.0.0-1.src.rock
+sha256 c94890bdc8899d05163ca963dadf4b74b2ad7a5795ea3923a792b6e928ec142a copas-2.0.1-1.src.rock
diff --git a/package/copas/copas.mk b/package/copas/copas.mk
index b3f97c7..132b5d9 100644
--- a/package/copas/copas.mk
+++ b/package/copas/copas.mk
@@ -4,8 +4,8 @@
#
################################################################################
-COPAS_VERSION = 2.0.0-1
-COPAS_SUBDIR = copas-2_0_0
+COPAS_VERSION = 2.0.1-1
+COPAS_SUBDIR = copas-2_0_1
COPAS_LICENSE = MIT
$(eval $(luarocks-package))
--
2.5.0
^ permalink raw reply related [flat|nested] 6+ messages in thread* [Buildroot] [PATCH 2/3] lua-messagepack: bump to version 0.3.4 2016-03-03 21:12 [Buildroot] [PATCH 1/3] copas: bump to version 2.0.1 Francois Perrad @ 2016-03-03 21:12 ` Francois Perrad 2016-03-06 14:46 ` Thomas Petazzoni 2016-03-03 21:12 ` [Buildroot] [PATCH 3/3] luaposix: bump to version 33.4.0 Francois Perrad 2016-03-06 14:46 ` [Buildroot] [PATCH 1/3] copas: bump to version 2.0.1 Thomas Petazzoni 2 siblings, 1 reply; 6+ messages in thread From: Francois Perrad @ 2016-03-03 21:12 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 e4a442d..b46b686 100644 --- a/package/lua-messagepack/lua-messagepack.hash +++ b/package/lua-messagepack/lua-messagepack.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 7b173f90a7d1c473aa176de8358060e5e7d312c97c5add327007bf04709e0300 lua-messagepack-0.3.3-1.src.rock -sha256 bd7d6e02d40b53ed143a8c7222c6ae0cbb7c7fd4fafda9c5f5326423d06ea25d lua-messagepack-lua53-0.3.3-1.src.rock +sha256 be6827c93383c8d7214c9ac9b7a62ab04186db4c6c2a3a7b36036157784f58b8 lua-messagepack-0.3.4-1.src.rock +sha256 5ab74601696973a66802de1fec614859db0d93d5fa960fac0f70cb04a490e5e5 lua-messagepack-lua53-0.3.4-1.src.rock diff --git a/package/lua-messagepack/lua-messagepack.mk b/package/lua-messagepack/lua-messagepack.mk index d749473..18a4e4a 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.3 +LUA_MESSAGEPACK_VERSION_UPSTREAM = 0.3.4 ifeq ($(BR2_PACKAGE_LUA_5_3),y) LUA_MESSAGEPACK_VERSION = lua53-$(LUA_MESSAGEPACK_VERSION_UPSTREAM)-1 else -- 2.5.0 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 2/3] lua-messagepack: bump to version 0.3.4 2016-03-03 21:12 ` [Buildroot] [PATCH 2/3] lua-messagepack: bump to version 0.3.4 Francois Perrad @ 2016-03-06 14:46 ` Thomas Petazzoni 0 siblings, 0 replies; 6+ messages in thread From: Thomas Petazzoni @ 2016-03-06 14:46 UTC (permalink / raw) To: buildroot Dear Francois Perrad, On Thu, 3 Mar 2016 22:12:45 +0100, Francois Perrad wrote: > 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(-) Applied to master, thanks. Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com ^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 3/3] luaposix: bump to version 33.4.0 2016-03-03 21:12 [Buildroot] [PATCH 1/3] copas: bump to version 2.0.1 Francois Perrad 2016-03-03 21:12 ` [Buildroot] [PATCH 2/3] lua-messagepack: bump to version 0.3.4 Francois Perrad @ 2016-03-03 21:12 ` Francois Perrad 2016-03-06 14:48 ` Thomas Petazzoni 2016-03-06 14:46 ` [Buildroot] [PATCH 1/3] copas: bump to version 2.0.1 Thomas Petazzoni 2 siblings, 1 reply; 6+ messages in thread From: Francois Perrad @ 2016-03-03 21:12 UTC (permalink / raw) To: buildroot Signed-off-by: Francois Perrad <francois.perrad@gadz.org> --- ...round-glibc-_POSIX_PRIORITY_SCHEDULING-bu.patch | 59 ---------------------- package/luaposix/Config.in | 12 ++--- package/luaposix/luaposix.mk | 6 +-- 3 files changed, 7 insertions(+), 70 deletions(-) delete mode 100644 package/luaposix/0001-sched-workaround-glibc-_POSIX_PRIORITY_SCHEDULING-bu.patch diff --git a/package/luaposix/0001-sched-workaround-glibc-_POSIX_PRIORITY_SCHEDULING-bu.patch b/package/luaposix/0001-sched-workaround-glibc-_POSIX_PRIORITY_SCHEDULING-bu.patch deleted file mode 100644 index 3853e9f..0000000 --- a/package/luaposix/0001-sched-workaround-glibc-_POSIX_PRIORITY_SCHEDULING-bu.patch +++ /dev/null @@ -1,59 +0,0 @@ -From de2a9b45e7b4a89affa3ac6d0a010cc627ab4a87 Mon Sep 17 00:00:00 2001 -From: "Gary V. Vaughan" <gary@vaughan.pe> -Date: Mon, 6 Apr 2015 18:39:46 -0700 -Subject: [PATCH 1/1] sched: workaround glibc _POSIX_PRIORITY_SCHEDULING bug. -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Close #223. -* configure.ac (AC_CHECK_HEADERS): Add sched.h. -* ext/posix/sched.c: Remove unistd.h; Predicate use of priority -scheduling APIs on presence of sched.h instead of -_POSIX_PRIORITY_SCHEDULING macro erroneously defined by glibc on -Linux. -Reported by ncopa at github.com. - -Backported from: 11cc8a2973569ec7fb1e7c2466dca0282944b124 - -Signed-off-by: Gary V. Vaughan <gary@vaughan.pe> -[Backport] -Signed-off-by: J??rg Krause <joerg.krause@embedded.rocks> ---- - configure.ac | 2 +- - ext/posix/sched.c | 5 +++-- - 2 files changed, 4 insertions(+), 3 deletions(-) - -diff --git a/configure.ac b/configure.ac -index aa18318..89a2feb 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -114,7 +114,7 @@ gl_INIT - - ## Check for header files - AC_HEADER_STDC --AC_CHECK_HEADERS([crypt.h strings.h sys/statvfs.h]) -+AC_CHECK_HEADERS([crypt.h sched.h strings.h sys/statvfs.h]) - AC_CHECK_HEADERS([net/if.h linux/netlink.h], [], [], [ - #include <sys/socket.h> - ]) -diff --git a/ext/posix/sched.c b/ext/posix/sched.c -index 13b196b..f338d73 100644 ---- a/ext/posix/sched.c -+++ b/ext/posix/sched.c -@@ -21,9 +21,10 @@ - - #include <config.h> - --#include <unistd.h> /* for _POSIX_PRIORITY_SCHEDULING */ -+/* cannot use unistd.h for _POSIX_PRIORITY_SCHEDULING, because on Linux -+ glibc it is defined even though the APIs are not implemented :-( */ - --#ifdef _POSIX_PRIORITY_SCHEDULING -+#ifdef HAVE_SCHED_H - #include <sched.h> - #endif - --- -2.5.2 - diff --git a/package/luaposix/Config.in b/package/luaposix/Config.in index 8b24574..9707cde 100644 --- a/package/luaposix/Config.in +++ b/package/luaposix/Config.in @@ -1,15 +1,13 @@ config BR2_PACKAGE_LUAPOSIX bool "luaposix" depends on BR2_PACKAGE_HAS_LUAINTERPRETER - select BR2_PACKAGE_NCURSES select BR2_PACKAGE_LUABITOP if BR2_PACKAGE_LUA_5_1 # LuaBitOp is already included in LuaJIT help - luaposix is a POSIX binding, including curses, for Lua 5.1, - 5.2 and 5.3; like most libraries it simply binds to C APIs on - the underlying system, so it won't work on non-POSIX - systems. However, it does try to detect the level of POSIX - conformance of the underlying system and bind only available - APIs. + This is a POSIX binding for LuaJIT, Lua 5.1, 5.2 and 5.3; + like most libraries it simply binds to C APIs on the + underlying system, so it won't work on non-POSIX systems. + However, it does try to detect the level of POSIX conformance + of the underlying system and bind only available APIs. https://github.com/luaposix/luaposix diff --git a/package/luaposix/luaposix.mk b/package/luaposix/luaposix.mk index 24b567f..ea3af16 100644 --- a/package/luaposix/luaposix.mk +++ b/package/luaposix/luaposix.mk @@ -4,13 +4,11 @@ # ################################################################################ -LUAPOSIX_VERSION = 33.3.1 +LUAPOSIX_VERSION = 33.4.0 LUAPOSIX_SITE = $(call github,luaposix,luaposix,release-v$(LUAPOSIX_VERSION)) LUAPOSIX_LICENSE = MIT LUAPOSIX_LICENSE_FILES = COPYING -LUAPOSIX_DEPENDENCIES = luainterpreter host-lua ncurses -# 0001-sched-workaround-glibc-_POSIX_PRIORITY_SCHEDULING-bu.patch -LUAPOSIX_AUTORECONF = YES +LUAPOSIX_DEPENDENCIES = luainterpreter host-lua LUAPOSIX_CONF_OPTS = --libdir="/usr/lib/lua/$(LUAINTERPRETER_ABIVER)" --datarootdir="/usr/share/lua/$(LUAINTERPRETER_ABIVER)" $(eval $(autotools-package)) -- 2.5.0 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 3/3] luaposix: bump to version 33.4.0 2016-03-03 21:12 ` [Buildroot] [PATCH 3/3] luaposix: bump to version 33.4.0 Francois Perrad @ 2016-03-06 14:48 ` Thomas Petazzoni 0 siblings, 0 replies; 6+ messages in thread From: Thomas Petazzoni @ 2016-03-06 14:48 UTC (permalink / raw) To: buildroot Dear Francois Perrad, On Thu, 3 Mar 2016 22:12:46 +0100, Francois Perrad wrote: > Signed-off-by: Francois Perrad <francois.perrad@gadz.org> > --- > ...round-glibc-_POSIX_PRIORITY_SCHEDULING-bu.patch | 59 ---------------------- > package/luaposix/Config.in | 12 ++--- > package/luaposix/luaposix.mk | 6 +-- > 3 files changed, 7 insertions(+), 70 deletions(-) > delete mode 100644 package/luaposix/0001-sched-workaround-glibc-_POSIX_PRIORITY_SCHEDULING-bu.patch I've applied, but I almost rejected the patch, to be honest. Your patch does a *lot* more than bumping the version, but your commit log is empty. Your commit log should have explained why the patch is removed, and why the ncurses dependency is removed. I had to go look up for this myself, which is a bit annoying since you already did this work. Fran?ois, this is the 100th time I'm asking you about this: please *ALWAYS* write a commit log in your patches. *ALWAYS*. Thanks! Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com ^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 1/3] copas: bump to version 2.0.1 2016-03-03 21:12 [Buildroot] [PATCH 1/3] copas: bump to version 2.0.1 Francois Perrad 2016-03-03 21:12 ` [Buildroot] [PATCH 2/3] lua-messagepack: bump to version 0.3.4 Francois Perrad 2016-03-03 21:12 ` [Buildroot] [PATCH 3/3] luaposix: bump to version 33.4.0 Francois Perrad @ 2016-03-06 14:46 ` Thomas Petazzoni 2 siblings, 0 replies; 6+ messages in thread From: Thomas Petazzoni @ 2016-03-06 14:46 UTC (permalink / raw) To: buildroot Dear Francois Perrad, On Thu, 3 Mar 2016 22:12:44 +0100, Francois Perrad wrote: > Signed-off-by: Francois Perrad <francois.perrad@gadz.org> > --- > package/copas/copas.hash | 2 +- > package/copas/copas.mk | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) Applied to master, thanks. Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-03-06 14:48 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2016-03-03 21:12 [Buildroot] [PATCH 1/3] copas: bump to version 2.0.1 Francois Perrad 2016-03-03 21:12 ` [Buildroot] [PATCH 2/3] lua-messagepack: bump to version 0.3.4 Francois Perrad 2016-03-06 14:46 ` Thomas Petazzoni 2016-03-03 21:12 ` [Buildroot] [PATCH 3/3] luaposix: bump to version 33.4.0 Francois Perrad 2016-03-06 14:48 ` Thomas Petazzoni 2016-03-06 14:46 ` [Buildroot] [PATCH 1/3] copas: bump to version 2.0.1 Thomas Petazzoni
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox