diff options
Diffstat (limited to 'community/fwsnort')
-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..87e49d48e0 100644 --- a/community/fwsnort/APKBUILD +++ b/community/fwsnort/APKBUILD @@ -2,13 +2,14 @@ # 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" license="GPL" depends="perl perl-netaddr-ip perl-iptables-parse iptables ip6tables net-tools wget" install="$pkgname.post-install" +options="checkroot" source="http://www.cipherdyne.org/$pkgname/download/$pkgname-nodeps-$pkgver.tar.gz fwsnort.up fwsnort.update |