diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-11-05 20:09:01 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-11-05 20:09:01 +0000 |
commit | 2edff3debb0af59ba6f87e58f1bc3a8faec3b8b6 (patch) | |
tree | ce49545053b320e806a69787c4713288d1ec10fd /main/linux-grsec/APKBUILD | |
parent | e1a75a0227cc4a0a507328ef31051ccc0e83b623 (diff) | |
download | aports-2edff3debb0af59ba6f87e58f1bc3a8faec3b8b6.tar.bz2 aports-2edff3debb0af59ba6f87e58f1bc3a8faec3b8b6.tar.xz |
main/linux-grsec: upgrade to grsecurity-2.9.1-3.6.5-201211042157
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 31b5fa664..85f40da36 100644 --- a/main/linux-grsec/APKBUILD +++ b/main/linux-grsec/APKBUILD @@ -2,9 +2,9 @@ _flavor=grsec pkgname=linux-${_flavor} -pkgver=3.6.4 +pkgver=3.6.5 _kernver=3.6 -pkgrel=1 +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="http://ftp.kernel.org/pub/linux/kernel/v3.x/linux-$_kernver.tar.xz http://ftp.kernel.org/pub/linux/kernel/v3.x/patch-$pkgver.xz - grsecurity-2.9.1-3.6.4-201210291446.patch + grsecurity-2.9.1-3.6.5-201211042157.patch 0004-arp-flush-arp-cache-on-device-change.patch @@ -139,8 +139,8 @@ dev() { } md5sums="1a1760420eac802c541a20ab51a093d1 linux-3.6.tar.xz -d7efab4da2682c44662b684026b059f7 patch-3.6.4.xz -4235328c981070bca82bc61b7f7bc7c1 grsecurity-2.9.1-3.6.4-201210291446.patch +6ad8ceebb9b5c1bf69a0c07ef7cc81f2 patch-3.6.5.xz +0affb0d4559c04d76251be6755338ae1 grsecurity-2.9.1-3.6.5-201211042157.patch 776adeeb5272093574f8836c5037dd7d 0004-arp-flush-arp-cache-on-device-change.patch 0fe70e3640b55adb6800e6eebe74ea4d kernelconfig.x86 b7707e701f190d97c3552b7ec292b897 kernelconfig.x86_64" |