aboutsummaryrefslogtreecommitdiff
path: root/security/modsecurity3-nginx
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Mark Broken on armv6Jochen Neumeister2020-08-011-0/+2
| | | | | | | | | | | | | | configuring additional dynamic modules adding module in /wrkdirs/usr/ports/security/modsecurity3-nginx/work/ModSecurity-nginx-1.0.1 checking for ModSecurity library ... not found checking for ModSecurity library in /usr/local/modsecurity ... not found ./configure: error: ngx_http_modsecurity_module requires the ModSecurity library. ===> Script "configure" failed unexpectedly. Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=543902
* Update NGINX versionJochen Neumeister2020-05-072-5/+5
| | | | | | | | PR: 246228 Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=534276
* Update modsecurity3-nginx to 1.0.1Jochen Neumeister2020-01-182-9/+9
| | | | | | | | PR: 243411 243412 Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=523480
* security/modsecurity3-nginx: fix build on GCC architecturesPiotr Kubaj2020-01-131-0/+1
| | | | | | | | | C11 compiler is needed because of typedef redefinitions. MFH: 2020Q1 (fix build blanket) Notes: svn path=/head/; revision=522880
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Fix typoJochen Neumeister2019-07-181-1/+1
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=506840
* New Port: security/modsecurity-nginxJochen Neumeister2019-07-173-0/+104
The ModSecurity-nginx connector is the connection point between Nginx and libmodsecurity (ModSecurity v3). Said another way, this project provides a communication channel between Nginx and libmodsecurity. This connector is required to use LibModSecurity with Nginx. The ModSecurity-nginx connector takes the form of an Nginx module. The module simply serves as a layer of communication between Nginx and ModSecurity. Notice that this project depends on libmodsecurity rather than ModSecurity (version 2.9 or less). WWW: https://github.com/SpiderLabs/ModSecurity-nginx Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=506807