CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/03/16 15:19:23
Modified files:
databases/redis: Tag: OPENBSD_6_8 Makefile
databases/redis/patches: Tag: OPENBSD_6_8 patch-deps_Makefile
patch-src_Makefile
Added files:
databases/redis/patches: Tag: OPENBSD_6_8
patch-deps_lua_src_lmathlib_c
patch-src_debug_c
Removed files:
databases/redis/patches: Tag: OPENBSD_6_8
patch-deps_lua_src_lua_bit_c
patch-deps_lua_src_lua_cjson_c
patch-deps_lua_src_lua_cmsgpack_c
patch-deps_lua_src_lua_struct_c
Log message:
MFC: redis: switch to bundled Lua
The Redis port was hacked up to make use of Lua 5.1 from ports. This is a
bad idea since there are known Redis exploits coming from bytecode in Lua.
The Lua bundled by Redis has this neutered. In addition, this allows us to
get rid of some atrocious hackery which will be a major headache when
upstream will update its bundled Lua.
ok sthen