logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 064c90cc028bd558f74245cb845526f0be21aabb
parent 202afe1fa72291680eeb1548d68981f9b049671b
Author: Michael Forney <mforney@mforney.org>
Date:   Tue, 23 Apr 2019 23:20:14 -0700

nginx: Update to 1.16.0

Diffstat:

Mpkg/nginx/gen.lua1+
Mpkg/nginx/sources.txt2++
Mpkg/nginx/ver2+-
3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pkg/nginx/gen.lua b/pkg/nginx/gen.lua @@ -95,6 +95,7 @@ local sources = paths[[src/( ngx_event_timer.c ngx_event_posted.c ngx_event_accept.c + ngx_event_udp.c ngx_event_connect.c ngx_event_pipe.c modules/ngx_epoll_module.c diff --git a/pkg/nginx/sources.txt b/pkg/nginx/sources.txt @@ -59,6 +59,7 @@ http_mp4 http/modules/ngx_http_mp4_module.c http_upstream_hash http/modules/ngx_http_upstream_hash_module.c http_upstream_ip_hash http/modules/ngx_http_upstream_ip_hash_module.c http_upstream_least_conn http/modules/ngx_http_upstream_least_conn_module.c +http_upstream_random http/modules/ngx_http_upstream_random_module.c http_upstream_keepalive http/modules/ngx_http_upstream_keepalive_module.c http_upstream_zone http/modules/ngx_http_upstream_zone_module.c http_stub_status http/modules/ngx_http_stub_status_module.c @@ -117,6 +118,7 @@ stream_split_clients stream/ngx_stream_split_clients_module.c stream_return stream/ngx_stream_return_module.c stream_upstream_hash stream/ngx_stream_upstream_hash_module.c stream_upstream_least_conn stream/ngx_stream_upstream_least_conn_module.c +stream_upstream_random_module stream/ngx_stream_upstream_random_module.c stream_upstream_zone stream/ngx_stream_upstream_zone_module.c stream_ssl_preread stream/ngx_stream_ssl_preread_module.c diff --git a/pkg/nginx/ver b/pkg/nginx/ver @@ -1 +1 @@ -1.14.2 r0 +1.16.0 r0