diff --git a/security/modsecurity3-nginx/Makefile b/security/modsecurity3-nginx/Makefile index de00ec798684..5a3e15559d58 100644 --- a/security/modsecurity3-nginx/Makefile +++ b/security/modsecurity3-nginx/Makefile @@ -1,92 +1,92 @@ PORTNAME= modsecurity3-nginx -DISTVERSION= 1.0.3 +DISTVERSION= 1.0.4 PORTREVISION= 0 CATEGORIES= security www -MASTER_SITES= http://nginx.org/download/ +MASTER_SITES= https://nginx.org/download/ DISTFILES= ${_NGINX_DISTNAME}${EXTRACT_SUFX} MAINTAINER= joneum@FreeBSD.org COMMENT= Instruction detection and prevention engine / nginx Wrapper WWW= https://github.com/SpiderLabs/ModSecurity-nginx LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_armv6= ./configure: error: ngx_http_modsecurity_module requires the ModSecurity library. LIB_DEPENDS= libmodsecurity.so:security/modsecurity3 USES= compiler:c11 USE_GITHUB= nodefault -GH_TUPLE= SpiderLabs:ModSecurity-nginx:v1.0.1:modsecurity3 +GH_TUPLE= SpiderLabs:ModSecurity-nginx:v1.0.4:modsecurity3 HAS_CONFIGURE= yes # Most arguments should be derived from www/nginx's Makefile to be in sync CONFIGURE_ARGS+= --prefix=${PREFIX}/etc/nginx \ --with-cc-opt="-I ${LOCALBASE}/include" \ --with-ld-opt="-L ${LOCALBASE}/lib" \ --conf-path=${PREFIX}/etc/nginx.conf \ --sbin-path=${PREFIX}/sbin/nginx \ --pid-path=${_NGINX_RUNDIR}/nginx.pid \ --error-log-path=${_NGINX_ERRORLOG} \ --user=${WWWOWN} --group=${WWWGRP} \ --modules-path=${_MODULESDIR} \ --with-file-aio \ --http-client-body-temp-path=${_NGINX_TMPDIR}/client_body_temp \ --http-fastcgi-temp-path=${_NGINX_TMPDIR}/fastcgi_temp \ --http-proxy-temp-path=${_NGINX_TMPDIR}/proxy_temp \ --http-scgi-temp-path=${_NGINX_TMPDIR}/scgi_temp \ --http-uwsgi-temp-path=${_NGINX_TMPDIR}/uwsgi_temp \ --http-log-path=${_NGINX_ACCESSLOG} \ --with-http_v2_module \ --with-http_addition_module \ --with-http_auth_request_module \ --with-http_dav_module \ --with-http_flv_module \ --with-http_gunzip_module \ --with-http_gzip_static_module \ --with-http_mp4_module \ --with-http_random_index_module \ --with-http_realip_module \ --with-pcre \ --with-http_secure_link_module \ --with-http_slice_module \ --with-http_ssl_module \ --with-http_stub_status_module \ --with-http_sub_module \ --without-mail_imap_module \ --without-mail_pop3_module \ --without-mail_smtp_module \ --with-mail_ssl_module \ --with-stream_ssl_module \ --with-stream_ssl_preread_module \ --with-threads \ --with-mail=dynamic \ --with-stream=dynamic \ --add-dynamic-module=${WRKSRC_modsecurity3} ALL_TARGET= WRKSRC= ${WRKDIR}/${_NGINX_DISTNAME} PLIST_FILES= ${_MODULESDIR}/ngx_http_modsecurity_module.so # These variables should be derived from www/nginx's Makefile _MODULESDIR= ${PREFIX}/libexec/nginx _NGINX_ACCESSLOG= ${_NGINX_LOGDIR}/access.log _NGINX_ERRORLOG= ${_NGINX_LOGDIR}/error.log _NGINX_LOGDIR= ${_NGINX_VARDIR}/log/nginx _NGINX_RUNDIR= ${_NGINX_VARDIR}/run _NGINX_TMPDIR= ${_NGINX_VARDIR}/tmp/nginx _NGINX_VARDIR= /var _NGINX_PORTNAME= nginx -_NGINX_PORTVERSION= 1.22.0 +_NGINX_PORTVERSION= 1.28.0 _NGINX_DISTNAME= ${_NGINX_PORTNAME}-${_NGINX_PORTVERSION} do-install: @${MKDIR} ${STAGEDIR}${_MODULESDIR} ${INSTALL_PROGRAM} ${WRKSRC}/objs/ngx_http_modsecurity_module.so \ ${STAGEDIR}${_MODULESDIR} .include diff --git a/security/modsecurity3-nginx/distinfo b/security/modsecurity3-nginx/distinfo index f124496b1b8d..210d0b34190c 100644 --- a/security/modsecurity3-nginx/distinfo +++ b/security/modsecurity3-nginx/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1653829990 -SHA256 (nginx-1.22.0.tar.gz) = b33d569a6f11a01433a57ce17e83935e953ad4dc77cdd4d40f896c88ac26eb53 -SIZE (nginx-1.22.0.tar.gz) = 1073322 -SHA256 (SpiderLabs-ModSecurity-nginx-v1.0.1_GH0.tar.gz) = c969a78659bb47c84929de0b9adc1f8c512a51ec9dd3b162cb568ae228d3d59e -SIZE (SpiderLabs-ModSecurity-nginx-v1.0.1_GH0.tar.gz) = 31920 +TIMESTAMP = 1767868159 +SHA256 (nginx-1.28.0.tar.gz) = c6b5c6b086c0df9d3ca3ff5e084c1d0ef909e6038279c71c1c3e985f576ff76a +SIZE (nginx-1.28.0.tar.gz) = 1280111 +SHA256 (SpiderLabs-ModSecurity-nginx-v1.0.4_GH0.tar.gz) = bb596d146ad0650014168dda9dc8d07c50a070010044c95ed0d167a9a78e63a1 +SIZE (SpiderLabs-ModSecurity-nginx-v1.0.4_GH0.tar.gz) = 1160677