diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-11-30 09:44:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-11-30 09:44:15 +0000 |
commit | bb3a427f82b6e55b203c2c4d898e0ea73a595407 (patch) | |
tree | d15ac54f6bf6c51ec74d0efd387b4d8ab753e80e /main/linux-grsec/APKBUILD | |
parent | 2507f8361a1d207dca22bba6e617740797355ab7 (diff) | |
download | aports-bb3a427f82b6e55b203c2c4d898e0ea73a595407.tar.bz2 aports-bb3a427f82b6e55b203c2c4d898e0ea73a595407.tar.xz |
main/linux-grsec: upgrade to 2.6.35.9 kernel and rebase the grsec patch
Diffstat (limited to 'main/linux-grsec/APKBUILD')
-rw-r--r-- | main/linux-grsec/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD index 996479b19..dc29df286 100644 --- a/main/linux-grsec/APKBUILD +++ b/main/linux-grsec/APKBUILD @@ -2,9 +2,9 @@ _flavor=grsec pkgname=linux-${_flavor} -pkgver=2.6.35.8 +pkgver=2.6.35.9 _kernver=2.6.35 -pkgrel=5 +pkgrel=0 pkgdesc="Linux kernel with grsecurity" url=http://grsecurity.net depends="mkinitfs linux-firmware" @@ -14,7 +14,7 @@ _config=${config:-kernelconfig.${CARCH}} 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.0-2.6.35.8-201011062054.patch + grsecurity-2.2.0-2.6.35.9-unofficial.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 @@ -143,8 +143,8 @@ firmware() { } md5sums="091abeb4684ce03d1d936851618687b6 linux-2.6.35.tar.bz2 -198e4e72ea9cc7f9f25bb5881167aa2e patch-2.6.35.8.bz2 -d5832cb57522a666a80227f68b771552 grsecurity-2.2.0-2.6.35.8-201011062054.patch +eca407cf4872ad77ae23adc8242389c4 patch-2.6.35.9.bz2 +bec8a242eb219c14ce45150a0155a5ac grsecurity-2.2.0-2.6.35.9-unofficial.patch eed5bd98c0a3b976891c897763eceff5 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 |