mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/linux-grsec: upgrade to 2.6.31.4
This commit is contained in:
parent
f261aa2407
commit
5574d54d35
@ -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"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
4481
main/linux-grsec/kernelconfig.x86
Normal file
4481
main/linux-grsec/kernelconfig.x86
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user