diff options
-rw-r--r-- | community/fwsnort/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/fwsnort/APKBUILD b/community/fwsnort/APKBUILD index a26fe72b70..6960de849e 100644 --- a/community/fwsnort/APKBUILD +++ b/community/fwsnort/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Stuart Cardall <developer@it-offshore.co.uk> pkgname=fwsnort pkgver=1.6.8 -pkgrel=0 +pkgrel=1 pkgdesc="Application layer IDS/IPS by translating snort rules into iptables" url="http://www.cipherdyne.org/fwsnort/" arch="noarch" @@ -13,6 +13,7 @@ source="http://www.cipherdyne.org/$pkgname/download/$pkgname-nodeps-$pkgver.tar. fwsnort.up fwsnort.update periodic.daily" +options="!check" # requires uid=0 builddir="$srcdir/$pkgname-$pkgver" build() { |