[Buildroot] [git commit] package/luaposix: bump to version 35.0

Yann E. MORIN yann.morin.1998 at free.fr
Tue Jul 7 20:06:28 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=e08fdf9bb05d707ff472135e6568c8202be67a0b
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

LICENSE diff:
- Copyright (C) 2006-2019 luaposix authors
+ Copyright (C) 2006-2020 luaposix authors

Signed-off-by: Francois Perrad <francois.perrad at gadz.org>
[yann.morin.1998 at free.fr: simplify help entry]
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 package/luaposix/Config.in     | 2 +-
 package/luaposix/luaposix.hash | 4 ++--
 package/luaposix/luaposix.mk   | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/luaposix/Config.in b/package/luaposix/Config.in
index 1e2291b3f5..cedb3a6654 100644
--- a/package/luaposix/Config.in
+++ b/package/luaposix/Config.in
@@ -5,7 +5,7 @@ config BR2_PACKAGE_LUAPOSIX
 	# doesn't find it.
 	select BR2_PACKAGE_LUA_BIT32 if BR2_PACKAGE_LUA_5_1 || BR2_PACKAGE_LUAJIT # runtime
 	help
-	  This is a POSIX binding for LuaJIT, Lua 5.1, 5.2 and 5.3;
+	  This is a POSIX binding for LuaJIT, Lua 5.1 through 5.4;
 	  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
diff --git a/package/luaposix/luaposix.hash b/package/luaposix/luaposix.hash
index ee72bfe321..54617853a8 100644
--- a/package/luaposix/luaposix.hash
+++ b/package/luaposix/luaposix.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  7948f4ac8b953172e928753632e37ad97cc3014df74b524fe7839f71216a7e90  luaposix-34.1.1.tar.gz
-sha256  a868e95dd14f832eb63c4580c5fed42d78a6bd11785e3605211f446b05904a18  LICENSE
+sha256  a4edf2f715feff65acb009e8d1689e57ec665eb79bc36a6649fae55eafd56809  luaposix-35.0.tar.gz
+sha256  e5d496c903dc3989bb2f6f175cda52d26e3494ad1fdd67ae1c3b3e5f76ffb86f  LICENSE
diff --git a/package/luaposix/luaposix.mk b/package/luaposix/luaposix.mk
index ab6b030fca..d04881dfd9 100644
--- a/package/luaposix/luaposix.mk
+++ b/package/luaposix/luaposix.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LUAPOSIX_VERSION = 34.1.1
+LUAPOSIX_VERSION = 35.0
 LUAPOSIX_SITE = $(call github,luaposix,luaposix,v$(LUAPOSIX_VERSION))
 LUAPOSIX_LICENSE = MIT
 LUAPOSIX_LICENSE_FILES = LICENSE


More information about the buildroot mailing list