Upgrade to 3.0.3.
PR: 233566 Submitted by: Marius Halden <marius.halden@modirum.com> (maintainer) Differential Revision: https://reviews.freebsd.org/D18357
This commit is contained in:
parent
88e5e4f570
commit
020f9c9263
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487301
3 changed files with 13 additions and 20 deletions
|
@ -2,40 +2,38 @@
|
|||
|
||||
PORTNAME= modsecurity
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.0.2
|
||||
PORTREVISION= 3
|
||||
DISTVERSION= 3.0.3
|
||||
PORTREVISION= 0
|
||||
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 \
|
||||
libGeoIP.so:net/GeoIP
|
||||
|
||||
USES= autoreconf compiler:c++11-lang gmake gnome libtool pkgconfig:build
|
||||
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
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= SpiderLabs
|
||||
GH_PROJECT= ModSecurity
|
||||
|
||||
GH_TUPLE+= SpiderLabs:secrules-language-tests:add8f63:secrules_language_tests/test/test-cases/secrules-language-tests
|
||||
GH_TUPLE+= client9:libinjection:da027ab:libinjection/others/libinjection
|
||||
GH_TUPLE+= SpiderLabs:ModSecurity-Python-bindings:bc625d5:modsecurity_python_bindings/bindings/python
|
||||
CONFIGURE_ARGS= --without-lmdb --without-ssdeep --without-lua
|
||||
|
||||
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 \
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
TIMESTAMP = 1524855265
|
||||
SHA256 (SpiderLabs-ModSecurity-v3.0.2_GH0.tar.gz) = a27c48a410870627c5d07aa8822b6459afff925b81b649905c7383bdee8fc1ce
|
||||
SIZE (SpiderLabs-ModSecurity-v3.0.2_GH0.tar.gz) = 550800
|
||||
SHA256 (SpiderLabs-secrules-language-tests-add8f63_GH0.tar.gz) = 18894cf90d6a1ade441053b2aa89fff495a50eec0c632d346cc223c692973cba
|
||||
SIZE (SpiderLabs-secrules-language-tests-add8f63_GH0.tar.gz) = 58901
|
||||
SHA256 (client9-libinjection-da027ab_GH0.tar.gz) = 7eaa6306d13427e002f976d4ce1bf3aaa3f94e7dd4ada02a69354fa482e6afca
|
||||
SIZE (client9-libinjection-da027ab_GH0.tar.gz) = 1656633
|
||||
SHA256 (SpiderLabs-ModSecurity-Python-bindings-bc625d5_GH0.tar.gz) = 7b10d90ec76985ddbdc4ca15c0675254cb6d10af6eaba620d1785d1b24b017eb
|
||||
SIZE (SpiderLabs-ModSecurity-Python-bindings-bc625d5_GH0.tar.gz) = 2647
|
||||
TIMESTAMP = 1543329304
|
||||
SHA256 (modsecurity-v3.0.3.tar.gz) = 8aa1300105d8cc23315a5e54421192bc617a66246ad004bd89e67c232208d0f4
|
||||
SIZE (modsecurity-v3.0.3.tar.gz) = 3246882
|
||||
|
|
|
@ -20,5 +20,6 @@ include/modsecurity/variable_value.h
|
|||
lib/libmodsecurity.a
|
||||
lib/libmodsecurity.so
|
||||
lib/libmodsecurity.so.3
|
||||
lib/libmodsecurity.so.3.0.2
|
||||
lib/libmodsecurity.so.3.0.3
|
||||
libdata/pkgconfig/modsecurity.pc
|
||||
@sample %%ETCDIR%%/modsecurity.conf.sample
|
||||
|
|
Loading…
Reference in a new issue