diff options
Diffstat (limited to 'pkg/nginx')
| -rw-r--r-- | pkg/nginx/gen.lua | 1 | ||||
| -rw-r--r-- | pkg/nginx/sources.txt | 2 | ||||
| m--------- | pkg/nginx/src | 0 | ||||
| -rw-r--r-- | pkg/nginx/ver | 2 |
4 files changed, 4 insertions, 1 deletions
diff --git a/pkg/nginx/gen.lua b/pkg/nginx/gen.lua index 000ccea0..20db8a79 100644 --- 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 index a74d9dd2..2ba58161 100644 --- 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/src b/pkg/nginx/src -Subproject 9bfbacdd3cb4df648f42ebf3c1381671ff1dd10 +Subproject 144242b033e476e9644c760b240ff3e561eba61 diff --git a/pkg/nginx/ver b/pkg/nginx/ver index 5b59d869..4413abdb 100644 --- a/pkg/nginx/ver +++ b/pkg/nginx/ver @@ -1 +1 @@ -1.14.2 r0 +1.16.0 r0 |
