lua5_4: 5.4.4 -> 5.4.6
This commit is contained in:
parent
59b8a4fae6
commit
c5f569a09a
1 changed files with 3 additions and 20 deletions
|
@ -77,29 +77,12 @@ in
|
||||||
rec {
|
rec {
|
||||||
lua5_4 = callPackage ./interpreter.nix {
|
lua5_4 = callPackage ./interpreter.nix {
|
||||||
self = lua5_4;
|
self = lua5_4;
|
||||||
version = "5.4.4";
|
version = "5.4.6";
|
||||||
hash = "sha256-Fkx4SWU7gK5nvsS3RzuIS/XMjS3KBWU0dewu0nuev2E=";
|
hash = "sha256-fV6huctqoLWco93hxq3LV++DobqOVDLA7NBr9DmzrYg=";
|
||||||
makeWrapper = makeBinaryWrapper;
|
makeWrapper = makeBinaryWrapper;
|
||||||
inherit passthruFun;
|
inherit passthruFun;
|
||||||
|
|
||||||
patches = lib.optional stdenv.isDarwin ./5.4.darwin.patch
|
patches = lib.optional stdenv.isDarwin ./5.4.darwin.patch;
|
||||||
++ [
|
|
||||||
(fetchpatch {
|
|
||||||
name = "CVE-2022-28805.patch";
|
|
||||||
url = "https://github.com/lua/lua/commit/1f3c6f4534c6411313361697d98d1145a1f030fa.patch";
|
|
||||||
sha256 = "sha256-YTwoolSnRNJIHFPVijSO6ZDw35BG5oWYralZ8qOb9y8=";
|
|
||||||
stripLen = 1;
|
|
||||||
extraPrefix = "src/";
|
|
||||||
excludes = [ "src/testes/*" ];
|
|
||||||
})
|
|
||||||
(fetchpatch {
|
|
||||||
name = "CVE-2022-33099.patch";
|
|
||||||
url = "https://github.com/lua/lua/commit/42d40581dd919fb134c07027ca1ce0844c670daf.patch";
|
|
||||||
sha256 = "sha256-qj1Dq1ojVoknALSa67jhgH3G3Kk4GtJP6ROFElVF+D0=";
|
|
||||||
stripLen = 1;
|
|
||||||
extraPrefix = "src/";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
lua5_4_compat = lua5_4.override({
|
lua5_4_compat = lua5_4.override({
|
||||||
|
|
Loading…
Reference in a new issue