luaposix: update to 36.1

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
This commit is contained in:
Maxim Storchak 2023-05-27 15:54:17 +03:00 committed by Rosen Penev
parent f02f3ee8c7
commit 236e36c198
3 changed files with 10 additions and 10 deletions

View File

@ -6,12 +6,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luaposix
PKG_VERSION:=35.1
PKG_VERSION:=36.1
PKG_RELEASE:=1
PKG_SOURCE_URL:=https://codeload.github.com/$(PKG_NAME)/$(PKG_NAME)/tar.gz/v$(PKG_VERSION)?
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_HASH:=1b5c48d2abd59de0738d1fc1e6204e44979ad2a1a26e8e22a2d6215dd502c797
PKG_HASH:=e680ba9b9c7ae28c0598942cb00df7c7fbc70b82863bb55f028ea7dc101e39ac
PKG_MAINTAINER:=Maxim Storchak <m.storchak@gmail.com>
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=COPYING

View File

@ -1,17 +1,17 @@
--- a/lib/posix/init.lua
+++ b/lib/posix/init.lua
@@ -325,14 +325,6 @@ do
end
@@ -437,14 +437,6 @@ do
end
end
-
- -- Inject deprecated APIs (overwriting submodules) for backwards compatibility.
- for k, v in next, (require 'posix.deprecated') do
- M[k] = v
- rawset(M, k, v)
- end
- for k, v in next, (require 'posix.compat') do
- M[k] = v
- rawset(M, k, v)
- end
end
-
--- Metamethods
-- @section metamethods

View File

@ -1,6 +1,6 @@
--- a/lukefile
+++ b/lukefile
@@ -29,8 +29,6 @@ incdirs = {
@@ -35,8 +35,6 @@ incdirs = {
'$LUA_INCDIR',
}