diff options
-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() { |