diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-05-02 08:16:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-05-02 08:16:32 +0000 |
commit | 23c0cca4608f4b6049af3f3c9b5f8b205e4baee8 (patch) | |
tree | caecd04f1493cf1e142bc5d0843624174a79d405 /testing | |
parent | 1cc5085a016dbda1b3edcc497ecc02faad736b1d (diff) | |
download | aports-23c0cca4608f4b6049af3f3c9b5f8b205e4baee8.tar.bz2 aports-23c0cca4608f4b6049af3f3c9b5f8b205e4baee8.tar.xz |
testing/ipt-netflow-grsec: rebuild against kernel 3.8.11-r0
Diffstat (limited to 'testing')
-rw-r--r-- | testing/ipt-netflow-grsec/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ipt-netflow-grsec/APKBUILD b/testing/ipt-netflow-grsec/APKBUILD index 8c50f6174..0653d9d7a 100644 --- a/testing/ipt-netflow-grsec/APKBUILD +++ b/testing/ipt-netflow-grsec/APKBUILD @@ -3,7 +3,7 @@ _flavor=grsec _kpkg=linux-$_flavor -_kver=3.8.10 +_kver=3.8.11 _kpkgrel=0 # when chaning _ver we *must* bump _mypkgrel @@ -33,7 +33,7 @@ license=GPL-2 source="ipt-netflow-$_ver.tar.gz::https://github.com/RushOnline/ipt-netflow/archive/v$_ver.tar.gz constify.patch" depends="$_kpkg-dev=$_kpkgver" -makedepends="linux-${_flavor}-dev iptables-dev bash" +makedepends="linux-${_flavor}-dev=$_kpkgver iptables-dev bash" install_if="$_kpkg=$_kpkgver ipt-netflow" _builddir="$srcdir"/ipt-netflow-$_ver |