package/luaposix: bump to version 35.0
authorFrancois Perrad <fperrad@gmail.com>
Tue, 7 Jul 2020 08:06:44 +0000 (10:06 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Tue, 7 Jul 2020 20:06:28 +0000 (22:06 +0200)
LICENSE diff:
- Copyright (C) 2006-2019 luaposix authors
+ Copyright (C) 2006-2020 luaposix authors

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
[yann.morin.1998@free.fr: simplify help entry]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/luaposix/Config.in
package/luaposix/luaposix.hash
package/luaposix/luaposix.mk

index 1e2291b3f58bd91fec2e84d829d296c5ebf4585e..cedb3a665403f23c56509e1e313f61e48bf924c6 100644 (file)
@@ -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
index ee72bfe321c7b26e2373ff65cac12f633414cdf7..54617853a829b76ac04c021f3a0460d5cc3c9698 100644 (file)
@@ -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
index ab6b030fcaf0196e1a0cf17ae996e829c54ce698..d04881dfd9f288bbd282472bc134de4ed20b4205 100644 (file)
@@ -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