diff options
| author | Michael Forney <mforney@mforney.org> | 2020-04-23 00:48:17 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-04-23 00:48:49 -0700 |
| commit | 4ad8e78136a88016884a4a24b0a1a5ed3beb6182 (patch) | |
| tree | 69673afa5fe18f5c72d0b9e18b343d6c3cae92dc /pkg | |
| parent | c0495e1b9d8fc78413393580a4f0456629c442b4 (diff) | |
nginx: Update to 1.18.0
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/nginx/modules.txt | 1 | ||||
| -rw-r--r-- | pkg/nginx/ngx_auto_config.h | 1 | ||||
| m--------- | pkg/nginx/src | 0 | ||||
| -rw-r--r-- | pkg/nginx/ver | 2 |
4 files changed, 3 insertions, 1 deletions
diff --git a/pkg/nginx/modules.txt b/pkg/nginx/modules.txt index 6597f2be..36076610 100644 --- 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 index cd464b86..f0976b65 100644 --- 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/src b/pkg/nginx/src -Subproject 9334b482677844dc7f0bdfc82b717dc70912e62 +Subproject e6b3a11581a8040baf7aded3319b0dec433b246 diff --git a/pkg/nginx/ver b/pkg/nginx/ver index 4281667d..b79822f2 100644 --- a/pkg/nginx/ver +++ b/pkg/nginx/ver @@ -1 +1 @@ -1.16.1 r0 +1.18.0 r0 |
