summaryrefslogtreecommitdiffstats
path: root/main/linux-grsec/APKBUILD
diff options
context:
space:
mode:
authorLinux User <ncopa@alpinelinux-nl.lan>2009-10-19 14:25:03 +0000
committerLinux User <ncopa@alpinelinux-nl.lan>2009-10-19 14:25:03 +0000
commit5574d54d357a7105e90d3c126cd09f736d1d0e1d (patch)
tree6b9fbcc634bb054a793823e6d211e6d4c7235f2a /main/linux-grsec/APKBUILD
parentf261aa24071ad044fc753a298ac2c57abcbc9653 (diff)
downloadaports-5574d54d357a7105e90d3c126cd09f736d1d0e1d.tar.bz2
aports-5574d54d357a7105e90d3c126cd09f736d1d0e1d.tar.xz
main/linux-grsec: upgrade to 2.6.31.4
Diffstat (limited to 'main/linux-grsec/APKBUILD')
-rw-r--r--main/linux-grsec/APKBUILD22
1 files changed, 10 insertions, 12 deletions
diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD
index 31eaf892..cde46c6e 100644
--- a/main/linux-grsec/APKBUILD
+++ b/main/linux-grsec/APKBUILD
@@ -2,20 +2,19 @@
_flavor=grsec
pkgname=linux-${_flavor}
-pkgver=2.6.30.8
-_kernver=2.6.30
+pkgver=2.6.31.4
+_kernver=2.6.31
pkgrel=0
pkgdesc="Linux kernel with grsecurity"
url=http://grsecurity.net
depends="mkinitfs linux-firmware"
makedepends="perl installkernel"
-_config=${config:-kernelconfig}
+_config=${config:-kernelconfig.${CARCH:-x86}}
install=
source="ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-$_kernver.tar.bz2
ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-$pkgver.bz2
- grsecurity-2.1.14-2.6.30.8-200909262311.patch
- net-next-2.6.git-5ef12d98a19254ee5dc851bd83e214b43ec1f725.patch
- $_config
+ grsecurity-2.1.14-2.6.31.4-200910181015.patch
+ kernelconfig.x86
"
subpackages="$pkgname-dev linux-firmware:firmware"
license="GPL-2"
@@ -80,7 +79,7 @@ dev() {
# first we import config, run prepare to set up for building
# external modules, and create the scripts
mkdir -p "$dir"
- cp "$srcdir"/kernelconfig "$dir"/.config
+ cp "$srcdir"/$_config "$dir"/.config
make -j1 -C "$srcdir"/linux-$_kernver O="$dir" HOSTCC="$CC" \
silentoldconfig prepare scripts
@@ -119,8 +118,7 @@ firmware() {
mv "$pkgdir"/lib/firmware "$subpkgdir"/lib/
}
-md5sums="7a80058a6382e5108cdb5554d1609615 linux-2.6.30.tar.bz2
-7e9b405b840bf5ecc70d208bfccee5f9 patch-2.6.30.8.bz2
-287a382cfb72043867d8092996875f5d grsecurity-2.1.14-2.6.30.8-200909262311.patch
-ca05fd252783b82e01610e775cf56498 net-next-2.6.git-5ef12d98a19254ee5dc851bd83e214b43ec1f725.patch
-9f41d910914f5a516072f0aa500fa117 kernelconfig"
+md5sums="84c077a37684e4cbfa67b18154390d8a linux-2.6.31.tar.bz2
+02078f4231baee4f0004212f2875df2b patch-2.6.31.4.bz2
+d4a3559a00702e4c6d6f3b7d64f72dcc grsecurity-2.1.14-2.6.31.4-200910181015.patch
+25d08b2d9f22a06994b1e45ab8276a7b kernelconfig.x86"