diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-18 11:17:20 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-19 08:17:15 +0000 |
commit | f55a8053e7adcfa44b942421abe7341b4427ddbc (patch) | |
tree | a0e3e512ae3075e2e712f2f86d28ecc17125eeb1 /main/linux-grsec/APKBUILD | |
parent | cc12af423cf3906baaab95e85c6d27f9a68451d1 (diff) | |
download | aports-f55a8053e7adcfa44b942421abe7341b4427ddbc.tar.bz2 aports-f55a8053e7adcfa44b942421abe7341b4427ddbc.tar.xz |
main/linux-grsec: upgrade to grsecurity-2.2.2-3.0.7-201110172337
Diffstat (limited to 'main/linux-grsec/APKBUILD')
-rw-r--r-- | main/linux-grsec/APKBUILD | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD index 4767cd9e43..ef4faefea5 100644 --- a/main/linux-grsec/APKBUILD +++ b/main/linux-grsec/APKBUILD @@ -2,9 +2,9 @@ _flavor=grsec pkgname=linux-${_flavor} -pkgver=3.0.4 +pkgver=3.0.7 _kernver=3.0 -pkgrel=8 +pkgrel=0 pkgdesc="Linux kernel with grsecurity" url=http://grsecurity.net depends="mkinitfs linux-firmware" @@ -14,7 +14,8 @@ _config=${config:-kernelconfig.${CARCH}} install= source="ftp://ftp.kernel.org/pub/linux/kernel/v3.0/linux-$_kernver.tar.bz2 ftp://ftp.kernel.org/pub/linux/kernel/v3.0/patch-$pkgver.bz2 - grsecurity-2.2.2-3.0.4-201109261052.patch + grsecurity-2.2.2-3.0.7-201110172337.patch + grsec-timblogiw-noconst.patch 0004-arp-flush-arp-cache-on-device-change.patch @@ -137,8 +138,9 @@ dev() { } md5sums="398e95866794def22b12dfbc15ce89c0 linux-3.0.tar.bz2 -62ca5f3caed233617127b2b3b7a87d15 patch-3.0.4.bz2 -a7729608516e45657d47a0a458117ca1 grsecurity-2.2.2-3.0.4-201109261052.patch +451412dc3b25c60fed80ddd5c49cb855 patch-3.0.7.bz2 +69b5cb7d7fa679346a6752d8759fa945 grsecurity-2.2.2-3.0.7-201110172337.patch +c41cf0ee9794f393423c6b2093072260 grsec-timblogiw-noconst.patch 776adeeb5272093574f8836c5037dd7d 0004-arp-flush-arp-cache-on-device-change.patch bcb5aaabe38627ec887406774d8aeb42 kernelconfig.x86 9add73a4ee0b1f15b4bf3e3311c3d140 kernelconfig.x86_64" |