File tree Expand file tree Collapse file tree
pkgs/development/interpreters/lua-5 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7777rec {
7878 lua5_4 = callPackage ./interpreter.nix {
7979 self = lua5_4 ;
80- version = "5.4.4 " ;
81- hash = "sha256-Fkx4SWU7gK5nvsS3RzuIS/XMjS3KBWU0dewu0nuev2E =" ;
80+ version = "5.4.6 " ;
81+ hash = "sha256-fV6huctqoLWco93hxq3LV++DobqOVDLA7NBr9DmzrYg =" ;
8282 makeWrapper = makeBinaryWrapper ;
8383 inherit passthruFun ;
8484
85- patches = lib . optional stdenv . isDarwin ./5.4.darwin.patch
86- ++ [
87- ( fetchpatch {
88- name = "CVE-2022-28805.patch" ;
89- url = "https://github.com/lua/lua/commit/1f3c6f4534c6411313361697d98d1145a1f030fa.patch" ;
90- sha256 = "sha256-YTwoolSnRNJIHFPVijSO6ZDw35BG5oWYralZ8qOb9y8=" ;
91- stripLen = 1 ;
92- extraPrefix = "src/" ;
93- excludes = [ "src/testes/*" ] ;
94- } )
95- ( fetchpatch {
96- name = "CVE-2022-33099.patch" ;
97- url = "https://github.com/lua/lua/commit/42d40581dd919fb134c07027ca1ce0844c670daf.patch" ;
98- sha256 = "sha256-qj1Dq1ojVoknALSa67jhgH3G3Kk4GtJP6ROFElVF+D0=" ;
99- stripLen = 1 ;
100- extraPrefix = "src/" ;
101- } )
102- ] ;
85+ patches = lib . optional stdenv . isDarwin ./5.4.darwin.patch ;
10386 } ;
10487
10588 lua5_4_compat = lua5_4 . override ( {
You can’t perform that action at this time.
0 commit comments