summaryrefslogtreecommitdiff
path: root/www/nginx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--www/nginx/Makefile2
-rw-r--r--www/nginx/Makefile.extmod10
-rw-r--r--www/nginx/Makefile.options.desc1
3 files changed, 10 insertions, 3 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index 4f5d461c4275..e21a6c07c8dc 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -1,6 +1,6 @@
PORTNAME= nginx
PORTVERSION= 1.28.0
-PORTREVISION= 4
+PORTREVISION= 7
PORTEPOCH= 3
CATEGORIES= www
MASTER_SITES= https://nginx.org/download/ \
diff --git a/www/nginx/Makefile.extmod b/www/nginx/Makefile.extmod
index f57fbb3e5b08..eee8241b5fed 100644
--- a/www/nginx/Makefile.extmod
+++ b/www/nginx/Makefile.extmod
@@ -13,7 +13,7 @@ OPTIONS_GROUP_THIRDPARTYGRP= AJP AWS_AUTH BROTLI CACHE_PURGE \
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
@@ -234,7 +234,7 @@ NAXSI_VARS= DSO_EXTMODS+=naxsi NAXSI_SUBDIR=/naxsi_src
NAXSI_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-naxsi-libinjection__sqli_c \
${PATCHDIR}/extra-patch-naxsi_config
-NJS_GH_TUPLE= nginx:njs:0.8.5:njs
+NJS_GH_TUPLE= nginx:njs:0.9.4:njs
NJS_VARS= DSO_EXTMODS+=njs NJS_SUBDIR=/nginx
NJS_IMPLIES= STREAM
@@ -321,3 +321,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/nginx/Makefile.options.desc b/www/nginx/Makefile.options.desc
index 9ab1054b57ef..f2b3924b69f8 100644
--- a/www/nginx/Makefile.options.desc
+++ b/www/nginx/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