[Bug 284561] www/nginx ngx_http_lua_module too old for www/lua-resty-core port

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 04 Feb 2025 14:03:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284561

Eirik Oeverby <ltning-freebsd@anduin.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #257222|0                           |1
           is patch|                            |

--- Comment #3 from Eirik Oeverby <ltning-freebsd@anduin.net> ---
Comment on attachment 257222
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=257222
Patch to update lua-nginx-module

diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index cc92fa663cd..dcbd16de74a 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=      nginx
 PORTVERSION=   1.26.2
-PORTREVISION=  11
+PORTREVISION=  12
 PORTEPOCH=     3
 CATEGORIES=    www
 MASTER_SITES=  https://nginx.org/download/ \
diff --git a/www/nginx/Makefile.extmod b/www/nginx/Makefile.extmod
index 6e008ebb341..e5bdaa5b850 100644
--- a/www/nginx/Makefile.extmod
+++ b/www/nginx/Makefile.extmod
@@ -209,7 +209,7 @@ LUA_LIB_DEPENDS=    libluajit-5.1.so:lang/luajit-openresty
 LUA_RUN_DEPENDS=       lua-resty-core>0:www/lua-resty-core
 LUA_CONFIGURE_ENV=     LUAJIT_INC=${LOCALBASE}/include/luajit-2.1 \
                        LUAJIT_LIB=${LOCALBASE}/lib
-LUA_GH_TUPLE=          openresty:lua-nginx-module:v0.10.27:lua
+LUA_GH_TUPLE=          openresty:lua-nginx-module:v0.10.28:lua
 LUA_VARS=              DSO_EXTMODS+=lua

 LUASTREAM_IMPLIES=     DEVEL_KIT
@@ -217,7 +217,7 @@ LUASTREAM_LIB_DEPENDS=     
libluajit-5.1.so:lang/luajit-openresty
 LUASTREAM_RUN_DEPENDS= lua-resty-core>0:www/lua-resty-core
 LUASTREAM_CONFIGURE_ENV=LUAJIT_INC=${LOCALBASE}/include/luajit-2.1 \
                        LUAJIT_LIB=${LOCALBASE}/lib
-LUASTREAM_GH_TUPLE=    openresty:stream-lua-nginx-module:v0.0.15:luastream
+LUASTREAM_GH_TUPLE=    openresty:stream-lua-nginx-module:v0.0.16:luastream
 LUASTREAM_VARS=                DSO_EXTMODS+=luastream

 LINK_GH_TUPLE=         Taymindis:nginx-link-function:3.2.4:link
diff --git a/www/nginx/distinfo b/www/nginx/distinfo
index 8e7819805d9..72b6fb874a6 100644
--- a/www/nginx/distinfo
+++ b/www/nginx/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1725305461
+TIMESTAMP = 1738672696
 SHA256 (nginx-1.26.2.tar.gz) =
627fe086209bba80a2853a0add9d958d7ebbdffa1a8467a5784c9a6b4f03d738
 SIZE (nginx-1.26.2.tar.gz) = 1244789
 SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) =
7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae
@@ -93,10 +93,10 @@ SHA256 (baysao-nginx-let-module-c1f23aa_GH0.tar.gz) =
7393809d5d8877812da1bd5b5f
 SIZE (baysao-nginx-let-module-c1f23aa_GH0.tar.gz) = 20617
 SHA256 (Taymindis-nginx-link-function-3.2.4_GH0.tar.gz) =
20c3679199ba7efe1598f03b2fa0b13591226363c8dd7930d7f02702cd5abada
 SIZE (Taymindis-nginx-link-function-3.2.4_GH0.tar.gz) = 139656
-SHA256 (openresty-lua-nginx-module-v0.10.27_GH0.tar.gz) =
d4d1655d954eba254c3c12359739ec1dd70829af7ef57f78cd0d50d19c901ab7
-SIZE (openresty-lua-nginx-module-v0.10.27_GH0.tar.gz) = 758977
-SHA256 (openresty-stream-lua-nginx-module-v0.0.15_GH0.tar.gz) =
dcd5bb189e0a99f8953d3143557ff79fac6e8ca2d58d5d0aeb5515fe72b87fc6
-SIZE (openresty-stream-lua-nginx-module-v0.0.15_GH0.tar.gz) = 394165
+SHA256 (openresty-lua-nginx-module-v0.10.28_GH0.tar.gz) =
634827d54de6216cb0502d14f76610788b3a3e33160e91d5578d6db0d9a34a20
+SIZE (openresty-lua-nginx-module-v0.10.28_GH0.tar.gz) = 869217
+SHA256 (openresty-stream-lua-nginx-module-v0.0.16_GH0.tar.gz) =
3b1103cf5ee940ea94711eae1a7ccc1a161273ec9a08eb415f1d45ad385f967d
+SIZE (openresty-stream-lua-nginx-module-v0.0.16_GH0.tar.gz) = 395259
 SHA256 (openresty-memc-nginx-module-v0.19_GH0.tar.gz) =
8c2bdbe875e4f5225d0778bfb09a2668f9281d7de6218c7b462a7ba2cee06fe8
 SIZE (openresty-memc-nginx-module-v0.19_GH0.tar.gz) = 34654
 SHA256 (SpiderLabs-ModSecurity-nginx-v1.0.3_GH0.tar.gz) =
32a42256616cc674dca24c8654397390adff15b888b77eb74e0687f023c8751b

-- 
You are receiving this mail because:
You are the assignee for the bug.