package/lua: use Upstream: tag in patches that are upstream

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
Francois Perrad
2024-07-15 15:09:39 +02:00
committed by Arnout Vandecappelle
parent d501775773
commit 52df03ba50
5 changed files with 4 additions and 12 deletions

View File

@@ -889,14 +889,10 @@ package/lua-sdl2/0001-Do-not-reference-host-directory-for-headers.patch lib_patc
package/lua-sdl2/0002-CMakeLists-do-not-require-C.patch lib_patch.Upstream
package/lua/5.1.5/0001-root-path.patch lib_patch.Upstream
package/lua/5.1.5/0002-shared-libs-for-lua.patch lib_patch.Upstream
package/lua/5.1.5/0011-linenoise.patch lib_patch.Upstream
package/lua/5.1.5/0012-fix-reader-at-eoz.patch lib_patch.Upstream
package/lua/5.3.6/0001-root-path.patch lib_patch.Upstream
package/lua/5.3.6/0002-shared-libs-for-lua.patch lib_patch.Upstream
package/lua/5.3.6/0003-linenoise.patch lib_patch.Upstream
package/lua/5.4.7/0001-root-path.patch lib_patch.Upstream
package/lua/5.4.7/0002-shared-libs-for-lua.patch lib_patch.Upstream
package/lua/5.4.7/0003-linenoise.patch lib_patch.Upstream
package/luajit/0001-no-bin-symlink.patch lib_patch.Upstream
package/luajit/0002-install-inc.patch lib_patch.Upstream
package/luasyslog/0001-remove-AX_LUA_LIBS.patch lib_patch.Upstream

View File

@@ -1,7 +1,6 @@
Add support of linenoise (replace readline)
see discussion, http://lua-users.org/lists/lua-l/2010-03/msg00879.html
Upstream: http://lua-users.org/lists/lua-l/2010-03/msg00879.html
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Index: b/src/luaconf.h

View File

@@ -1,7 +1,6 @@
When loading a file, Lua may call the reader function again after it returned end of input.
Fetch from: http://www.lua.org/bugs.html#5.1.5-2
Upstream: https://www.lua.org/bugs.html#5.1.5-2
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Index: b/src/lzio.c

View File

@@ -1,7 +1,6 @@
Add support of linenoise (replace readline)
see discussion, http://lua-users.org/lists/lua-l/2010-03/msg00879.html
Upstream: http://lua-users.org/lists/lua-l/2010-03/msg00879.html
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Index: b/src/lua.c

View File

@@ -1,7 +1,6 @@
Add support of linenoise (replace readline)
see discussion, http://lua-users.org/lists/lua-l/2010-03/msg00879.html
Upstream: http://lua-users.org/lists/lua-l/2010-03/msg00879.html
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Index: b/src/lua.c