diff options
Diffstat (limited to 'www/nginx-devel/files')
-rw-r--r-- | www/nginx-devel/files/extra-patch-ngx_http_auth_jwt_module.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/nginx-devel/files/extra-patch-ngx_http_auth_jwt_module.c b/www/nginx-devel/files/extra-patch-ngx_http_auth_jwt_module.c index 6b790469ff96..07ba8458af28 100644 --- a/www/nginx-devel/files/extra-patch-ngx_http_auth_jwt_module.c +++ b/www/nginx-devel/files/extra-patch-ngx_http_auth_jwt_module.c @@ -1,5 +1,5 @@ ---- ../ngx-http-auth-jwt-module-2.3.0/src/ngx_http_auth_jwt_module.c.orig 2025-02-04 20:24:57.122767000 -0500 -+++ ../ngx-http-auth-jwt-module-2.3.0/src/ngx_http_auth_jwt_module.c 2025-02-04 20:25:14.922658000 -0500 +--- ../ngx-http-auth-jwt-module-2.3.1/src/ngx_http_auth_jwt_module.c.orig 2025-02-04 20:24:57.122767000 -0500 ++++ ../ngx-http-auth-jwt-module-2.3.1/src/ngx_http_auth_jwt_module.c 2025-02-04 20:25:14.922658000 -0500 @@ -866,17 +866,10 @@ jwt_location.data += strlen(COOKIE_PREFIX); jwt_location.len -= strlen(COOKIE_PREFIX); |