Skip to content

Commit

Permalink
lua: remove lua4 and lua5_0
Browse files Browse the repository at this point in the history
Both versions are not maintained anymore upstream and have open security
issues, e.g. https://nvd.nist.gov/vuln/detail/CVE-2014-5461.

The same holds for lua5_1 but that seems to be in use in some places.

Re NixOS#47122
Re NixOS#47123
  • Loading branch information
Christian Kauhaus committed Sep 21, 2018
1 parent 9908e9c commit 544eaaa
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 66 deletions.
32 changes: 0 additions & 32 deletions pkgs/development/interpreters/lua-4/default.nix

This file was deleted.

32 changes: 0 additions & 32 deletions pkgs/development/interpreters/lua-5/5.0.3.nix

This file was deleted.

2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7501,8 +7501,6 @@ with pkgs;

### LUA MODULES

lua4 = callPackage ../development/interpreters/lua-4 { };
lua5_0 = callPackage ../development/interpreters/lua-5/5.0.3.nix { };
lua5_1 = callPackage ../development/interpreters/lua-5/5.1.nix { };
lua5_2 = callPackage ../development/interpreters/lua-5/5.2.nix { };
lua5_2_compat = callPackage ../development/interpreters/lua-5/5.2.nix {
Expand Down

0 comments on commit 544eaaa

Please sign in to comment.