modsecurity: update to 3.0.4.
This commit is contained in:
parent
a0a0688318
commit
68ff275d24
|
@ -3845,3 +3845,4 @@ libblosc.so.1 c-blosc-1.17.1_1
|
|||
libopenvdb.so.7.0 openvdb-7.0.0_1
|
||||
libAlembic.so.1.7 alembic-1.7.12_1
|
||||
libfacter.so.3.14.8 facter-3.14.8_1
|
||||
libmodsecurity.so.3 modsecurity-3.0.4_1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'modsecurity'
|
||||
pkgname=modsecurity
|
||||
version=3.0.3
|
||||
revision=2
|
||||
version=3.0.4
|
||||
revision=1
|
||||
wrksrc="modsecurity-v${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-standalone-module --enable-htaccess-config"
|
||||
|
@ -14,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="Apache-2.0"
|
||||
homepage="https://www.modsecurity.org"
|
||||
distfiles="https://github.com/SpiderLabs/ModSecurity/releases/download/v${version}/modsecurity-v${version}.tar.gz"
|
||||
checksum=8aa1300105d8cc23315a5e54421192bc617a66246ad004bd89e67c232208d0f4
|
||||
checksum=b4231177dd80b4e076b228e57d498670113b69d445bab86db25f65346c24db22
|
||||
nocross="configure: error: cannot check for file existence when cross compiling"
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
|
Loading…
Reference in New Issue