diff options
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 |