diff options
| -rw-r--r-- | www/freenginx/Makefile | 2 | ||||
| -rw-r--r-- | www/freenginx/Makefile.extmod | 8 | ||||
| -rw-r--r-- | www/freenginx/Makefile.options.desc | 1 | ||||
| -rw-r--r-- | www/freenginx/distinfo | 4 | ||||
| -rw-r--r-- | www/freenginx/pkg-plist | 2 |
5 files changed, 14 insertions, 3 deletions
diff --git a/www/freenginx/Makefile b/www/freenginx/Makefile index ff7521ad96ff..81768a6891d4 100644 --- a/www/freenginx/Makefile +++ b/www/freenginx/Makefile @@ -1,6 +1,6 @@ PORTNAME= freenginx PORTVERSION= 1.28.0 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES= www MASTER_SITES= https://freenginx.org/download/ \ LOCAL/joneum diff --git a/www/freenginx/Makefile.extmod b/www/freenginx/Makefile.extmod index 995a3db3e309..6e84e74ec0ef 100644 --- a/www/freenginx/Makefile.extmod +++ b/www/freenginx/Makefile.extmod @@ -13,7 +13,7 @@ OPTIONS_GROUP_THIRDPARTYGRP= AJP AWS_AUTH BROTLI CACHE_PURGE CT \ HTTP_UPSTREAM_STICKY HTTP_VIDEO_THUMBEXTRACTOR HTTP_ZIP ICONV LET LINK LUA LUASTREAM \ MEMC MODSECURITY3 NAXSI PASSENGER POSTGRES RDS_CSV RDS_JSON \ REDIS2 RTMP SET_MISC SFLOW SHIBBOLETH SLOWFS_CACHE SRCACHE STS \ - VOD VTS XSS WEBSOCKIFY + VOD VTS XSS WEBSOCKIFY ZSTD AJP_GH_TUPLE= msva:nginx_ajp_module:fcbb2cc:ajp AJP_VARS= DSO_EXTMODS+=ajp @@ -326,3 +326,9 @@ XSS_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-xss-nginx-module-config WEBSOCKIFY_GH_TUPLE= tg123:websockify-nginx-module:c11bc9a:websockify WEBSOCKIFY_VARS= DSO_EXTMODS+=websockify + +ZSTD_LIB_DEPENDS= libzstd.so:archivers/zstd +ZSTD_CONFIGURE_ENV= ZSTD_INC=${LOCALBASE}/include \ + ZSTD_LIB=${LOCALBASE}/lib +ZSTD_GH_TUPLE= tokers:zstd-nginx-module:f4ba115:zstd +ZSTD_VARS= DSO_EXTMODS+=zstd diff --git a/www/freenginx/Makefile.options.desc b/www/freenginx/Makefile.options.desc index 9ab1054b57ef..f2b3924b69f8 100644 --- a/www/freenginx/Makefile.options.desc +++ b/www/freenginx/Makefile.options.desc @@ -115,3 +115,4 @@ VTS_DESC= 3rd party vts module WWW_DESC= Enable html sample files XSS_DESC= 3rd party xss module WEBSOCKIFY_DESC= 3rd party websockify module +ZSTD_DESC= 3rd party zstd module diff --git a/www/freenginx/distinfo b/www/freenginx/distinfo index d0a18f9981e6..2ce8cbbb943a 100644 --- a/www/freenginx/distinfo +++ b/www/freenginx/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1762713451 +TIMESTAMP = 1762717379 SHA256 (freenginx-1.28.0.tar.gz) = 28651bf51ff95de027262d7af23000e5862fb3d1b2252ac83d97ce4c9a4a18a2 SIZE (freenginx-1.28.0.tar.gz) = 1228344 SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae @@ -139,3 +139,5 @@ SHA256 (tg123-websockify-nginx-module-c11bc9a_GH0.tar.gz) = aca454bffcee2476dc92 SIZE (tg123-websockify-nginx-module-c11bc9a_GH0.tar.gz) = 14646 SHA256 (openresty-xss-nginx-module-v0.06_GH0.tar.gz) = 0b12bbc53a41f3e3d6df419c173b8c87434be3e6cd255a8193aa91345a2de6cf SIZE (openresty-xss-nginx-module-v0.06_GH0.tar.gz) = 12448 +SHA256 (tokers-zstd-nginx-module-f4ba115_GH0.tar.gz) = 20045e8ac80e2cc9fd3659573153cb1f22d98a653a10fe939a4be0e90160826a +SIZE (tokers-zstd-nginx-module-f4ba115_GH0.tar.gz) = 55848 diff --git a/www/freenginx/pkg-plist b/www/freenginx/pkg-plist index ce596832f84f..060ad1cf7b27 100644 --- a/www/freenginx/pkg-plist +++ b/www/freenginx/pkg-plist @@ -85,6 +85,8 @@ %%DSO%%%%VTS%%libexec/freenginx/ngx_http_vhost_traffic_status_module.so %%DSO%%%%WEBSOCKIFY%%libexec/freenginx/ngx_http_websockify_module.so %%DSO%%%%XSS%%libexec/freenginx/ngx_http_xss_filter_module.so +%%DSO%%%%ZSTD%%libexec/nginx/ngx_http_zstd_filter_module.so +%%DSO%%%%ZSTD%%libexec/nginx/ngx_http_zstd_static_module.so %%HTTP_PERL%%%%SITE_ARCH%%/auto/freenginx/freenginx.so %%HTTP_PERL%%%%SITE_ARCH%%/freenginx.pm sbin/nginx |
