summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-01-18 08:16:21 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-01-18 08:20:30 +0000
commitfbfc3b2246634d1e3e02454b1e66fb19ae9c95f2 (patch)
treed10693ecd4051674dff0e10fd7d49795c4be5c39 /main
parent8dcd20a622ae16fee3bdb5cf6951c7ffa7a0db72 (diff)
downloadaports-fcolista-fbfc3b2246634d1e3e02454b1e66fb19ae9c95f2.tar.bz2
aports-fcolista-fbfc3b2246634d1e3e02454b1e66fb19ae9c95f2.tar.xz
main/open-iscsi-grsec: rebuild against kernel 3.0.17
Diffstat (limited to 'main')
-rw-r--r--main/open-iscsi-grsec/APKBUILD4
-rw-r--r--main/open-iscsi-grsec/Makefile-Alpine-kernels-support.patch2
2 files changed, 3 insertions, 3 deletions
diff --git a/main/open-iscsi-grsec/APKBUILD b/main/open-iscsi-grsec/APKBUILD
index 497ac0e75b..23da2fd277 100644
--- a/main/open-iscsi-grsec/APKBUILD
+++ b/main/open-iscsi-grsec/APKBUILD
@@ -3,7 +3,7 @@
_flavor=grsec
_realname=open-iscsi
_realver=2.0-872
-_kver=3.0.16
+_kver=3.0.17
_kpkgrel=0
# verify the kernel version before entering chroot
@@ -56,4 +56,4 @@ package() {
}
md5sums="b4df94f08c241352bb964043b3e44779 open-iscsi-2.0-872.tar.gz
-d21827b08b72f568fa33355744e8208a Makefile-Alpine-kernels-support.patch"
+3987a17affa407eb03e845b84c71211e Makefile-Alpine-kernels-support.patch"
diff --git a/main/open-iscsi-grsec/Makefile-Alpine-kernels-support.patch b/main/open-iscsi-grsec/Makefile-Alpine-kernels-support.patch
index 1fac9e07fc..997250a7f5 100644
--- a/main/open-iscsi-grsec/Makefile-Alpine-kernels-support.patch
+++ b/main/open-iscsi-grsec/Makefile-Alpine-kernels-support.patch
@@ -26,7 +26,7 @@
linux_2_6_35: $(unpatch_code)
+
-+linux_3_0_16: $(unpatch_code)
++$(foreach num, 16 17 18 19 20 21 22 23 24, linux_3_0_$(num)): $(unpatch_code)
do_unpatch_code:
echo "Un-patching source code for use with linux-2.6.14 and up ..."