summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/lua/lua_5.3.5.bb
diff options
context:
space:
mode:
authorWenlin Kang <wenlin.kang@windriver.com>2020-09-01 14:11:30 -0700
committerKhem Raj <raj.khem@gmail.com>2020-09-01 15:37:44 -0700
commit6c43941d116bbb9f0d62ca5376da24ae03eb9eab (patch)
tree6877c8832e1b772a64a7b7f71f391f2b719a04bf /meta-oe/recipes-devtools/lua/lua_5.3.5.bb
parent43bd735121964ee4ad2b951f26988528338b1795 (diff)
downloadmeta-openembedded-6c43941d116bbb9f0d62ca5376da24ae03eb9eab.tar.gz
lua: fix CVE-2020-15945
Backport with modifications to apply successfully. Signed-off-by: Wenlin Kang <wenlin.kang@windriver.com> Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/lua/lua_5.3.5.bb')
-rw-r--r--meta-oe/recipes-devtools/lua/lua_5.3.5.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/lua/lua_5.3.5.bb b/meta-oe/recipes-devtools/lua/lua_5.3.5.bb
index d3461b06d..4f89579c7 100644
--- a/meta-oe/recipes-devtools/lua/lua_5.3.5.bb
+++ b/meta-oe/recipes-devtools/lua/lua_5.3.5.bb
@@ -8,6 +8,7 @@ SRC_URI = "http://www.lua.org/ftp/lua-${PV}.tar.gz;name=tarballsrc \
8 file://lua.pc.in \ 8 file://lua.pc.in \
9 file://0001-Allow-building-lua-without-readline-on-Linux.patch \ 9 file://0001-Allow-building-lua-without-readline-on-Linux.patch \
10 file://CVE-2020-15888.patch \ 10 file://CVE-2020-15888.patch \
11 file://CVE-2020-15945.patch \
11 " 12 "
12 13
13# if no test suite matches PV release of Lua exactly, download the suite for the closest Lua release. 14# if no test suite matches PV release of Lua exactly, download the suite for the closest Lua release.