logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: e0928eea498362478f693ae87e08b29ed0222c8c
parent 3fec229bb711140103428d181a0efa36a83791a1
Author: Michael Forney <mforney@mforney.org>
Date:   Tue, 17 Apr 2018 15:14:02 -0700

nginx: Update to 1.14.0

Diffstat:

Mpkg/nginx/modules.txt1+
Mpkg/nginx/ngx_auto_config.h8+++++---
Mpkg/nginx/rev2+-
Mpkg/nginx/sources.txt5++++-
4 files changed, 11 insertions(+), 5 deletions(-)

diff --git 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 @@ -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 @@ -1 +1 @@ -4 +5 diff --git 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