From 52df03ba50c2b7bc473650015ccebd67216cc8bf Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Mon, 15 Jul 2024 15:09:39 +0200 Subject: [PATCH] package/lua: use Upstream: tag in patches that are upstream Signed-off-by: Francois Perrad Signed-off-by: Arnout Vandecappelle --- .checkpackageignore | 4 ---- package/lua/5.1.5/0011-linenoise.patch | 3 +-- package/lua/5.1.5/0012-fix-reader-at-eoz.patch | 3 +-- package/lua/5.3.6/0003-linenoise.patch | 3 +-- package/lua/5.4.7/0003-linenoise.patch | 3 +-- 5 files changed, 4 insertions(+), 12 deletions(-) diff --git a/.checkpackageignore b/.checkpackageignore index 50fd71663e..7a76b57f0f 100644 --- a/.checkpackageignore +++ b/.checkpackageignore @@ -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 diff --git a/package/lua/5.1.5/0011-linenoise.patch b/package/lua/5.1.5/0011-linenoise.patch index 488c080a1e..c0ab200bd8 100644 --- a/package/lua/5.1.5/0011-linenoise.patch +++ b/package/lua/5.1.5/0011-linenoise.patch @@ -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 Index: b/src/luaconf.h diff --git a/package/lua/5.1.5/0012-fix-reader-at-eoz.patch b/package/lua/5.1.5/0012-fix-reader-at-eoz.patch index 17a28ba4c3..fd92147ea5 100644 --- a/package/lua/5.1.5/0012-fix-reader-at-eoz.patch +++ b/package/lua/5.1.5/0012-fix-reader-at-eoz.patch @@ -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 Index: b/src/lzio.c diff --git a/package/lua/5.3.6/0003-linenoise.patch b/package/lua/5.3.6/0003-linenoise.patch index 574e6c8f0b..495177c32d 100644 --- a/package/lua/5.3.6/0003-linenoise.patch +++ b/package/lua/5.3.6/0003-linenoise.patch @@ -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 Index: b/src/lua.c diff --git a/package/lua/5.4.7/0003-linenoise.patch b/package/lua/5.4.7/0003-linenoise.patch index 2fcbc49f6a..a82c8801ad 100644 --- a/package/lua/5.4.7/0003-linenoise.patch +++ b/package/lua/5.4.7/0003-linenoise.patch @@ -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 Index: b/src/lua.c