commit: 4ad8e78136a88016884a4a24b0a1a5ed3beb6182
parent c0495e1b9d8fc78413393580a4f0456629c442b4
Author: Michael Forney <mforney@mforney.org>
Date: Thu, 23 Apr 2020 00:48:17 -0700
nginx: Update to 1.18.0
Diffstat:
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/pkg/nginx/modules.txt b/pkg/nginx/modules.txt
@@ -22,6 +22,7 @@ http_header_filter
http_chunked_filter
http_range_header_filter
http_gzip_filter
+http_postpone_filter
http_headers_filter
http_copy_filter
diff --git a/pkg/nginx/ngx_auto_config.h b/pkg/nginx/ngx_auto_config.h
@@ -70,6 +70,7 @@
#define NGX_HAVE_POSIX_SEM 1
#define NGX_HAVE_MSGHDR_MSG_CONTROL 1
#define NGX_HAVE_FIONBIO 1
+#define NGX_HAVE_FIONREAD 1
#define NGX_HAVE_GMTOFF 1
#define NGX_HAVE_D_TYPE 1
#define NGX_HAVE_SC_NPROCESSORS_ONLN 1
diff --git a/pkg/nginx/ver b/pkg/nginx/ver
@@ -1 +1 @@
-1.16.1 r0
+1.18.0 r0