ziglua icon indicating copy to clipboard operation
ziglua copied to clipboard

Add run step to patch the Lua 5.1 sources

Open natecraddock opened this issue 1 year ago • 0 comments

I maintain a version of Lua 5.1 that has a patch for security https://github.com/natecraddock/lua

I think it would be better to use the Lua 5.1 tarball from lua.org and use the Zig build system to apply the patch. This would be better for transparency and trust.

The patch is small and it should be simple to write a script to apply the patch to the file.

natecraddock avatar Oct 13 '24 00:10 natecraddock