Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Jun 2026 17:18:00 +0000
From:      Sergey A. Osokin <osa@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 797f48e4d8b3 - main - www/freenginx-devel: third-party modules management (+)
Message-ID:  <6a26f948.30e04.4e89c16e@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by osa:

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

commit 797f48e4d8b34b2ea75503ea93be2799c5ca5d41
Author:     Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2026-06-08 17:15:20 +0000
Commit:     Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2026-06-08 17:15:20 +0000

    www/freenginx-devel: third-party modules management (+)
    
    Update the following third-party modules and their dependencies
    to the recent snapshots:
    
    - echo
    - encrypted session
    - drizzle
    - lua
    - luastream
    - memc
    - set_misc
    - srcache
    
    Bump PORTREVISION.
    
    Sponsored by:   tipi.work
---
 www/freenginx-devel/Makefile                       |  2 +-
 www/freenginx-devel/Makefile.extmod                | 18 ++++++------
 www/freenginx-devel/distinfo                       | 34 +++++++++++-----------
 ...tra-patch-openresty-drizzle-nginx-module-config |  4 +--
 4 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/www/freenginx-devel/Makefile b/www/freenginx-devel/Makefile
index 06a5b5670f7d..c8b9cddd3e95 100644
--- a/www/freenginx-devel/Makefile
+++ b/www/freenginx-devel/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	freenginx
 PORTVERSION=	${NGINX_VERSION}
 .include "version.mk"
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www
 MASTER_SITES=	https://freenginx.org/download/ \
 		LOCAL/osa
diff --git a/www/freenginx-devel/Makefile.extmod b/www/freenginx-devel/Makefile.extmod
index 721a253a91c1..8a730c1bde5e 100644
--- a/www/freenginx-devel/Makefile.extmod
+++ b/www/freenginx-devel/Makefile.extmod
@@ -39,10 +39,10 @@ BROTLI_VARS=		DSO_EXTMODS+=brotli
 CACHE_PURGE_GH_TUPLE=	nginx-modules:ngx_cache_purge:3.0.2:cache_purge
 CACHE_PURGE_VARS=	DSO_EXTMODS+=cache_purge
 
-ECHO_GH_TUPLE=		openresty:echo-nginx-module:b0f344b:echo
+ECHO_GH_TUPLE=		openresty:echo-nginx-module:ebed47c:echo
 ECHO_VARS=		DSO_EXTMODS+=echo
 
-DRIZZLE_GH_TUPLE=	openresty:drizzle-nginx-module:c631276:drizzle
+DRIZZLE_GH_TUPLE=	openresty:drizzle-nginx-module:3b4cb3d:drizzle
 DRIZZLE_CONFIGURE_ENV=	LIBDRIZZLE_INC=${LOCALBASE}/include \
 			LIBDRIZZLE_LIB=${LOCALBASE}/lib
 DRIZZLE_EXTRA_PATCHES=	${PATCHDIR}/extra-patch-openresty-drizzle-nginx-module-config
@@ -57,7 +57,7 @@ DEVEL_KIT_GH_TUPLE=		vision5:ngx_devel_kit:v0.3.4:devel_kit
 DEVEL_KIT_USES=			iconv
 DEVEL_KIT_VARS=			FIRST_DSO_EXTMODS+=devel_kit
 
-ENCRYPTSESSION_GH_TUPLE=	openresty:encrypted-session-nginx-module:7ffe4ec:encryptsession
+ENCRYPTSESSION_GH_TUPLE=	openresty:encrypted-session-nginx-module:1ba049b:encryptsession
 ENCRYPTSESSION_IMPLIES=		DEVEL_KIT
 ENCRYPTSESSION_VARS=		DSO_EXTMODS+=encryptsession
 
@@ -207,7 +207,7 @@ LET_GH_TUPLE=		baysao:nginx-let-module:c1f23aa:let
 LET_VARS=		DSO_EXTMODS+=let
 
 LUA_GH_TUPLE=		openresty:lua-nginx-module:4b21d8f:lua \
-			openresty:lua-resty-core:e68e857:luarc \
+			openresty:lua-resty-core:9f8dc05:luarc \
 			openresty:lua-resty-lrucache:1c7cf6b:luarl
 LUA_CONFIGURE_ENV=	LUAJIT_INC=${LOCALBASE}/include/luajit-2.1 \
 			LUAJIT_LIB=${LOCALBASE}/lib
@@ -215,8 +215,8 @@ LUA_IMPLIES=		DEVEL_KIT
 LUA_LIB_DEPENDS=	libluajit-5.1.so:lang/luajit-openresty
 LUA_VARS=		DSO_EXTMODS+=lua
 
