diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-03-03 14:20:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-03-03 14:20:59 +0000 |
commit | 1472f4ffcb729c2ff58ca9aa0b1820f5aa63eda9 (patch) | |
tree | 4249d91f8c29b57b9244af5bcd620e09a718b9de /main/linux-grsec/APKBUILD | |
parent | 4bf6448142391ce8ebb38d187e7a52dea6dff269 (diff) | |
download | aports-1472f4ffcb729c2ff58ca9aa0b1820f5aa63eda9.tar.bz2 aports-1472f4ffcb729c2ff58ca9aa0b1820f5aa63eda9.tar.xz |
main/linux-grsec: add networking patches again
Diffstat (limited to 'main/linux-grsec/APKBUILD')
-rw-r--r-- | main/linux-grsec/APKBUILD | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD index 436c687c48..525c6776f4 100644 --- a/main/linux-grsec/APKBUILD +++ b/main/linux-grsec/APKBUILD @@ -4,7 +4,7 @@ _flavor=grsec pkgname=linux-${_flavor} pkgver=2.6.37.2 _kernver=2.6.37 -pkgrel=0 +pkgrel=1 pkgdesc="Linux kernel with grsecurity" url=http://grsecurity.net depends="mkinitfs linux-firmware" @@ -15,6 +15,10 @@ install= source="ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-$_kernver.tar.bz2 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-$pkgver.bz2 grsecurity-2.2.1-2.6.37.2-201103021740.patch + + 0001-xfrm-use-gre-key-as-flow-upper-protocol-info.patch + xfrm-fix-gre-key-endianess.patch + 0004-arp-flush-arp-cache-on-device-change.patch kernelconfig.x86 kernelconfig.x86_64 @@ -141,5 +145,8 @@ firmware() { md5sums="c8ee37b4fdccdb651e0603d35350b434 linux-2.6.37.tar.bz2 bb5798f2a2a5af13219d1a250c4dad11 patch-2.6.37.2.bz2 023faa02aded5827539e7ed7653dc133 grsecurity-2.2.1-2.6.37.2-201103021740.patch +3152851c31bfa8c54660dbb84d75b38d 0001-xfrm-use-gre-key-as-flow-upper-protocol-info.patch +ea7a7eb2775b71ae5ef24d029a4905bd xfrm-fix-gre-key-endianess.patch +776adeeb5272093574f8836c5037dd7d 0004-arp-flush-arp-cache-on-device-change.patch 7825fa82fecc817d6e2dfd3bb0c52f37 kernelconfig.x86 b72e1345ceddbe2d0d9de35e342b336d kernelconfig.x86_64" |