diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-05 10:03:04 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-05 10:03:04 +0000 |
commit | 84ba1725a1fe43a5e6b04817cbe21044193a3397 (patch) | |
tree | 56419d0399232fdf21ec9978983bd42d7e2ba0ea /testing/ipt-netflow-grsec | |
parent | 2561100b382918b099e77c5acabb68c391ff6a98 (diff) | |
download | aports-84ba1725a1fe43a5e6b04817cbe21044193a3397.tar.bz2 aports-84ba1725a1fe43a5e6b04817cbe21044193a3397.tar.xz |
testing/ipt-netflow-grsec: disable for now
does not build against 3.10.y
Diffstat (limited to 'testing/ipt-netflow-grsec')
-rw-r--r-- | testing/ipt-netflow-grsec/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/ipt-netflow-grsec/APKBUILD b/testing/ipt-netflow-grsec/APKBUILD index f0042e5c27..499cc2078d 100644 --- a/testing/ipt-netflow-grsec/APKBUILD +++ b/testing/ipt-netflow-grsec/APKBUILD @@ -3,8 +3,8 @@ _flavor=grsec _kpkg=linux-$_flavor -_kver=3.9.11 -_kpkgrel=2 +_kver=3.10.4 +_kpkgrel=0 # when chaning _ver we *must* bump _mypkgrel _ver=1.8.4 @@ -28,7 +28,7 @@ pkgver=$_kver pkgrel=$(( $_kpkgrel + $_mypkgrel )) pkgdesc="Linux kernel netflow sensor module" url="http://ipt-netflow.sourceforge.net/" -arch="all" +arch= license=GPL-2 source="ipt-netflow-$_ver.tar.gz::https://github.com/RushOnline/ipt-netflow/archive/v$_ver.tar.gz 0001-Fix-compilation-with-3.9.y-kernel.patch |