Update version
This commit is contained in:
@@ -1,34 +1,44 @@
|
|||||||
#!/bin/bash
|
# https://nginx.org/download/
|
||||||
#unless custom use default
|
export NGINX="1.25.1"
|
||||||
export NGINX="1.22.1"
|
|
||||||
export LUA_SCRIPTS="/usr/twiylua/"
|
|
||||||
|
|
||||||
export FOCAL_VERSION_NGINX="1.22.1"
|
export LUA_SCRIPTS="/usr/nginx_lua/"
|
||||||
export FOCAL_VERSION_LUA="2.1-20220915"
|
|
||||||
export FOCAL_VERSION_NGX_LUA="0.10.22"
|
|
||||||
export FOCAL_VERSION_NGX_RESTY_CORE="0.1.24"
|
|
||||||
export FOCAL_VERSION_NGX_RESTY_LRUCACHE="0.13"
|
|
||||||
export FOCAL_VERSION_NGX_MODSECURITY="3.0.8"
|
|
||||||
export FOCAL_PCRE="10.42"
|
|
||||||
export FOCAL_OPENSSL="1_1_1f"
|
|
||||||
export FOCAL_ZLIB="1.3.1"
|
|
||||||
|
|
||||||
export JAMMY_VERSION_NGINX="1.22.1"
|
# https://github.com/openresty/lua-nginx-module/tags
|
||||||
export JAMMY_VERSION_LUA="2.1-20220915"
|
export NGX_MOD_LUA="0.10.26"
|
||||||
export JAMMY_VERSION_NGX_LUA="0.10.22"
|
|
||||||
export JAMMY_VERSION_NGX_RESTY_CORE="0.1.24"
|
|
||||||
export JAMMY_VERSION_NGX_RESTY_LRUCACHE="0.13"
|
|
||||||
export JAMMY_VERSION_NGX_MODSECURITY="3.0.8"
|
|
||||||
export JAMMY_PCRE="10.42"
|
|
||||||
export JAMMY_OPENSSL="3.0.2"
|
|
||||||
export JAMMY_ZLIB="1.3.1"
|
|
||||||
|
|
||||||
export NGX_DEVEL_KIT="0.3.2"
|
# https://github.com/vision5/ngx_devel_kit/tags
|
||||||
export NGX_PAGESPEED="1.13.35.2"
|
export NGX_MOD_DEVELKIT="0.3.3"
|
||||||
export NGX_PAGESPEED_PSOL="1.13.35.2-x64"
|
|
||||||
export NGX_GEOIP2="3.4"
|
# https://github.com/leev/ngx_http_geoip2_module/releases
|
||||||
export NGX_MODSECURITY="1.0.3"
|
export NGX_MOD_GEOIP2="3.4"
|
||||||
export NGX_HTTP_FLV="1.2.10"
|
|
||||||
export NGX_HEADERS_MORE="0.34"
|
# https://github.com/owasp-modsecurity/ModSecurity-nginx/releases
|
||||||
export NGX_LUA="0.10.22"
|
export NGX_MOD_MODSECURITY="1.0.3"
|
||||||
export NGX_SET_MISC="0.33"
|
|
||||||
|
# https://github.com/winshining/nginx-http-flv-module/releases
|
||||||
|
export NGX_MOD_HTTPFLV="1.2.11"
|
||||||
|
|
||||||
|
# https://github.com/openresty/headers-more-nginx-module/tags
|
||||||
|
export NGX_MOD_HEADERS_MORE="0.37"
|
||||||
|
|
||||||
|
# https://github.com/openresty/set-misc-nginx-module/releases
|
||||||
|
export NGX_MOD_SETMISC="0.33"
|
||||||
|
|
||||||
|
# https://github.com/openresty/lua-resty-core/tags
|
||||||
|
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"
|
||||||
|
|
||||||
|
# https://github.com/PCRE2Project/pcre2/releases
|
||||||
|
export SYSTEM_PCRE="10.43"
|
||||||
|
|
||||||
|
# https://github.com/openssl/openssl
|
||||||
|
export SYSTEM_OPENSSL="1_1_1f"
|
||||||
|
|
||||||
|
# https://github.com/SpiderLabs/ModSecurity/releases
|
||||||
|
export SYSTEM_MODSECURITY="3.0.12"
|
||||||
|
|||||||
Reference in New Issue
Block a user