File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ ld_opt=${ld_opt:-"-L$zlib_prefix/lib -L$pcre_prefix/lib -L$OPENSSL_PREFIX/lib -W
2121
2222# dependencies for building openresty
2323OPENSSL_VERSION=${OPENSSL_VERSION:- " 3.2.3" }
24- OPENRESTY_VERSION=" 1.21.4.4 "
24+ OPENRESTY_VERSION=" 1.25.3.2 "
2525ngx_multi_upstream_module_ver=" 1.1.1"
2626mod_dubbo_ver=" 1.0.2"
2727apisix_nginx_module_ver=" 1.16.3"
28- wasm_nginx_module_ver=" 0.6.5 "
28+ wasm_nginx_module_ver=" 0.7.0 "
2929lua_var_nginx_module_ver=" v0.5.3"
3030grpc_client_nginx_module_ver=" v0.4.4"
3131lua_resty_events_ver=" 0.2.0"
@@ -158,7 +158,7 @@ grpc_engine_path="-DNGX_GRPC_CLI_ENGINE_PATH=$OR_PREFIX/libgrpc_engine.so -DNGX_
158158
159159cd openresty-${OPENRESTY_VERSION} || exit 1
160160
161- or_limit_ver=0.08
161+ or_limit_ver=0.09
162162if [ ! -d " bundle/lua-resty-limit-traffic-$or_limit_ver " ]; then
163163 echo " ERROR: the official repository of lua-resty-limit-traffic has been updated, please sync to API7's repository." >&2
164164 exit 1
193193 --with-stream_ssl_module \
194194 --with-stream_ssl_preread_module \
195195 --with-http_v2_module \
196+ --with-http_v3_module \
196197 --without-mail_pop3_module \
197198 --without-mail_imap_module \
198199 --without-mail_smtp_module \
You can’t perform that action at this time.
0 commit comments