History log of /freebsd-13.1/contrib/lua/Makefile (Results 1 – 3 of 3)
Revision Date Author Comments
# 0495ed39 14-Jan-2021 Kyle Evans <[email protected]>

contrib/lua: update to 5.4.2

Merge commit '0ea45b9cd43ce1247eb3eee9bfd5cee3d19068e7' into main


# bf9580a1 16-Oct-2020 Kyle Evans <[email protected]>

MFC r366760: lua: update to 5.3.6

This release contains some minor bugfixes; notably:
- 2x minor Makefile fixes (not used in base)
- Long brackets with a huge number of '=' overflow some internal bu

MFC r366760: lua: update to 5.3.6

This release contains some minor bugfixes; notably:
- 2x minor Makefile fixes (not used in base)
- Long brackets with a huge number of '=' overflow some internal buffer
arithmetic.
- Joining an upvalue with itself can cause a use-after-free crash.

See here for examples: http://www.lua.org/bugs.html#5.3.5

MFC after: 2 weeks

show more ...


# 8e3e3a7a 29-Nov-2017 Warner Losh <[email protected]>

Import lua 5.3.4 to contrib