diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-09-11 10:39:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-09-11 10:39:27 +0000 |
commit | 23fd22a5ef4eee0de3bfc5f3174f657fb9171d8f (patch) | |
tree | 15f724a1a6edc3c693ec10d73943ea1422722cbf /main/linux-grsec | |
parent | d59804fa0bd0a7d1ade1c066c76f21ab038bb8f5 (diff) | |
download | aports-23fd22a5ef4eee0de3bfc5f3174f657fb9171d8f.tar.bz2 aports-23fd22a5ef4eee0de3bfc5f3174f657fb9171d8f.tar.xz |
main/linux-grsec: enable FPU emulation
fixes #746
Diffstat (limited to 'main/linux-grsec')
-rw-r--r-- | main/linux-grsec/APKBUILD | 4 | ||||
-rw-r--r-- | main/linux-grsec/kernelconfig.x86 | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD index 556b5e0361..feaee5114f 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=3 +pkgrel=4 pkgdesc="Linux kernel with grsecurity" url=http://grsecurity.net depends="mkinitfs linux-firmware" @@ -140,5 +140,5 @@ md5sums="398e95866794def22b12dfbc15ce89c0 linux-3.0.tar.bz2 62ca5f3caed233617127b2b3b7a87d15 patch-3.0.4.bz2 a9343c3253aec2ca3accb8539eb44148 grsecurity-2.2.2-3.0.4-201109011725.patch 776adeeb5272093574f8836c5037dd7d 0004-arp-flush-arp-cache-on-device-change.patch -406e62e430cee7ba3bb37be341d9ff3e kernelconfig.x86 +9a2c88b20d296158cdcd01f843898415 kernelconfig.x86 6957efc9f017c59b05aa0a2e4167255e kernelconfig.x86_64" diff --git a/main/linux-grsec/kernelconfig.x86 b/main/linux-grsec/kernelconfig.x86 index 27588733db..e5287a1978 100644 --- a/main/linux-grsec/kernelconfig.x86 +++ b/main/linux-grsec/kernelconfig.x86 @@ -1,6 +1,6 @@ # # Automatically generated make config: don't edit -# Linux/i386 3.0.3 Kernel Configuration +# Linux/i386 3.0.4 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -401,7 +401,7 @@ CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y # CONFIG_HIGHPTE is not set # CONFIG_X86_CHECK_BIOS_CORRUPTION is not set CONFIG_X86_RESERVE_LOW=64 -# CONFIG_MATH_EMULATION is not set +CONFIG_MATH_EMULATION=y CONFIG_MTRR=y CONFIG_MTRR_SANITIZER=y CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0 @@ -5042,7 +5042,6 @@ CONFIG_GRKERNSEC_PROC_IPADDR=y # # Executable Protections # -CONFIG_GRKERNSEC_EXECVE=y # CONFIG_GRKERNSEC_DMESG is not set CONFIG_GRKERNSEC_HARDEN_PTRACE=y # CONFIG_GRKERNSEC_TPE is not set |