-LUASTREAM_GH_TUPLE=	openresty:stream-lua-nginx-module:421ed88:luastream \
-			openresty:lua-resty-core:e68e857:luarc \
+LUASTREAM_GH_TUPLE=	openresty:stream-lua-nginx-module:6f3335c:luastream \
+			openresty:lua-resty-core:9f8dc05:luarc \
 			openresty:lua-resty-lrucache:1c7cf6b:luarl
 LUASTREAM_CONFIGURE_ENV=LUAJIT_INC=${LOCALBASE}/include/luajit-2.1 \
 			LUAJIT_LIB=${LOCALBASE}/lib
@@ -228,7 +228,7 @@ LINK_EXTRA_PATCHES=	${PATCHDIR}/extra-patch-nginx-link-function-config \
 			${PATCHDIR}/extra-patch-ngx_link_func_module.c
 LINK_VARS=		DSO_EXTMODS+=link
 
-MEMC_GH_TUPLE=		openresty:memc-nginx-module:v0.20:memc
+MEMC_GH_TUPLE=		openresty:memc-nginx-module:8c0e680:memc
 MEMC_VARS=		DSO_EXTMODS+=memc
 
 MODSECURITY3_GH_TUPLE=		owasp-modsecurity:ModSecurity-nginx:b94f2d3:modsecurity3
@@ -301,7 +301,7 @@ REDIS2_VARS=		DSO_EXTMODS+=redis2
 RTMP_GH_TUPLE=		arut:nginx-rtmp-module:6c7719d:rtmp
 RTMP_VARS=		DSO_EXTMODS+=rtmp
 
-SET_MISC_GH_TUPLE=	openresty:set-misc-nginx-module:eb223c9:setmisc
+SET_MISC_GH_TUPLE=	openresty:set-misc-nginx-module:35365f2:setmisc
 SET_MISC_IMPLIES=	DEVEL_KIT
 SET_MISC_VARS=		DSO_EXTMODS+=setmisc
 
@@ -316,7 +316,7 @@ SHIBBOLETH_VARS=	DSO_EXTMODS+=shibboleth
 SLOWFS_CACHE_GH_TUPLE=	baysao:ngx_slowfs_cache:d011a18:slowfs_cache
 SLOWFS_CACHE_VARS=	DSO_EXTMODS+=slowfs_cache
 
-SRCACHE_GH_TUPLE=	openresty:srcache-nginx-module:bcdcfdc:srcache
+SRCACHE_GH_TUPLE=	openresty:srcache-nginx-module:ca5945a:srcache
 SRCACHE_VARS=		DSO_EXTMODS+=srcache
 
 STS_GH_TUPLE=		vozlt:nginx-module-sts:3c10d42:sts
diff --git a/www/freenginx-devel/distinfo b/www/freenginx-devel/distinfo
index 2315a8ecff4c..60a8aa0fcb2f 100644
--- a/www/freenginx-devel/distinfo
+++ b/www/freenginx-devel/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1780162211
+TIMESTAMP = 1780938351
 SHA256 (freenginx-1.31.2.tar.gz) = acf12de40dfec016f3130720f15b642f7df0eea0857e579129854d830595a1ea
 SIZE (freenginx-1.31.2.tar.gz) = 1253159
 SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae
@@ -21,14 +21,14 @@ SHA256 (nginx-modules-ngx_cache_purge-3.0.2_GH0.tar.gz) = 627f60bfd514bbe6de7af1
 SIZE (nginx-modules-ngx_cache_purge-3.0.2_GH0.tar.gz) = 42151
 SHA256 (vision5-ngx_devel_kit-v0.3.4_GH0.tar.gz) = 14a28063294f645d457b1eb10e3c23bbba44398f1c5f021421b58b6f8ab31662
 SIZE (vision5-ngx_devel_kit-v0.3.4_GH0.tar.gz) = 66474
-SHA256 (openresty-drizzle-nginx-module-c631276_GH0.tar.gz) = 215ebeb3bad3a907f13fbdae66a25939b6820bdba2f339394cbb9c8b8557308a
-SIZE (openresty-drizzle-nginx-module-c631276_GH0.tar.gz) = 51675
+SHA256 (openresty-drizzle-nginx-module-3b4cb3d_GH0.tar.gz) = 12ea00a44dd0b5c1bcb96a068809d05da4bba80cc874172e1f19e4c7f1aeb27e
+SIZE (openresty-drizzle-nginx-module-3b4cb3d_GH0.tar.gz) = 52143
 SHA256 (ZigzagAK-ngx_dynamic_upstream-ab67fe7_GH0.tar.gz) = 4610da3ce9c35e3eef0e6d12a6285b9c8020f6d44fb094b4af94c1275bc01156
 SIZE (ZigzagAK-ngx_dynamic_upstream-ab67fe7_GH0.tar.gz) = 22991
