aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-05-07 18:37:34 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-05-07 18:49:26 +0000
commit6fa0a06af1f02063a573fd791dc8e7ec5bfbc7af (patch)
tree437a716f594666805728aac4383a2532ca2d7cf6
parentc6586adc4c786eab63a137655ac9453bea8f2952 (diff)
downloadalpine_aports-6fa0a06af1f02063a573fd791dc8e7ec5bfbc7af.tar.bz2
alpine_aports-6fa0a06af1f02063a573fd791dc8e7ec5bfbc7af.tar.xz
alpine_aports-6fa0a06af1f02063a573fd791dc8e7ec5bfbc7af.zip
main/linux-grsec: actually apply the last xfrm patchv1.10.3
was not applied previously (cherry picked from commit 9f050562e98e9355710fa2aa173dae037793fb37)
-rw-r--r--main/linux-grsec/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD
index a529ae86fa..5228ecc02e 100644
--- a/main/linux-grsec/APKBUILD
+++ b/main/linux-grsec/APKBUILD
@@ -4,7 +4,7 @@ _flavor=grsec
4pkgname=linux-${_flavor} 4pkgname=linux-${_flavor}
5pkgver=2.6.32.12 5pkgver=2.6.32.12
6_kernver=2.6.32 6_kernver=2.6.32
7pkgrel=4 7pkgrel=5
8pkgdesc="Linux kernel with grsecurity" 8pkgdesc="Linux kernel with grsecurity"
9url=http://grsecurity.net 9url=http://grsecurity.net
10depends="mkinitfs linux-firmware" 10depends="mkinitfs linux-firmware"
@@ -46,7 +46,8 @@ prepare() {
46 fi 46 fi
47 47
48 # first apply the grsecurity patch and then the rest 48 # first apply the grsecurity patch and then the rest
49 for i in "$srcdir"/grsecurity*.patch "$srcdir"/0[0-9]*.patch; do 49 for i in "$srcdir"/grsecurity*.patch "$srcdir"/0[0-9]*.patch \
50 "$srcdir"/xfrm*; do
50 [ -f $i ] || continue 51 [ -f $i ] || continue
51 msg "Applying $i..." 52 msg "Applying $i..."
52 patch -s -p1 -N < $i || return 1 53 patch -s -p1 -N < $i || return 1