diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-09-16 09:37:24 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-09-16 09:37:24 +0000 |
commit | 315e91f266a5d63711fe252878e31c1967385a17 (patch) | |
tree | 6ac189d0e07473c7bb084f3d41e65233c9043e68 /main/linux-grsec/APKBUILD | |
parent | b13c6e2c8a24450ca6adfd3241440f9a8781c603 (diff) | |
download | aports-315e91f266a5d63711fe252878e31c1967385a17.tar.bz2 aports-315e91f266a5d63711fe252878e31c1967385a17.tar.xz |
main/upgrade to grsecurity-2.2.2-3.0.4-201109150655.patch
The patch was manually edited to fix a ccache issue. See:
http://forums.grsecurity.net/viewtopic.php?f=1&t=2772
Diffstat (limited to 'main/linux-grsec/APKBUILD')
-rw-r--r-- | main/linux-grsec/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD index feaee5114..008077e2f 100644 --- a/main/linux-grsec/APKBUILD +++ b/main/linux-grsec/APKBUILD @@ -4,7 +4,7 @@ _flavor=grsec pkgname=linux-${_flavor} pkgver=3.0.4 _kernver=3.0 -pkgrel=4 +pkgrel=5 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/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-201109011725.patch + grsecurity-2.2.2-3.0.4-201109150655.patch 0004-arp-flush-arp-cache-on-device-change.patch @@ -138,7 +138,7 @@ dev() { md5sums="398e95866794def22b12dfbc15ce89c0 linux-3.0.tar.bz2 62ca5f3caed233617127b2b3b7a87d15 patch-3.0.4.bz2 -a9343c3253aec2ca3accb8539eb44148 grsecurity-2.2.2-3.0.4-201109011725.patch +b7dc9741bbb8f0ec91f88a6983a4fc74 grsecurity-2.2.2-3.0.4-201109150655.patch 776adeeb5272093574f8836c5037dd7d 0004-arp-flush-arp-cache-on-device-change.patch 9a2c88b20d296158cdcd01f843898415 kernelconfig.x86 6957efc9f017c59b05aa0a2e4167255e kernelconfig.x86_64" |