-SHA256 (openresty-echo-nginx-module-b0f344b_GH0.tar.gz) = d10b5b2e58065e79e28b1c4e572196f0b8b53acc2e1ee6902a667faec72d7885
-SIZE (openresty-echo-nginx-module-b0f344b_GH0.tar.gz) = 53548
-SHA256 (openresty-encrypted-session-nginx-module-7ffe4ec_GH0.tar.gz) = 1848ee88be81350326918930463e0f2be2013ab76ae589d01f00fd81c5da0c07
-SIZE (openresty-encrypted-session-nginx-module-7ffe4ec_GH0.tar.gz) = 11899
+SHA256 (openresty-echo-nginx-module-ebed47c_GH0.tar.gz) = 196ae5226fa74afbc035e7e104f0fc7d03f96d0847d854989ea3292d1b0f42ff
+SIZE (openresty-echo-nginx-module-ebed47c_GH0.tar.gz) = 53624
+SHA256 (openresty-encrypted-session-nginx-module-1ba049b_GH0.tar.gz) = f9911d467a0e2d28a1943e74d4d0f7d1a70e42a05a0c3d36c94236a47fb4df78
+SIZE (openresty-encrypted-session-nginx-module-1ba049b_GH0.tar.gz) = 11864
 SHA256 (ogarrett-nginx-fips-check-module-6cb4270_GH0.tar.gz) = d52fbb0f2819cd91b710ad85e6c8b452fdca6a5d81b0694d6637adba3fc2382c
 SIZE (ogarrett-nginx-fips-check-module-6cb4270_GH0.tar.gz) = 6494
 SHA256 (calio-form-input-nginx-module-v0.12_GH0.tar.gz) = 5c1869d55897075adb3fdf840b21060dc54669a1f840a36d1539acc7e59dd106
@@ -99,14 +99,14 @@ SHA256 (Taymindis-nginx-link-function-3.2.4_GH0.tar.gz) = 20c3679199ba7efe1598f0
 SIZE (Taymindis-nginx-link-function-3.2.4_GH0.tar.gz) = 139656
 SHA256 (openresty-lua-nginx-module-4b21d8f_GH0.tar.gz) = 17db04cda0e1c40e0fbdc518b2e3fd0713fba9ba0d9f5dec30607c5129146155
 SIZE (openresty-lua-nginx-module-4b21d8f_GH0.tar.gz) = 921392
-SHA256 (openresty-lua-resty-core-e68e857_GH0.tar.gz) = 24e515d9b4c4fc227f572c8c78e7feab46eb686d03c21af244b74f4f88cdb7cc
-SIZE (openresty-lua-resty-core-e68e857_GH0.tar.gz) = 262365
+SHA256 (openresty-lua-resty-core-9f8dc05_GH0.tar.gz) = 60d0d80eb4cbd7c711354749e3f9add358f2f49fcc7df83aa44b4cdeeaa22ebe
+SIZE (openresty-lua-resty-core-9f8dc05_GH0.tar.gz) = 262587
 SHA256 (openresty-lua-resty-lrucache-1c7cf6b_GH0.tar.gz) = c508cad018c69ce5724ee1e46fdfa48b2f33da5464c09d99e62df7fcf1cfcbe8
 SIZE (openresty-lua-resty-lrucache-1c7cf6b_GH0.tar.gz) = 17847
-SHA256 (openresty-stream-lua-nginx-module-421ed88_GH0.tar.gz) = 206e6aa2553bd940f4d69b218665099096e1a266aeace90c2d715f0cb9b1cecc
-SIZE (openresty-stream-lua-nginx-module-421ed88_GH0.tar.gz) = 372028
-SHA256 (openresty-memc-nginx-module-v0.20_GH0.tar.gz) = a42dd56dd6e2144755a127bcd2a6cc1a488258dc5cdb751d6a3e5dd5b6989239
-SIZE (openresty-memc-nginx-module-v0.20_GH0.tar.gz) = 34736
+SHA256 (openresty-stream-lua-nginx-module-6f3335c_GH0.tar.gz) = 99c05ddcdf82148c61ec5134f7da7497e71c38aed4f0dc9e9b6e211e820c7e2c
+SIZE (openresty-stream-lua-nginx-module-6f3335c_GH0.tar.gz) = 372272
+SHA256 (openresty-memc-nginx-module-8c0e680_GH0.tar.gz) = 63d422e39274448a9be6a941cad02d438d1b313d2380238ef09671e5a4acf7eb
+SIZE (openresty-memc-nginx-module-8c0e680_GH0.tar.gz) = 34791
 SHA256 (owasp-modsecurity-ModSecurity-nginx-b94f2d3_GH0.tar.gz) = 1859bc882520684bb44ffc314c566f8113a3a6070c194b8326d57fbdd1848c49
 SIZE (owasp-modsecurity-ModSecurity-nginx-b94f2d3_GH0.tar.gz) = 1160828
 SHA256 (nats-io-nginx-nats-6f7adf1_GH0.tar.gz) = 2fc9489e85a6d871524dea36ae801b60cbfc2a9f332c91ef3843d5f8e6f79652
