Skip to content

Commit

Permalink
security/modsecurity3-nginx: Update to 1.0.2
Browse files Browse the repository at this point in the history
Changelog:
	- Fix auditlog in case of internal redirect
	- Fix nginx sends response without headers
	- Fix nginx not clearing body cache
	- Fix config setting not respected: client_body_in_file_only on
	- Fix audit_log not generated for disruptive actions
	- Exit more gracefully if uri length is zero

Sponsored by:	Netzkommune GmbH
  • Loading branch information
joneum committed Oct 16, 2021
1 parent c63e02a commit df285b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions security/modsecurity3-nginx/Makefile
@@ -1,6 +1,6 @@
PORTNAME= modsecurity3-nginx
DISTVERSION= 1.0.1
PORTREVISION= 1
DISTVERSION= 1.0.2
PORTREVISION= 0
CATEGORIES= security www
MASTER_SITES= http://nginx.org/download/
DISTFILES= ${_NGINX_DISTNAME}${EXTRACT_SUFX}
Expand Down Expand Up @@ -80,7 +80,7 @@ _NGINX_TMPDIR= ${_NGINX_VARDIR}/tmp/nginx
_NGINX_VARDIR= /var

_NGINX_PORTNAME= nginx
_NGINX_PORTVERSION= 1.18.0
_NGINX_PORTVERSION= 1.20.0
_NGINX_DISTNAME= ${_NGINX_PORTNAME}-${_NGINX_PORTVERSION}

do-install:
Expand Down
6 changes: 3 additions & 3 deletions security/modsecurity3-nginx/distinfo
@@ -1,5 +1,5 @@
TIMESTAMP = 1588869249
SHA256 (nginx-1.18.0.tar.gz) = 4c373e7ab5bf91d34a4f11a0c9496561061ba5eee6020db272a17a7228d35f99
SIZE (nginx-1.18.0.tar.gz) = 1039530
TIMESTAMP = 1634058703
SHA256 (nginx-1.20.0.tar.gz) = 54ef91ec8ebcaa486c640c09c92d832eaeaff149b10ee52ef140f407b1b04d1c
SIZE (nginx-1.20.0.tar.gz) = 1061070
SHA256 (SpiderLabs-ModSecurity-nginx-v1.0.1_GH0.tar.gz) = c969a78659bb47c84929de0b9adc1f8c512a51ec9dd3b162cb568ae228d3d59e
SIZE (SpiderLabs-ModSecurity-nginx-v1.0.1_GH0.tar.gz) = 31920

0 comments on commit df285b2

Please sign in to comment.