mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
modsecurity: update to 3.0.4.
This commit is contained in:
parent
a0a0688318
commit
68ff275d24
2 changed files with 4 additions and 3 deletions
|
@ -3845,3 +3845,4 @@ libblosc.so.1 c-blosc-1.17.1_1
|
||||||
libopenvdb.so.7.0 openvdb-7.0.0_1
|
libopenvdb.so.7.0 openvdb-7.0.0_1
|
||||||
libAlembic.so.1.7 alembic-1.7.12_1
|
libAlembic.so.1.7 alembic-1.7.12_1
|
||||||
libfacter.so.3.14.8 facter-3.14.8_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'
|
# Template file for 'modsecurity'
|
||||||
pkgname=modsecurity
|
pkgname=modsecurity
|
||||||
version=3.0.3
|
version=3.0.4
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="modsecurity-v${version}"
|
wrksrc="modsecurity-v${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-standalone-module --enable-htaccess-config"
|
configure_args="--enable-standalone-module --enable-htaccess-config"
|
||||||
|
@ -14,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://www.modsecurity.org"
|
homepage="https://www.modsecurity.org"
|
||||||
distfiles="https://github.com/SpiderLabs/ModSecurity/releases/download/v${version}/modsecurity-v${version}.tar.gz"
|
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"
|
nocross="configure: error: cannot check for file existence when cross compiling"
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue