Update version of 'lua' and 'lua5' attributes to lua 5.2.
@vcunat kindly pointed out that earlier versions are vulnerable to CVE-2014-5461. There remain a whole lot of packages that have hard-coded use of version 5.1, unfortunately.
This commit is contained in:
parent
568f7d70b9
commit
073cd3cfb9
1 changed files with 1 additions and 1 deletions
|
@ -3646,7 +3646,7 @@ let
|
||||||
lua5_2_compat = callPackage ../development/interpreters/lua-5/5.2.nix {
|
lua5_2_compat = callPackage ../development/interpreters/lua-5/5.2.nix {
|
||||||
compat = true;
|
compat = true;
|
||||||
};
|
};
|
||||||
lua5 = lua5_1;
|
lua5 = lua5_2_compat;
|
||||||
lua = lua5;
|
lua = lua5;
|
||||||
|
|
||||||
lua5_sockets = callPackage ../development/interpreters/lua-5/sockets.nix {};
|
lua5_sockets = callPackage ../development/interpreters/lua-5/sockets.nix {};
|
||||||
|
|
Loading…
Reference in a new issue