Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade openresty version to v1.27.11 #11936

Merged
merged 12 commits into from
Feb 10, 2025
Prev Previous commit
Next Next commit
rm openssl.cnf
shreemaan-abhishek committed Jan 22, 2025
commit e6c382d698a763c1613d316279d60511e3fcdc6e
5 changes: 0 additions & 5 deletions ci/linux-install-openresty.sh
Original file line number Diff line number Diff line change
@@ -53,10 +53,5 @@ fi

install_apisix_runtime

if [ ! "$ENABLE_FIPS" == "true" ]; then
curl -o /usr/local/openresty/openssl3/ssl/openssl.cnf \
https://raw.githubusercontent.com/api7/apisix-build-tools/apisix-runtime/${APISIX_RUNTIME}/conf/openssl3/openssl.cnf
fi

# patch lua-resty-events
sed -i 's/log(ERR, "event worker failed: ", perr)/log(ngx.WARN, "event worker failed: ", perr)/' /usr/local/openresty/lualib/resty/events/worker.lua