aboutsummaryrefslogtreecommitdiffstats
path: root/community/fwsnort
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2018-12-26 11:24:19 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2018-12-26 11:24:19 +0000
commit5985560fe98fd43a451182b531ae2aebbe512f5f (patch)
treebf5e9990d992692afba6361569172beec287a4f3 /community/fwsnort
parent375cb8b726e38c1c6749d17b7df5c345fd8c7abc (diff)
downloadaports-5985560fe98fd43a451182b531ae2aebbe512f5f.tar.bz2
aports-5985560fe98fd43a451182b531ae2aebbe512f5f.tar.xz
community/fwsnort: disable check()
./test-fwsnort.pl: You must be root (or equivalent UID 0 account) to effectively test fwsnort at ./test-fwsnort.pl line 822. >>> ERROR: fwsnort: check failed
Diffstat (limited to 'community/fwsnort')
-rw-r--r--community/fwsnort/APKBUILD3
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() {