Skip to content

Commit 6d6c417

Browse files
committed
bump nginx and third party modules
1 parent 3e24c61 commit 6d6c417

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

nginx-build.sh

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,20 @@ set -euxo pipefail
99
# Usage: ./nginx-build.sh ABSOLUTE_OUTPUT_BINARY_PATH
1010
# Example: ./nginx-build.sh /usr/local/sbin/nginx
1111

12+
# https://nginx.org/en/download.html
13+
NGINX_VERSION=1.23.3
1214

13-
NGINX_VERSION=1.23.2
14-
NGX_DEVEL_KIT_VERSION=0.3.1
15+
# https://github.com/vision5/ngx_devel_kit/releases
16+
NGX_DEVEL_KIT_VERSION=0.3.2
17+
18+
# https://github.com/openresty/set-misc-nginx-module/tags
1519
NGX_SET_MISC_MOD_VERSION=0.33
20+
21+
# https://github.com/openresty/headers-more-nginx-module/tags
1622
NGX_HEADERS_MORE_MOD_VERSION=0.34
17-
NGX_NJS_MOD_VERSION=0.7.9
23+
24+
# https://hg.nginx.org/njs/tags
25+
NGX_NJS_MOD_VERSION=0.7.10
1826

1927
NGINX_SRC_URL=http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz
2028
NGX_DEVEL_KIT_SRC_URL=https://github.com/vision5/ngx_devel_kit/archive/refs/tags/v${NGX_DEVEL_KIT_VERSION}.tar.gz

0 commit comments

Comments
 (0)