| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reported by: lwhsu
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 246228
Sponsored by: Netzkommune GmbH
Notes:
svn path=/head/; revision=534276
|
|
|
|
|
|
|
|
| |
PR: 243411 243412
Sponsored by: Netzkommune GmbH
Notes:
svn path=/head/; revision=523480
|
|
|
|
|
|
|
|
|
| |
C11 compiler is needed because of typedef redefinitions.
MFH: 2020Q1 (fix build blanket)
Notes:
svn path=/head/; revision=522880
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Sponsored by: Netzkommune GmbH
Notes:
svn path=/head/; revision=506840
|
|
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
|