diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-12-31 10:17:59 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-12-31 10:17:59 +0000 |
commit | 07f7f2ae8bc45c4cbcee3733d2963ffd8f8f0b24 (patch) | |
tree | d37f3079741b904b29d0ea7c132354099d40efdc | |
parent | 67dc06446b7446135900a95906d11fb7efe2c416 (diff) | |
download | aports-07f7f2ae8bc45c4cbcee3733d2963ffd8f8f0b24.tar.bz2 aports-07f7f2ae8bc45c4cbcee3733d2963ffd8f8f0b24.tar.xz |
Revert "community/fwsnort: disable check()"
This reverts commit 5985560fe98fd43a451182b531ae2aebbe512f5f.
-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() { |