Skip to content

Commit ca83665

Browse files
committed
revert
1 parent cf9209b commit ca83665

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

patch/patch.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)