Date: Mon, 4 Dec 2023 15:02:38 GMT From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a66d25ea3569 - main - www/nginx: update naxsi to 1.6 Message-ID: <202312041502.3B4F2cpi060882@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by joneum: URL: https://cgit.FreeBSD.org/ports/commit/?id=a66d25ea3569416d7617fc3ed416a4929001271b commit a66d25ea3569416d7617fc3ed416a4929001271b Author: Franco Fichtner <franco@opnsense.org> AuthorDate: 2023-12-04 15:00:58 +0000 Commit: Jochen Neumeister <joneum@FreeBSD.org> CommitDate: 2023-12-04 15:02:13 +0000 www/nginx: update naxsi to 1.6 PR: 275278 Sponsored by: Netzkommune GmbH --- www/nginx-full/Makefile | 2 +- www/nginx/Makefile | 2 +- www/nginx/Makefile.extmod | 4 ++-- www/nginx/distinfo | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www/nginx-full/Makefile b/www/nginx-full/Makefile index 439f80968324..1ea70c9ef747 100644 --- a/www/nginx-full/Makefile +++ b/www/nginx-full/Makefile @@ -1,5 +1,5 @@ PORTNAME= nginx -PORTREVISION= 3 +PORTREVISION= 4 PKGNAMESUFFIX= -full MAINTAINER= joneum@FreeBSD.org diff --git a/www/nginx/Makefile b/www/nginx/Makefile index d037ba99710a..cc09a0a1f60a 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,6 +1,6 @@ PORTNAME= nginx PORTVERSION= 1.24.0 -PORTREVISION?= 13 +PORTREVISION?= 14 PORTEPOCH= 3 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \ diff --git a/www/nginx/Makefile.extmod b/www/nginx/Makefile.extmod index 1636979703b9..29185702dee2 100644 --- a/www/nginx/Makefile.extmod +++ b/www/nginx/Makefile.extmod @@ -242,8 +242,8 @@ MODSECURITY3_LIB_DEPENDS= libmodsecurity.so:security/modsecurity3 MODSECURITY3_GH_TUPLE= SpiderLabs:ModSecurity-nginx:v1.0.3:modsecurity3 MODSECURITY3_VARS= DSO_EXTMODS+=modsecurity3 -NAXSI_NGINX_VER= 1.4 -NAXSI_MASTER_SITES= https://www.github.com/wargio/naxsi/releases/download/1.4/:naxsi +NAXSI_NGINX_VER= 1.6 +NAXSI_MASTER_SITES= https://www.github.com/wargio/naxsi/releases/download/${NAXSI_NGINX_VER}/:naxsi NAXSI_DISTFILES= naxsi-${NAXSI_NGINX_VER}-src-with-deps.tar.gz:naxsi NAXSI_VARS= DSO_EXTMODS+=naxsi NAXSI_SUBDIR=/naxsi_src WRKSRC_naxsi= ${WRKDIR}/naxsi-${NAXSI_NGINX_VER} diff --git a/www/nginx/distinfo b/www/nginx/distinfo index d92154f9f845..f9d579b4f120 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -7,8 +7,8 @@ SHA256 (nginx_mod_h264_streaming-2.2.7.tar.gz) = 6d974ba630cef59de1f60996c66b401 SIZE (nginx_mod_h264_streaming-2.2.7.tar.gz) = 44012 SHA256 (ngx_http_redis-0.3.9.tar.gz) = 21f87540f0a44b23ffa5df16fb3d788bc90803b255ef14f9c26e3847a6f26f46 SIZE (ngx_http_redis-0.3.9.tar.gz) = 13051 -SHA256 (naxsi-1.4-src-with-deps.tar.gz) = c4b9d752fbb70fa40fcc17aaaef6e0f19071a0e77ff74cac4b3da57a67868684 -SIZE (naxsi-1.4-src-with-deps.tar.gz) = 2274095 +SHA256 (naxsi-1.6-src-with-deps.tar.gz) = 1add95e5e473fca58b18356fd896221f98a122450d5b6e91b4352ef726f98a06 +SIZE (naxsi-1.6-src-with-deps.tar.gz) = 3352718 SHA256 (passenger-6.0.17.tar.gz) = 385559ed1d78eb83165222d568721dcc4222bb57c1939811ecd2c4ef33937ba7 SIZE (passenger-6.0.17.tar.gz) = 8422867 SHA256 (msva-nginx_ajp_module-fcbb2cc_GH0.tar.gz) = 522e94c59f5783f281d868ede2adf325bf2f8ffb9e62cf8451d4b9ac0516916c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312041502.3B4F2cpi060882>