git: faec3a223904 - main - www/nginx-devel: update third-party http auth_jwt module (+)

From: Sergey A. Osokin <osa_at_FreeBSD.org>
Date: Wed, 30 Apr 2025 15:26:09 UTC
The branch main has been updated by osa:

URL: https://cgit.FreeBSD.org/ports/commit/?id=faec3a2239045beae7e2ee25565b43bfe9fe25dd

commit faec3a2239045beae7e2ee25565b43bfe9fe25dd
Author:     Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2025-04-30 15:23:27 +0000
Commit:     Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2025-04-30 15:26:03 +0000

    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
---
 www/nginx-devel/Makefile                                     | 1 +
 www/nginx-devel/Makefile.extmod                              | 2 +-
 www/nginx-devel/distinfo                                     | 6 +++---
 www/nginx-devel/files/extra-patch-ngx_http_auth_jwt_module.c | 4 ++--
 4 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index 788c78480650..48be6ed2ab12 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -1,5 +1,6 @@
 PORTNAME?=	nginx
 PORTVERSION=	1.28.0
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	https://nginx.org/download/ \
 		LOCAL/osa
diff --git a/www/nginx-devel/Makefile.extmod b/www/nginx-devel/Makefile.extmod
index d6f8dbd66b43..67b474120360 100644
--- a/www/nginx-devel/Makefile.extmod
+++ b/www/nginx-devel/Makefile.extmod
@@ -75,7 +75,7 @@ HTTP_ACCEPT_LANGUAGE_VARS=	DSO_EXTMODS+=accept_language
 HTTP_AUTH_DIGEST_GH_TUPLE=	atomx:nginx-http-auth-digest:ac91c88:auth_digest
 HTTP_AUTH_DIGEST_VARS=		DSO_EXTMODS+=auth_digest
 
-HTTP_AUTH_JWT_GH_TUPLE=		TeslaGov:ngx-http-auth-jwt-module:2.3.0:auth_jwt
+HTTP_AUTH_JWT_GH_TUPLE=		TeslaGov:ngx-http-auth-jwt-module:2.3.1:auth_jwt
 HTTP_AUTH_JWT_LIB_DEPENDS=	libjwt.so:www/libjwt
 HTTP_AUTH_JWT_EXTRA_PATCHES=	${PATCHDIR}/extra-patch-ngx_http_auth_jwt_module.c
 HTTP_AUTH_JWT_VARS=		DSO_EXTMODS+=auth_jwt
diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo
index 39bb0607b6a5..3439d01dff19 100644
--- a/www/nginx-devel/distinfo
+++ b/www/nginx-devel/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1745418876
+TIMESTAMP = 1746026197
 SHA256 (nginx-1.28.0.tar.gz) = c6b5c6b086c0df9d3ca3ff5e084c1d0ef909e6038279c71c1c3e985f576ff76a
 SIZE (nginx-1.28.0.tar.gz) = 1280111
 SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae
@@ -39,8 +39,8 @@ SHA256 (dvershinin-nginx_accept_language_module-5683967_GH0.tar.gz) = a58feb576f
 SIZE (dvershinin-nginx_accept_language_module-5683967_GH0.tar.gz) = 3425
 SHA256 (atomx-nginx-http-auth-digest-ac91c88_GH0.tar.gz) = 31b2a737d3d5d118a286a0b8a6e2637eda313dba07a9a5824e4c6e33ea6e2b80
 SIZE (atomx-nginx-http-auth-digest-ac91c88_GH0.tar.gz) = 17890
-SHA256 (TeslaGov-ngx-http-auth-jwt-module-2.3.0_GH0.tar.gz) = 520c348416f5265be9aeb094e7c22ba7e34ed3611569a56c16265260ab39fd90
-SIZE (TeslaGov-ngx-http-auth-jwt-module-2.3.0_GH0.tar.gz) = 31526
+SHA256 (TeslaGov-ngx-http-auth-jwt-module-2.3.1_GH0.tar.gz) = a3865859a1476bd5e8a1468d9dee23d46c716b6b932649fde04238748eafe6d5
+SIZE (TeslaGov-ngx-http-auth-jwt-module-2.3.1_GH0.tar.gz) = 32459
 SHA256 (stnoonan-spnego-http-auth-nginx-module-60f0811_GH0.tar.gz) = 205e1ee4b5fcab1a7f136e39c569ddb470a35120761b8acc1463bda5e3062c42
 SIZE (stnoonan-spnego-http-auth-nginx-module-60f0811_GH0.tar.gz) = 30464
 SHA256 (kvspb-nginx-auth-ldap-241200e_GH0.tar.gz) = d3aa3a5ead311b34059d6ab1b6d2cf3ac8269c47a87b768523c07381229db470
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);