Created attachment 219144 [details] security_modsecurity3-3.0.4_2.patch The unicode mapping file which is included in the modsecurity 3 distribution has not been included in the package. The attached patch includes this file in the package.
A commit references this bug: Author: kevans Date: Tue Oct 27 13:53:15 UTC 2020 New revision: 553441 URL: https://svnweb.freebsd.org/changeset/ports/553441 Log: security/modsecurity3: include unicode.mapping in package This is included in the distribution and referenced in the default configuration that's installed, but hasn't been included in the package. Do so now. PR: 250669 Submitted by: Marius Halden <marius halden modirum com> (maintainer) MFH: 2020Q4 (blanket: packaging fix) Changes: head/security/modsecurity3/Makefile head/security/modsecurity3/pkg-plist
A commit references this bug: Author: kevans Date: Tue Oct 27 14:34:38 UTC 2020 New revision: 553447 URL: https://svnweb.freebsd.org/changeset/ports/553447 Log: MFH: r553441 security/modsecurity3: include unicode.mapping in package This is included in the distribution and referenced in the default configuration that's installed, but hasn't been included in the package. Do so now. PR: 250669 Submitted by: Marius Halden <marius halden modirum com> (maintainer) Approved by: ports-secteam (implicit, packaging fix) Changes: _U branches/2020Q4/ branches/2020Q4/security/modsecurity3/Makefile branches/2020Q4/security/modsecurity3/pkg-plist
Committed, thanks!