diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-21 14:31:12 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-21 14:48:44 +0000 |
commit | f98066ec4687fa0fc17e9e995823402080dea538 (patch) | |
tree | 7de2878f4c74bf7f6797ec0a09121861efd50e65 /testing | |
parent | cbdb6f2ba0456923cfadc54213807440d49f8d28 (diff) | |
download | aports-f98066ec4687fa0fc17e9e995823402080dea538.tar.bz2 aports-f98066ec4687fa0fc17e9e995823402080dea538.tar.xz |
testing/ipt-netflow-grsec: rebuild against kernel 4.1.10-r0
Diffstat (limited to 'testing')
-rw-r--r-- | testing/ipt-netflow-grsec/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/testing/ipt-netflow-grsec/APKBUILD b/testing/ipt-netflow-grsec/APKBUILD index fd6cf374d9..225d19e232 100644 --- a/testing/ipt-netflow-grsec/APKBUILD +++ b/testing/ipt-netflow-grsec/APKBUILD @@ -2,8 +2,8 @@ _flavor=grsec _kpkg=linux-$_flavor -_kver=3.18.21 -_kpkgrel=1 +_kver=4.1.10 +_kpkgrel=0 # when chaning _ver we *must* bump _mypkgrel _ver=2.1 @@ -27,7 +27,8 @@ pkgver=$_kver pkgrel=$(( $_kpkgrel + $_mypkgrel )) pkgdesc="Linux kernel netflow sensor module" url="http://ipt-netflow.sourceforge.net/" -arch="all" +#arch="all" +arch="" license=GPL3+ source="ipt-netflow-$_ver.tar.gz::https://github.com/aabc/ipt-netflow/archive/v$_ver.tar.gz " |