From c8aaa797f239921c316235fc735a0b8e7a937c28 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 15 Apr 2013 16:01:47 +0000 Subject: testing/ipt-netflow-grsec: rebuild against kernel 3.8.7-r0 --- testing/ipt-netflow-grsec/APKBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'testing/ipt-netflow-grsec') diff --git a/testing/ipt-netflow-grsec/APKBUILD b/testing/ipt-netflow-grsec/APKBUILD index 6827ad8e2..a2a539399 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() { -- cgit v1.2.3