diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-02-01 15:17:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-02-01 15:17:25 +0000 |
commit | df5a2e856743c88d2431561c62e551eca9087d9a (patch) | |
tree | 093d2d1aa771ec9acd63c382a190953e24813b71 /main/linux-grsec/APKBUILD | |
parent | f1e5fd3d05b7900c74b9c1aaa7bea0d316f36989 (diff) | |
download | aports-df5a2e856743c88d2431561c62e551eca9087d9a.tar.bz2 aports-df5a2e856743c88d2431561c62e551eca9087d9a.tar.xz |
main/linux-grsec: upgrade to 2.1.14-2.6.32.6-201001251756
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 e5c83ccf1..8489324ab 100644 --- a/main/linux-grsec/APKBUILD +++ b/main/linux-grsec/APKBUILD @@ -2,9 +2,9 @@ _flavor=grsec pkgname=linux-${_flavor} -pkgver=2.6.32.6 +pkgver=2.6.32.7 _kernver=2.6.32 -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:-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.32.6-201001251756.patch + grsecurity-2.1.14-2.6.32.7-201001291848.patch kernelconfig.x86 " subpackages="$pkgname-dev linux-firmware:firmware" @@ -119,6 +119,6 @@ firmware() { } md5sums="260551284ac224c3a43c4adac7df4879 linux-2.6.32.tar.bz2 -94415211e7854fc9377e948379c86679 patch-2.6.32.6.bz2 -0843d2038c8281168d9029709b147319 grsecurity-2.1.14-2.6.32.6-201001251756.patch +a68305d3e77dddc9555ba58f678a1ce2 patch-2.6.32.7.bz2 +5c5a47b53816df4024c1a7ee7a3268cb grsecurity-2.1.14-2.6.32.7-201001291848.patch 281d56ac34b2903456df769fd42d81f2 kernelconfig.x86" |