summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-03-26 15:46:43 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-03-27 07:47:08 +0000
commit280b4b46fa6ae2580a620c58fc45ada2d6f0ca1b (patch)
tree04cc89444401ace5220fc470a12186ffb415a11f
parent13a1966461df27d3fdb02d8e56fb41b5eee226a3 (diff)
downloadaports-280b4b46fa6ae2580a620c58fc45ada2d6f0ca1b.tar.bz2
aports-280b4b46fa6ae2580a620c58fc45ada2d6f0ca1b.tar.xz
main/ipfw-grsec: disable since its does not build with 3.13 kernel
-rw-r--r--main/ipfw-grsec/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/ipfw-grsec/APKBUILD b/main/ipfw-grsec/APKBUILD
index 8ab01484f..5a440ee53 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.12.8
-_kpkgrel=1
+_kver=3.13.7
+_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 pkgconfig"