diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-21 14:22:49 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-21 14:48:23 +0000 |
commit | fc4579e752bb347c1f13f2bb2adf5ac993de06ed (patch) | |
tree | dd3b82806a5c62a0f88f01a806c4039b52e32666 /main/ipfw-grsec | |
parent | 01fde64f4344567aa122bef47b51eb55b975953b (diff) | |
download | aports-fc4579e752bb347c1f13f2bb2adf5ac993de06ed.tar.bz2 aports-fc4579e752bb347c1f13f2bb2adf5ac993de06ed.tar.xz |
main/ipfw-grsec: disable for now
does not build with 4.1.10 kernel
Diffstat (limited to 'main/ipfw-grsec')
-rw-r--r-- | main/ipfw-grsec/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/ipfw-grsec/APKBUILD b/main/ipfw-grsec/APKBUILD index 5841d31a1a..a6d0c87bd9 100644 --- a/main/ipfw-grsec/APKBUILD +++ b/main/ipfw-grsec/APKBUILD @@ -5,8 +5,8 @@ _kpkg=linux-$_flavor _realname=ipfw _name=$_realname-$_flavor -_kver=3.18.21 -_kpkgrel=1 +_kver=4.1.10 +_kpkgrel=0 _realver=20130607 _mypkgrel=0 @@ -26,7 +26,7 @@ pkgver=$_kver pkgrel=$(($_kpkgrel + $_mypkgrel)) pkgdesc="BSD ipfw firewall and dummynet suite (linux-grsec modules)" url="http://info.iet.unipi.it/~luigi/dummynet/" -arch="all" +arch="" license="BSD" depends="linux-${_flavor}=${_kernelver}" makedepends="linux-${_flavor}-dev=${_kernelver} iptables-dev" |