# HG changeset patch # User Antoine Bodin # Date 1297651934 -3600 # Node ID f9a0c48e790d16c8039cfa6d36dc6ab5903b0906 # Parent f1c5c0316d08ce48b1ad537db24f8da7ded107b6 Up: snort 2.9.0.4 diff -r f1c5c0316d08 -r f9a0c48e790d snort-dev/receipt --- a/snort-dev/receipt Mon Feb 14 03:36:07 2011 +0100 +++ b/snort-dev/receipt Mon Feb 14 03:52:14 2011 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="snort-dev" -VERSION="2.9.0.3" +VERSION="2.9.0.4" CATEGORY="development" SHORT_DESC="Network intrusion prevention and detection system, development files." MAINTAINER="pascal.bellard@slitaz.org" diff -r f1c5c0316d08 -r f9a0c48e790d snort/receipt --- a/snort/receipt Mon Feb 14 03:36:07 2011 +0100 +++ b/snort/receipt Mon Feb 14 03:52:14 2011 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="snort" -VERSION="2.9.0.3" +VERSION="2.9.0.4" CATEGORY="network" SHORT_DESC="Network intrusion prevention and detection system (IDS/IPS)." MAINTAINER="pascal.bellard@slitaz.org" @@ -9,14 +9,14 @@ WEB_SITE="http://www.snort.org/" WGET_URL="http://www.snort.org/downloads/637" DEPENDS="pcre libdnet libdaq" -BUILD_DEPENDS="pcre-dev libpcap-dev libdaq-dev libdnet-dev" +BUILD_DEPENDS="pcre-dev libpcap-dev libdaq-dev libdnet-dev wget" # Rules to configure and make the package. compile_rules() { cd $src ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man \ + --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install