lua5_1: rename patch file to match its CVE id
This commit is contained in:
parent
1c429acbff
commit
1b7783072c
2 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ in rec {
|
|||
sourceVersion = { major = "5"; minor = "1"; patch = "5"; };
|
||||
hash = "2640fc56a795f29d28ef15e13c34a47e223960b0240e8cb0a82d9b0738695333";
|
||||
patches = (if stdenv.isDarwin then [ ./5.1.darwin.patch ] else [ dsoPatch51 ])
|
||||
++ [ ./5.1.0004-Fix-stack-overflow-in-vararg-functions.patch ];
|
||||
++ [ ./CVE-2014-5461.patch ];
|
||||
};
|
||||
|
||||
luajit_2_0 = import ../luajit/2.0.nix {
|
||||
|
|
Loading…
Reference in a new issue