diff options
-rw-r--r-- | community/fwsnort/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/fwsnort/APKBUILD b/community/fwsnort/APKBUILD index 6960de849e..a26fe72b70 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=1 +pkgrel=0 pkgdesc="Application layer IDS/IPS by translating snort rules into iptables" url="http://www.cipherdyne.org/fwsnort/" arch="noarch" @@ -13,7 +13,6 @@ 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() { |