From 6c43941d116bbb9f0d62ca5376da24ae03eb9eab Mon Sep 17 00:00:00 2001 From: Wenlin Kang Date: Tue, 1 Sep 2020 14:11:30 -0700 Subject: lua: fix CVE-2020-15945 Backport with modifications to apply successfully. Signed-off-by: Wenlin Kang Signed-off-by: Joe Slater Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/lua/lua_5.3.5.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-oe/recipes-devtools/lua/lua_5.3.5.bb') 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 \ file://lua.pc.in \ file://0001-Allow-building-lua-without-readline-on-Linux.patch \ file://CVE-2020-15888.patch \ + file://CVE-2020-15945.patch \ " # if no test suite matches PV release of Lua exactly, download the suite for the closest Lua release. -- cgit v1.2.3-54-g00ecf