K 10 svn:author V 5 koobs K 8 svn:date V 27 2016-10-25T12:48:42.923341Z K 7 svn:log V 767 lang/lua53: Add new MAINTAINER, Add bug fix patches The Lua team maintains a list of bugs found in each release of Lua since 4.0 [1] with examples that show the bug and a patch when the fix is available. This patch adds all three bug fixes available so far. A fourth bug fix should be made available soon to fix a recently-found bug in coroutines. To make it easier to track changes for each patch, a GitHub repository [2] has been created with the Lua distribution and patches so they can be referenced by commit id. - Pass MAINTAINER'ship to Submitter, who is also a member of the NetBSD Lua team. (Thanks!) [1] https://www.lua.org/bugs.html [2] https://github.com/salazar/lua PR: 213658 Submitted by: Guilherme Salazar MFH: 2014Q4 END