diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-06-08 13:40:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-06-08 14:36:56 +0000 |
commit | 54f50864ba74d0c4c63fdc7167f9ff8aac0510f9 (patch) | |
tree | c276d219235283de4d25b527731e74a5a758eb52 /main/linux-grsec/APKBUILD | |
parent | c9fa4d6d35b47255fe92924684caa86c9c3d2c67 (diff) | |
download | aports-54f50864ba74d0c4c63fdc7167f9ff8aac0510f9.tar.bz2 aports-54f50864ba74d0c4c63fdc7167f9ff8aac0510f9.tar.xz |
main/linux-grsec: fix clearing of screen at boot
fixes #339
(cherry picked from commit 2214577d304e6e0099a902315981d0b908b1b818)
Diffstat (limited to 'main/linux-grsec/APKBUILD')
-rw-r--r-- | main/linux-grsec/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD index c2fa87917a..48464c1060 100644 --- a/main/linux-grsec/APKBUILD +++ b/main/linux-grsec/APKBUILD @@ -4,7 +4,7 @@ _flavor=grsec pkgname=linux-${_flavor} pkgver=2.6.32.15 _kernver=2.6.32 -pkgrel=1 +pkgrel=2 pkgdesc="Linux kernel with grsecurity" url=http://grsecurity.net depends="mkinitfs linux-firmware" @@ -32,6 +32,7 @@ source="ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-$_kernver.tar.bz2 0018-xfrm-Fix-crashes-in-xfrm_lookup.patch xfrm-fix-policy-unreferencing-on-larval-drop.patch r8169-fix-random-mdio_write-failures.patch + x86-setup-When-restoring-the-screen-update-boot_params-screen_info.patch kernelconfig.x86 " subpackages="$pkgname-dev linux-firmware:firmware" @@ -159,4 +160,5 @@ c09b82b89a49ba2a3836a0bc3a3312f4 0015-xfrm-cache-bundles-instead-of-policies-fo 45a676c7a1759fec60b724d557b4e295 0018-xfrm-Fix-crashes-in-xfrm_lookup.patch c7e606c11c05ff03012b21c3fe0ece47 xfrm-fix-policy-unreferencing-on-larval-drop.patch ce4a74190febe13713bab1b886dd5bee r8169-fix-random-mdio_write-failures.patch +a1bcf76870b63a4a4035a8948fb758e2 x86-setup-When-restoring-the-screen-update-boot_params-screen_info.patch 442d7174a9755ed7bba22ebd4918bbe5 kernelconfig.x86" |