summaryrefslogtreecommitdiff
path: root/www/nginx-devel/files/extra-patch-lua-nginx-module
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2022-09-25 09:38:02 -0400
committerSergey A. Osokin <osa@FreeBSD.org>2022-09-25 09:39:56 -0400
commit547f06cc6ccd50bd0faccac782562febbce20402 (patch)
treee0686b524cb3b97fc93d39ae2c7f3e99d9c1455e /www/nginx-devel/files/extra-patch-lua-nginx-module
parentlang/gcc12-devel: Update to 12.2.1.s20220924 (diff)
www/nginx-devel: third-party modules management
o) update third-party lua module 0.10.21 -> 0.10.22 o) update third-party http_shibboleth to the recent commit Bump PORTREVISION.
Diffstat (limited to '')
-rw-r--r--www/nginx-devel/files/extra-patch-lua-nginx-module12
1 files changed, 6 insertions, 6 deletions
diff --git a/www/nginx-devel/files/extra-patch-lua-nginx-module b/www/nginx-devel/files/extra-patch-lua-nginx-module
index b2a22d723d1f..46c7b291c1f2 100644
--- a/www/nginx-devel/files/extra-patch-lua-nginx-module
+++ b/www/nginx-devel/files/extra-patch-lua-nginx-module
@@ -9,10 +9,10 @@ Subject: [PATCH] bugfix: update handling of multiple headers changed in nginx
src/ngx_http_lua_headers_out.c | 64 ++++++++++++++++++++++++++++++++++
2 files changed, 110 insertions(+)
-diff --git a/../lua-nginx-module-0.10.21/src/ngx_http_lua_headers_in.c b/src/ngx_http_lua_headers_in.c
+diff --git a/../lua-nginx-module-0.10.22/src/ngx_http_lua_headers_in.c b/src/ngx_http_lua_headers_in.c
index a55d9cac7..440548140 100644
---- a/../lua-nginx-module-0.10.21/src/ngx_http_lua_headers_in.c
-+++ b/../lua-nginx-module-0.10.21/src/ngx_http_lua_headers_in.c
+--- a/../lua-nginx-module-0.10.22/src/ngx_http_lua_headers_in.c
++++ b/../lua-nginx-module-0.10.22/src/ngx_http_lua_headers_in.c
@@ -152,9 +152,15 @@ static ngx_http_lua_set_header_t ngx_http_lua_set_handlers[] = {
ngx_http_set_builtin_header },
#endif
@@ -83,10 +83,10 @@ index a55d9cac7..440548140 100644
}
-diff --git a/../lua-nginx-module-0.10.21/src/ngx_http_lua_headers_out.c b/src/ngx_http_lua_headers_out.c
+diff --git a/../lua-nginx-module-0.10.22/src/ngx_http_lua_headers_out.c b/src/ngx_http_lua_headers_out.c
index 6e9f9c19a..571723d9a 100644
---- a/../lua-nginx-module-0.10.21/src/ngx_http_lua_headers_out.c
-+++ b/../lua-nginx-module-0.10.21/src/ngx_http_lua_headers_out.c
+--- a/../lua-nginx-module-0.10.22/src/ngx_http_lua_headers_out.c
++++ b/../lua-nginx-module-0.10.22/src/ngx_http_lua_headers_out.c
@@ -311,6 +311,69 @@ static ngx_int_t
ngx_http_set_builtin_multi_header(ngx_http_request_t *r,
ngx_http_lua_header_val_t *hv, ngx_str_t *value)