History log of /freebsd-current/contrib/lua/src/Makefile
Revision Date Author Comments
# a9490b81 15-Jul-2023 Warner Losh <imp@FreeBSD.org>

Merge LUA 5.4.6

This is a bug fix to Lua 5.4.4 (5.4.5 was withdrawn due to ABI issues
and 5.4.6 is 5.4.5 with those fixed).


# 0495ed39 13-Jan-2021 Kyle Evans <kevans@FreeBSD.org>

contrib/lua: update to 5.4.2

Merge commit '0ea45b9cd43ce1247eb3eee9bfd5cee3d19068e7' into main


# bf9580a1 16-Oct-2020 Kyle Evans <kevans@FreeBSD.org>

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


# e112e9d2 14-Aug-2018 Kyle Evans <kevans@FreeBSD.org>

MFV r337586: lua: Update to 5.3.5

Bugfix release, nothing too major.

Tested with: lualoader via userboot, lualoader live
Differential Revision: https://reviews.freebsd.org/D16665


# 8e3e3a7a 28-Nov-2017 Warner Losh <imp@FreeBSD.org>

Import lua 5.3.4 to contrib