summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/lua/lua_5.3.5.bb
Commit message (Collapse)AuthorAgeFilesLines
* lua: change a hard readline dependency into an optional oneAlexander Kanavin2019-10-101-3/+6
| | | | | | | | | | | This requires patching the source code, as readline is hardcoded in there. The rationale is to allow disabling the dependency on a gplv3 component (readline) where that license is blacklisted. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lua: upgrade from v5.3.4 to v5.3.5Hongzhi.Song2019-04-111-0/+63
The v5.3.5 release covers CVE-2019-6706 which is vulnerable. Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>