summaryrefslogtreecommitdiff
path: root/www/nginx/files/extra-patch-ngx_http_upstream.h
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2015-04-21 23:26:56 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2015-04-21 23:26:56 +0000
commite958fc0c440ea55af541a2a046aed485ccbab8b8 (patch)
treeae135e8cf6696c64aa6ee287c1b1fe2a6b9ce5c0 /www/nginx/files/extra-patch-ngx_http_upstream.h
parentSet soname so shared library tracking properly works (diff)
Upgrade to latest stable version 1.8.0.
According to vendor's recommendations safely remove NGX_THREADS macro with some long unused code from some third-party modules. Merge changes from www/nginx-devel to www/nginx. Merge third-pary upstream_sticky module from www/nginx to www/nginx-devel. Remove outdated syslog support.
Notes
Notes: svn path=/head/; revision=384469
Diffstat (limited to 'www/nginx/files/extra-patch-ngx_http_upstream.h')
-rw-r--r--www/nginx/files/extra-patch-ngx_http_upstream.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/www/nginx/files/extra-patch-ngx_http_upstream.h b/www/nginx/files/extra-patch-ngx_http_upstream.h
deleted file mode 100644
index f4c1f7ada782..000000000000
--- a/www/nginx/files/extra-patch-ngx_http_upstream.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/http/ngx_http_upstream.h.orig 2010-01-14 04:20:57.000000000 +0300
-+++ src/http/ngx_http_upstream.h 2010-01-14 04:22:00.000000000 +0300
-@@ -105,6 +105,10 @@
-
- ngx_array_t *servers; /* ngx_http_upstream_server_t */
-
-+ ngx_array_t *values;
-+ ngx_array_t *lengths;
-+ ngx_uint_t retries;
-+
- ngx_uint_t flags;
- ngx_str_t host;
- u_char *file_name;