Merge pull request #182578 from risicle/ris-lua-5.4-CVE-2022-33099

lua5_4: add patch for CVE-2022-33099

authored by Jörg Thalheim and committed by GitHub 69748551 e494a908

+7
+7
pkgs/development/interpreters/lua-5/default.nix
··· 17 extraPrefix = "src/"; 18 excludes = [ "src/testes/*" ]; 19 }) 20 ]; 21 }; 22
··· 17 extraPrefix = "src/"; 18 excludes = [ "src/testes/*" ]; 19 }) 20 + (fetchpatch { 21 + name = "CVE-2022-33099.patch"; 22 + url = "https://github.com/lua/lua/commit/42d40581dd919fb134c07027ca1ce0844c670daf.patch"; 23 + sha256 = "sha256-qj1Dq1ojVoknALSa67jhgH3G3Kk4GtJP6ROFElVF+D0="; 24 + stripLen = 1; 25 + extraPrefix = "src/"; 26 + }) 27 ]; 28 }; 29