4
4
5
5
version=${version:- 0.0.0}
6
6
7
- OPENRESTY_VERSION=${OPENRESTY_VERSION:- 1.21.4.2 }
7
+ OPENRESTY_VERSION=${OPENRESTY_VERSION:- 1.25.3.1 }
8
8
if [ " $OPENRESTY_VERSION " == " source" ] || [ " $OPENRESTY_VERSION " == " default" ]; then
9
- OPENRESTY_VERSION=" 1.21.4.2 "
9
+ OPENRESTY_VERSION=" 1.25.3.1 "
10
10
fi
11
11
12
12
if ([ $# -gt 0 ] && [ " $1 " == " latest" ]) || [ " $version " == " latest" ]; then
@@ -19,10 +19,10 @@ if ([ $# -gt 0 ] && [ "$1" == "latest" ]) || [ "$version" == "latest" ]; then
19
19
debug_args=" --with-debug"
20
20
OR_PREFIX=${OR_PREFIX:= " /usr/local/openresty-debug" }
21
21
else
22
- ngx_multi_upstream_module_ver=" 1.1.1 "
22
+ ngx_multi_upstream_module_ver=" 1.2.0 "
23
23
mod_dubbo_ver=" 1.0.2"
24
- apisix_nginx_module_ver=" 1.15 .0"
25
- wasm_nginx_module_ver=" 0.6.5 "
24
+ apisix_nginx_module_ver=" 1.16 .0"
25
+ wasm_nginx_module_ver=" 0.7.0 "
26
26
lua_var_nginx_module_ver=" v0.5.3"
27
27
lua_resty_events_ver=" 0.2.0"
28
28
debug_args=${debug_args:- }
@@ -113,7 +113,7 @@ tar -xzf LuaJIT-$lj_ver.tar.gz
113
113
mv luajit2-* bundle/LuaJIT-2.1-20220411
114
114
fi
115
115
116
- or_limit_ver=0.08
116
+ or_limit_ver=0.09
117
117
if [ ! -d " bundle/lua-resty-limit-traffic-$or_limit_ver " ]; then
118
118
echo " ERROR: the official repository of lua-resty-limit-traffic has been updated, please sync to API7's repository." >&2
119
119
exit 1
146
146
--with-stream_ssl_module \
147
147
--with-stream_ssl_preread_module \
148
148
--with-http_v2_module \
149
+ --with-http_v3_module \
149
150
--without-mail_pop3_module \
150
151
--without-mail_imap_module \
151
152
--without-mail_smtp_module \
0 commit comments