Index: branches/2020Q4/security/modsecurity3/Makefile =================================================================== --- branches/2020Q4/security/modsecurity3/Makefile (revision 553446) +++ branches/2020Q4/security/modsecurity3/Makefile (revision 553447) @@ -1,44 +1,46 @@ # $FreeBSD$ PORTNAME= modsecurity DISTVERSIONPREFIX= v DISTVERSION= 3.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security www MASTER_SITES= https://github.com/SpiderLabs/ModSecurity/releases/download/v${PORTVERSION}/ PKGNAMESUFFIX= 3 MAINTAINER= marius.halden@modirum.com COMMENT= Intrusion detection and prevention engine LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libcurl.so:ftp/curl \ libpcre.so:devel/pcre \ libyajl.so:devel/yajl \ libmaxminddb.so:net/libmaxminddb USES= compiler:c++11-lang gmake gnome libtool pkgconfig:build USE_GNOME= libxml2 # GCC because of https://github.com/SpiderLabs/ModSecurity/issues/1411 USE_GCC= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-lmdb --without-ssdeep --without-lua PLIST_SUB= SHLIBVER=${DISTVERSION} ETCDIR= ${PREFIX}/etc/modsecurity CONFLICTS_INSTALL= ap??-mod_security mod_security3 INSTALL_TARGET= install-strip post-install: @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/modsecurity.conf-recommended \ ${STAGEDIR}${ETCDIR}/modsecurity.conf.sample + ${INSTALL_DATA} ${WRKSRC}/unicode.mapping \ + ${STAGEDIR}${ETCDIR}/unicode.mapping .include Index: branches/2020Q4/security/modsecurity3/pkg-plist =================================================================== --- branches/2020Q4/security/modsecurity3/pkg-plist (revision 553446) +++ branches/2020Q4/security/modsecurity3/pkg-plist (revision 553447) @@ -1,25 +1,26 @@ bin/modsec-rules-check include/modsecurity/actions/action.h include/modsecurity/anchored_set_variable.h include/modsecurity/anchored_variable.h include/modsecurity/audit_log.h include/modsecurity/collection/collection.h include/modsecurity/collection/collections.h include/modsecurity/debug_log.h include/modsecurity/intervention.h include/modsecurity/modsecurity.h include/modsecurity/reading_logs_via_rule_message.h include/modsecurity/rule.h include/modsecurity/rule_message.h include/modsecurity/rules.h include/modsecurity/rules_exceptions.h include/modsecurity/rules_properties.h include/modsecurity/transaction.h include/modsecurity/variable_origin.h include/modsecurity/variable_value.h lib/libmodsecurity.a lib/libmodsecurity.so lib/libmodsecurity.so.3 lib/libmodsecurity.so.%%SHLIBVER%% libdata/pkgconfig/modsecurity.pc +%%ETCDIR%%/unicode.mapping @sample %%ETCDIR%%/modsecurity.conf.sample Index: branches/2020Q4 =================================================================== --- branches/2020Q4 (revision 553446) +++ branches/2020Q4 (revision 553447) Property changes on: branches/2020Q4 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r553441