mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 04:49:17 -04:00
ChangeLog: http://nginx.org/en/CHANGES-1.12 Also, remove third-party modules: o) udplog o) statsd Upgrade third-party modules: o) lua to 0.10.8 o) upstream_fair to b5be36f (upstream has been changed) Please see this comment in case of the production use of the lua module: https://github.com/openresty/lua-nginx-module/pull/1017#issuecomment-294076002 Patches obtained from: o)0459a285ca
o)d19df15904
12 lines
544 B
C
12 lines
544 B
C
--- ../lua-nginx-module-0.10.8/src/ngx_http_lua_headers.h.orig 2017-04-15 11:05:40.649209000 -0400
|
|
+++ ../lua-nginx-module-0.10.8/src/ngx_http_lua_headers.h 2017-04-15 11:06:01.658936000 -0400
|
|
@@ -15,6 +15,9 @@
|
|
void ngx_http_lua_inject_resp_header_api(lua_State *L);
|
|
void ngx_http_lua_inject_req_header_api(lua_State *L);
|
|
void ngx_http_lua_create_headers_metatable(ngx_log_t *log, lua_State *L);
|
|
+#if nginx_version >= 1011011
|
|
+void ngx_http_lua_ngx_raw_header_cleanup(void *data);
|
|
+#endif
|
|
|
|
|
|
#endif /* _NGX_HTTP_LUA_HEADERS_H_INCLUDED_ */
|