diff options
| author | Michael Forney <mforney@mforney.org> | 2018-04-17 15:14:02 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-04-17 15:14:02 -0700 |
| commit | e0928eea498362478f693ae87e08b29ed0222c8c (patch) | |
| tree | 89a3dad6dbaab5e876c113cee517d737fb3e2c6f /pkg | |
| parent | 3fec229bb711140103428d181a0efa36a83791a1 (diff) | |
nginx: Update to 1.14.0
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/nginx/modules.txt | 1 | ||||
| -rw-r--r-- | pkg/nginx/ngx_auto_config.h | 8 | ||||
| -rw-r--r-- | pkg/nginx/rev | 2 | ||||
| -rw-r--r-- | pkg/nginx/sources.txt | 5 | ||||
| m--------- | pkg/nginx/src | 0 |
5 files changed, 11 insertions, 5 deletions
diff --git a/pkg/nginx/modules.txt b/pkg/nginx/modules.txt index 196b6086..6597f2be 100644 --- a/pkg/nginx/modules.txt +++ b/pkg/nginx/modules.txt @@ -11,6 +11,7 @@ http_upstream http_static http_autoindex http_index +http_try_files http_auth_basic http_access http_rewrite diff --git a/pkg/nginx/ngx_auto_config.h b/pkg/nginx/ngx_auto_config.h index b6e64748..cd464b86 100644 --- a/pkg/nginx/ngx_auto_config.h +++ b/pkg/nginx/ngx_auto_config.h @@ -15,7 +15,8 @@ #define NGX_HAVE_SENDFILE 1 #define NGX_HAVE_SENDFILE64 1 #define NGX_HAVE_PR_SET_DUMPABLE 1 -#define NGX_HAVE_SCHED_SETAFFINITY 1 +#define NGX_HAVE_PR_SET_KEEPCAPS 1 +#define NGX_HAVE_CAPABILITIES 1 #define NGX_HAVE_GNU_CRYPT_R 1 /* auto/os/conf */ @@ -30,9 +31,10 @@ #define NGX_HAVE_STATVFS 1 #define NGX_HAVE_DLOPEN 1 #define NGX_HAVE_SCHED_YIELD 1 +#define NGX_HAVE_SCHED_SETAFFINITY 1 #define NGX_HAVE_REUSEPORT 1 -#define NGX_HAVE_IP_BIND_ADDRESS_NO_PORT 1 #define NGX_HAVE_TRANSPARENT_PROXY 1 +#define NGX_HAVE_IP_BIND_ADDRESS_NO_PORT 1 #define NGX_HAVE_IP_PKTINFO 1 #define NGX_HAVE_IPV6_RECVPKTINFO 1 #define NGX_HAVE_DEFERRED_ACCEPT 1 @@ -59,6 +61,7 @@ #define NGX_HAVE_PWRITEV 1 #define NGX_SYS_NERR 1000 #define NGX_HAVE_LOCALTIME_R 1 +#define NGX_HAVE_CLOCK_MONOTONIC 1 #define NGX_HAVE_POSIX_MEMALIGN 1 #define NGX_HAVE_MEMALIGN 1 #define NGX_HAVE_MAP_ANON 1 @@ -109,4 +112,3 @@ #define NGX_SMP 1 #define NGX_USER "nginx" #define NGX_GROUP "nginx" - diff --git a/pkg/nginx/rev b/pkg/nginx/rev index b8626c4c..7ed6ff82 100644 --- a/pkg/nginx/rev +++ b/pkg/nginx/rev @@ -1 +1 @@ -4 +5 diff --git a/pkg/nginx/sources.txt b/pkg/nginx/sources.txt index c78a5ed7..a74d9dd2 100644 --- a/pkg/nginx/sources.txt +++ b/pkg/nginx/sources.txt @@ -20,13 +20,15 @@ http_core http/ngx_http_core_module.c http_log http/modules/ngx_http_log_module.c http_upstream http/ngx_http_upstream.c http/ngx_http_upstream_round_robin.c -http_v2 http/v2/ngx_http_v2.c http/v2/ngx_http_v2_table.c http/v2/ngx_http_v2_huff_decode.c http/v2/ngx_http_v2/huff_encode.c http/v2/ngx_http_v2_module.c +http_v2 http/v2/ngx_http_v2.c http/v2/ngx_http_v2_table.c http/v2/ngx_http_v2_encode.c http/v2/ngx_http_v2_huff_decode.c http/v2/ngx_http_v2/huff_encode.c http/v2/ngx_http_v2_module.c http_static http/modules/ngx_http_static_module.c http_gzip_static http/modules/ngx_http_gzip_static_module.c http_dav http/modules/ngx_http_dav_module.c http_autoindex http/modules/ngx_http_autoindex_module.c http_index http/modules/ngx_http_index_module.c http_random_index http/modules/ngx_http_random_index_module.c +http_mirror http/modules/ngx_http_mirror_module.c +http_try_files http/modules/ngx_http_try_files_module.c http_auth_request http/modules/ngx_http_auth_request_module.c http_auth_basic http/modules/ngx_http_auth_basic_module.c http_access http/modules/ngx_http_access_module.c @@ -45,6 +47,7 @@ http_proxy http/modules/ngx_http_proxy_module.c http_fastcgi http/modules/ngx_http_fastcgi_module.c http_uwsgi http/modules/ngx_http_uwsgi_module.c http_scgi http/modules/ngx_http_sgi_module.c +http_grpc http/modules/ngx_http_grpc_module.c http_perl http/modules/perl/ngx_http_perl_module.c http_memcached http/modules/ngx_http_memcached_module.c http_empty_gif http/modules/ngx_http_empty_gif_module.c diff --git a/pkg/nginx/src b/pkg/nginx/src -Subproject 0ddad64d9c0ec2f0581d4145761adcbb58729f9 +Subproject a8fe224b46a8125a623f1ddeea411b046d1a600 |
