lua5_1: rename patch file to match its CVE id

This commit is contained in:
Pierre Bourdon 2019-10-02 22:13:12 +02:00
parent 1c429acbff
commit 1b7783072c
No known key found for this signature in database
GPG key ID: 6FB80DCD84DA0F1C
2 changed files with 1 additions and 1 deletions

View file

@ -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 {