diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2025-04-30 11:23:27 -0400 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2025-04-30 11:26:03 -0400 |
commit | faec3a2239045beae7e2ee25565b43bfe9fe25dd (patch) | |
tree | e096c1415b8d4c721bf7c9fc01d5805caf347f4c /www/nginx-devel/files | |
parent | multimedia/py-knowit: New port: Know better your media files (diff) |
www/nginx-devel: update third-party http auth_jwt module (+)
from 2.3.0 to 2.3.1.
Bump PORTREVISION.
ChangeLog: https://github.com/TeslaGov/ngx-http-auth-jwt-module/compare/2.3.0...2.3.1
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); |