# HG changeset patch # User Hans-G?nter Theisgen # Date 1556631885 -3600 # Node ID 20b4935ebb5d4d96b19ac3816e4d87e1da8b9173 # Parent 3d4dabd4c234c7da84a7438a72274b092e5d620e updated modsecurity-apache (2.7.7 -> 2.9.3) diff -r 3d4dabd4c234 -r 20b4935ebb5d modsecurity-apache/receipt --- a/modsecurity-apache/receipt Tue Apr 30 14:28:03 2019 +0100 +++ b/modsecurity-apache/receipt Tue Apr 30 14:44:45 2019 +0100 @@ -1,24 +1,27 @@ # SliTaz package receipt. PACKAGE="modsecurity-apache" -VERSION="2.7.7" +VERSION="2.9.3" CATEGORY="network" SHORT_DESC="Web application firewall engine." MAINTAINER="pascal.bellard@slitaz.org" -TARBALL="${PACKAGE}_$VERSION.tar.gz" LICENSE="Apache" WEB_SITE="https://www.modsecurity.org/" -WGET_URL="$WEB_SITE/tarball/$VERSION/$TARBALL" -DEPENDS="apache apr apr-util pcre util-linux-uuid curl zlib libssl" -BUILD_DEPENDS="wget apache-dev apr-dev apr-util-dev pcre-dev libxml2-dev \ -util-linux-uuid-dev curl-dev" +SOURCE="modsecurity" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="${WEB_SITE}tarball/$VERSION/$TARBALL" + +DEPENDS="apache apr apr-util curl libssl pcre util-linux-uuid zlib" +BUILD_DEPENDS="apache-dev apr-dev apr-util-dev curl-dev libxml2-dev \ + pcre-dev util-linux-uuid-dev" # Rules to configure and make the package. compile_rules() { ./configure --prefix=/usr $CONFIGURE_ARGS && - make && make DESTDIR=$DESTDIR install + make -j 1 && + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.