wok diff modsecurity-apache/receipt @ rev 23010
updated libav (0.6.1 -> 0.6.6)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 03 08:54:13 2020 +0100 (2020-03-03) |
parents | 4c61a56582ce |
children | ad8b9ff412d2 |
line diff
1.1 --- a/modsecurity-apache/receipt Mon Feb 10 16:22:19 2014 +0000 1.2 +++ b/modsecurity-apache/receipt Tue Mar 03 08:54:13 2020 +0100 1.3 @@ -1,24 +1,27 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="modsecurity-apache" 1.7 -VERSION="2.7.7" 1.8 +VERSION="2.9.3" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Web application firewall engine." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 -TARBALL="${PACKAGE}_$VERSION.tar.gz" 1.13 LICENSE="Apache" 1.14 WEB_SITE="https://www.modsecurity.org/" 1.15 -WGET_URL="$WEB_SITE/tarball/$VERSION/$TARBALL" 1.16 1.17 -DEPENDS="apache apr apr-util pcre util-linux-uuid curl zlib libssl" 1.18 -BUILD_DEPENDS="wget apache-dev apr-dev apr-util-dev pcre-dev libxml2-dev \ 1.19 -util-linux-uuid-dev curl-dev" 1.20 +SOURCE="modsecurity" 1.21 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.22 +WGET_URL="${WEB_SITE}tarball/$VERSION/$TARBALL" 1.23 + 1.24 +DEPENDS="apache apr apr-util curl libssl pcre util-linux-uuid zlib" 1.25 +BUILD_DEPENDS="apache-dev apr-dev apr-util-dev curl-dev libxml2-dev \ 1.26 + pcre-dev util-linux-uuid-dev" 1.27 1.28 # Rules to configure and make the package. 1.29 compile_rules() 1.30 { 1.31 ./configure --prefix=/usr $CONFIGURE_ARGS && 1.32 - make && make DESTDIR=$DESTDIR install 1.33 + make -j 1 && 1.34 + make DESTDIR=$DESTDIR install 1.35 } 1.36 1.37 # Rules to gen a SliTaz package suitable for Tazpkg.