aboutsummaryrefslogtreecommitdiffstats
path: root/main/linux-grsec/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-02-24 07:52:37 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-02-24 07:52:37 +0000
commita79e1805ed3bcfe0bcd061c22eb39d0f79d67802 (patch)
treea4b42a0789035fe20eb135e91efc925267975bcf /main/linux-grsec/APKBUILD
parent33f340b9f582526bbc275e16dbe7bf63c584aec4 (diff)
downloadaports-a79e1805ed3bcfe0bcd061c22eb39d0f79d67802.tar.bz2
aports-a79e1805ed3bcfe0bcd061c22eb39d0f79d67802.tar.xz
main/linux-grsec: upgrade to grsecurity-2.2.1-2.6.37.1-201102221638
Diffstat (limited to 'main/linux-grsec/APKBUILD')
-rw-r--r--main/linux-grsec/APKBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD
index a1896ee6c9..8125efc2d9 100644
--- a/main/linux-grsec/APKBUILD
+++ b/main/linux-grsec/APKBUILD
@@ -2,9 +2,9 @@
_flavor=grsec
pkgname=linux-${_flavor}
-pkgver=2.6.37
+pkgver=2.6.37.1
_kernver=2.6.37
-pkgrel=3
+pkgrel=0
pkgdesc="Linux kernel with grsecurity"
url=http://grsecurity.net
depends="mkinitfs linux-firmware"
@@ -13,7 +13,8 @@ options="!strip"
_config=${config:-kernelconfig.${CARCH}}
install=
source="ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-$_kernver.tar.bz2
- grsecurity-2.2.1-2.6.37-201102121148.patch
+ ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-$pkgver.bz2
+ grsecurity-2.2.1-2.6.37.1-201102221638.patch
kernelconfig.x86
kernelconfig.x86_64
@@ -28,7 +29,7 @@ prepare() {
local _patch_failed=
cd "$srcdir"/linux-$_kernver
if [ "$_kernver" != "$pkgver" ]; then
- bunzip2 -c < ../patch-$pkgver.bz2 | patch -p1 -N || return 1
+ bunzip2 -c < "$srcdir"/patch-$pkgver.bz2 | patch -p1 -N || return 1
fi
# first apply patches in specified order
@@ -138,6 +139,7 @@ firmware() {
}
md5sums="c8ee37b4fdccdb651e0603d35350b434 linux-2.6.37.tar.bz2
-f56bdcd16fa540cddf075be6842edaaa grsecurity-2.2.1-2.6.37-201102121148.patch
+7693d1d32ed39346cc988e0f027e5890 patch-2.6.37.1.bz2
+d888f15e966e2cbd62bf45c4907fe79b grsecurity-2.2.1-2.6.37.1-201102221638.patch
7825fa82fecc817d6e2dfd3bb0c52f37 kernelconfig.x86
ebac0a8e3b2f7c063bf151dfb7a1b434 kernelconfig.x86_64"