44
55version=${version:- 0.0.0}
66
7- OPENRESTY_VERSION=${OPENRESTY_VERSION:- 1.21.4.2 }
7+ OPENRESTY_VERSION=${OPENRESTY_VERSION:- 1.25.3.1 }
88if [ " $OPENRESTY_VERSION " == " source" ] || [ " $OPENRESTY_VERSION " == " default" ]; then
9- OPENRESTY_VERSION=" 1.21.4.2 "
9+ OPENRESTY_VERSION=" 1.25.3.1 "
1010fi
1111
1212if ([ $# -gt 0 ] && [ " $1 " == " latest" ]) || [ " $version " == " latest" ]; then
@@ -19,10 +19,10 @@ if ([ $# -gt 0 ] && [ "$1" == "latest" ]) || [ "$version" == "latest" ]; then
1919 debug_args=" --with-debug"
2020 OR_PREFIX=${OR_PREFIX:= " /usr/local/openresty-debug" }
2121else
22- ngx_multi_upstream_module_ver=" 1.1.1 "
22+ ngx_multi_upstream_module_ver=" 1.2.0 "
2323 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 "
2626 lua_var_nginx_module_ver=" v0.5.3"
2727 lua_resty_events_ver=" 0.2.0"
2828 debug_args=${debug_args:- }
@@ -113,7 +113,7 @@ tar -xzf LuaJIT-$lj_ver.tar.gz
113113mv luajit2-* bundle/LuaJIT-2.1-20220411
114114fi
115115
116- or_limit_ver=0.08
116+ or_limit_ver=0.09
117117if [ ! -d " bundle/lua-resty-limit-traffic-$or_limit_ver " ]; then
118118 echo " ERROR: the official repository of lua-resty-limit-traffic has been updated, please sync to API7's repository." >&2
119119 exit 1
146146 --with-stream_ssl_module \
147147 --with-stream_ssl_preread_module \
148148 --with-http_v2_module \
149+ --with-http_v3_module \
149150 --without-mail_pop3_module \
150151 --without-mail_imap_module \
151152 --without-mail_smtp_module \
0 commit comments