From 8238550971c13c70e86ffabf8f8e766a77a92adc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9D=93=99=F0=9D=93=BE=F0=9D=93=B5=F0=9D=93=B2?= =?UTF-8?q?=F0=9D=93=B8?= Date: Wed, 22 May 2024 00:13:33 +0200 Subject: [PATCH] Update version --- version | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/version b/version index a42b3de..d900703 100644 --- a/version +++ b/version @@ -1,5 +1,4 @@ -# https://nginx.org/download/ -export NGINX="1.25.1" +export NGINX="1.26.0" export LUA_SCRIPTS="/usr/nginx_lua/" @@ -30,7 +29,6 @@ export LUA_SCRIPTS_RESTYCORE="0.1.28" # https://github.com/openresty/lua-resty-lrucache/tags export LUA_SCRIPTS_LRUCACHE="0.13" - # https://github.com/openresty/luajit2/tags export SYSTEM_LUAJIT="2.1-20231117" @@ -38,7 +36,19 @@ export SYSTEM_LUAJIT="2.1-20231117" export SYSTEM_PCRE="10.43" # https://github.com/openssl/openssl -export SYSTEM_OPENSSL="1_1_1f" +export SYSTEM_OPENSSL="3.1.5-quic1" # https://github.com/SpiderLabs/ModSecurity/releases export SYSTEM_MODSECURITY="3.0.12" + +# https://github.com/openresty/lua-resty-mysql/tags +export NGX_MOD_LUA_MYSQL="0.27" + +# https://github.com/openresty/lua-resty-lock/tags +export NGX_MOD_LUA_LOCK="0.09" + +# https://github.com/openresty/srcache-nginx-module/tags +export NGX_MOD_LUA_SRCACHE="0.33" + +# https://github.com/nginxinc/nginx-otel/tags +export NGX_OPENTELEMETRY="0.1.1"