@@ -129,16 +129,16 @@ SHA256 (openresty-redis2-nginx-module-454c223_GH0.tar.gz) = dd27c5c1766d67518c42
 SIZE (openresty-redis2-nginx-module-454c223_GH0.tar.gz) = 25731
 SHA256 (arut-nginx-rtmp-module-6c7719d_GH0.tar.gz) = af459cb16d276cf76a73adba55bc063330136090f7ce9279b851c35eea8c57da
 SIZE (arut-nginx-rtmp-module-6c7719d_GH0.tar.gz) = 520109
-SHA256 (openresty-set-misc-nginx-module-eb223c9_GH0.tar.gz) = 1eeea5ea1df3531e5a1fafde1464b3bb688a7ef1451875017dc25f72c733244b
-SIZE (openresty-set-misc-nginx-module-eb223c9_GH0.tar.gz) = 30088
+SHA256 (openresty-set-misc-nginx-module-35365f2_GH0.tar.gz) = 377718a8b105bdb54fa005926e42c0240f8dce7212f0d0df0cf709b208cd6557
+SIZE (openresty-set-misc-nginx-module-35365f2_GH0.tar.gz) = 30250
 SHA256 (sflow-nginx-sflow-module-f15c87f_GH0.tar.gz) = 251de3a5b588a4721effe88f3dbc632706321b7cd1af5fae7aa4f38ca50d2637
 SIZE (sflow-nginx-sflow-module-f15c87f_GH0.tar.gz) = 29515
 SHA256 (nginx-shib-nginx-http-shibboleth-629ae1f_GH0.tar.gz) = 79d3d8330c58254605e569bb34371c030122ad2f52e0191cbf06df3bc316952c
 SIZE (nginx-shib-nginx-http-shibboleth-629ae1f_GH0.tar.gz) = 23907
 SHA256 (baysao-ngx_slowfs_cache-d011a18_GH0.tar.gz) = 6ae8abb01a2aff788e75ec68621cb0159148a6f73730a84b30b0bdbc6cdc1758
 SIZE (baysao-ngx_slowfs_cache-d011a18_GH0.tar.gz) = 11186
-SHA256 (openresty-srcache-nginx-module-bcdcfdc_GH0.tar.gz) = fbe15bc0c2d52f778b04d4433e220f219bde0660d19c6acedf67aa194049b130
-SIZE (openresty-srcache-nginx-module-bcdcfdc_GH0.tar.gz) = 50848
+SHA256 (openresty-srcache-nginx-module-ca5945a_GH0.tar.gz) = 42ded785fc4f37f7c7ef6f8381e77b5636144386041a78e241cc37598acadc70
+SIZE (openresty-srcache-nginx-module-ca5945a_GH0.tar.gz) = 51803
 SHA256 (vozlt-nginx-module-sts-3c10d42_GH0.tar.gz) = 748b67ceb82b3b843ae915bf7863fd08b7c2427c045e5ec540242d050f7b30d0
 SIZE (vozlt-nginx-module-sts-3c10d42_GH0.tar.gz) = 352431
 SHA256 (kaltura-nginx-vod-module-26f0687_GH0.tar.gz) = 7c098d4b1c0f0a3d694ece364fa190d5c88a920352e4c3e9377ae3b38904a08b
diff --git a/www/freenginx-devel/files/extra-patch-openresty-drizzle-nginx-module-config b/www/freenginx-devel/files/extra-patch-openresty-drizzle-nginx-module-config
index 87795e542830..f40cdb4c2736 100644
--- a/www/freenginx-devel/files/extra-patch-openresty-drizzle-nginx-module-config
+++ b/www/freenginx-devel/files/extra-patch-openresty-drizzle-nginx-module-config
@@ -1,5 +1,5 @@
---- ../drizzle-nginx-module-c631276/config.orig	2020-01-22 18:04:58.000000000 -0500
-+++ ../drizzle-nginx-module-c631276/config	2020-04-24 06:23:01.264872000 -0400
+--- ../drizzle-nginx-module-3b4cb3d/config.orig	2020-01-22 18:04:58.000000000 -0500
++++ ../drizzle-nginx-module-3b4cb3d/config	2020-04-24 06:23:01.264872000 -0400
 @@ -34,12 +34,12 @@
  
      if [ $ngx_found = no ]; then


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a26f948.30e04.4e89c16e>