summaryrefslogtreecommitdiff
path: root/pkg/nginx
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-04-23 23:20:14 -0700
committerMichael Forney <mforney@mforney.org>2019-04-23 23:20:14 -0700
commit064c90cc028bd558f74245cb845526f0be21aabb (patch)
treeaacd0eaf9c59a8667fa03c4788add5d7769cdda2 /pkg/nginx
parent202afe1fa72291680eeb1548d68981f9b049671b (diff)
nginx: Update to 1.16.0
Diffstat (limited to 'pkg/nginx')
-rw-r--r--pkg/nginx/gen.lua1
-rw-r--r--pkg/nginx/sources.txt2
m---------pkg/nginx/src0
-rw-r--r--pkg/nginx/ver2
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