diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-04-15 16:01:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-04-16 06:29:56 +0000 |
commit | c8aaa797f239921c316235fc735a0b8e7a937c28 (patch) | |
tree | adc7400efd83407dcd121911edaba77b8edbdf42 /testing | |
parent | a0161e3b82c550f99716a0c0f4929e4bb11061cc (diff) | |
download | aports-c8aaa797f239921c316235fc735a0b8e7a937c28.tar.bz2 aports-c8aaa797f239921c316235fc735a0b8e7a937c28.tar.xz |
testing/ipt-netflow-grsec: rebuild against kernel 3.8.7-r0
Diffstat (limited to 'testing')
-rw-r--r-- | testing/ipt-netflow-grsec/APKBUILD | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/testing/ipt-netflow-grsec/APKBUILD b/testing/ipt-netflow-grsec/APKBUILD index 6827ad8e26..a2a5393993 100644 --- a/testing/ipt-netflow-grsec/APKBUILD +++ b/testing/ipt-netflow-grsec/APKBUILD @@ -3,13 +3,13 @@ _flavor=grsec _kpkg=linux-$_flavor -_kver=3.8.6 +_kver=3.8.7 _kpkgrel=0 # when chaning _ver we *must* bump _mypkgrel _ver=1.8.4 -_mypkgrel=1 +_mypkgrel=0 # verify the kernel version before entering chroot if [ -f ../linux-${_flavor}/APKBUILD ]; then @@ -53,9 +53,6 @@ build() { --ipt-inc=/usr/include/libiptc \ || return 1 make ipt_NETFLOW.ko - - # verify that it was built with constify: - strings ipt_NETFLOW.ko | grep '^vermagic=.*CONSTIFY_PLUGIN' || return 1 } package() { |