wok rev 21465

updated modsecurity-apache (2.7.7 -> 2.9.3)
author Hans-G?nter Theisgen
date Tue Apr 30 14:44:45 2019 +0100 (2019-04-30)
parents 3d4dabd4c234
children eafc65d6036c
files modsecurity-apache/receipt
line diff
     1.1 --- a/modsecurity-apache/receipt	Tue Apr 30 14:28:03 2019 +0100
     1.2 +++ b/modsecurity-apache/receipt	Tue Apr 30 14:44:45 2019 +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.