File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,15 @@ elif [[ "$root" == *openresty-1.25.3.* ]]; then
6666 apply_patch " $patch_dir " " $root " " lua-resty-core" " 0.1.28"
6767 apply_patch " $patch_dir " " $root " " ngx_lua" " 0.10.26"
6868 apply_patch " $patch_dir " " $root " " ngx_stream_lua" " 0.0.14"
69- elif [[ " $root " == * openresty-1.27.1.* ]]; then
69+ elif [[ " $root " == * openresty-1.27.1.1 ]]; then
7070 patch_dir=" $PWD /1.27.1.1"
7171 apply_patch " $patch_dir " " $root " " nginx" " 1.27.1"
72+ apply_patch " $patch_dir " " $root " " lua-resty-core" " 0.1.30"
73+ apply_patch " $patch_dir " " $root " " ngx_lua" " 0.10.27"
74+ apply_patch " $patch_dir " " $root " " ngx_stream_lua" " 0.0.15"
75+ elif [[ " $root " == * openresty-1.27.1.2 ]]; then
76+ patch_dir=" $PWD /1.27.1.2"
77+ apply_patch " $patch_dir " " $root " " nginx" " 1.27.1"
7278 apply_patch " $patch_dir " " $root " " lua-resty-core" " 0.1.31"
7379 apply_patch " $patch_dir " " $root " " ngx_lua" " 0.10.28"
7480 apply_patch " $patch_dir " " $root " " ngx_stream_lua" " 0.0.16"
You can’t perform that action at this time.
0 commit comments