diff options
Diffstat (limited to 'main/linux-grsec/APKBUILD')
-rw-r--r-- | main/linux-grsec/APKBUILD | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD index 60fd1b1d2..2b1fa703f 100644 --- a/main/linux-grsec/APKBUILD +++ b/main/linux-grsec/APKBUILD @@ -2,7 +2,7 @@ _flavor=grsec pkgname=linux-${_flavor} -pkgver=3.0.3 +pkgver=3.0.4 _kernver=3.0 pkgrel=2 pkgdesc="Linux kernel with grsecurity" @@ -14,10 +14,9 @@ _config=${config:-kernelconfig.${CARCH}} install= source="ftp://ftp.kernel.org/pub/linux/kernel/v3.0/linux-$_kernver.tar.bz2 ftp://ftp.kernel.org/pub/linux/kernel/v3.0/patch-$pkgver.bz2 - grsecurity-2.2.2-3.0.3-201108251825.patch + grsecurity-2.2.2-3.0.4-201109011725.patch 0004-arp-flush-arp-cache-on-device-change.patch - makefile-constify.patch kernelconfig.x86 kernelconfig.x86_64 @@ -107,7 +106,7 @@ dev() { mkdir -p "$dir" cp "$srcdir"/$_config "$dir"/.config make -j1 -C "$srcdir"/linux-$_kernver O="$dir" HOSTCC="${CC:-gcc}" \ - silentoldconfig prepare scripts + silentoldconfig prepare scripts gcc-plugins # remove the stuff that poits to real sources. we want 3rd party # modules to believe this is the soruces @@ -138,9 +137,8 @@ dev() { } md5sums="398e95866794def22b12dfbc15ce89c0 linux-3.0.tar.bz2 -1757786b9a9ffbd48ad9642199ff5bd7 patch-3.0.3.bz2 -dbf71c02960bdb9e047ed6ccd61e108e grsecurity-2.2.2-3.0.3-201108251825.patch +62ca5f3caed233617127b2b3b7a87d15 patch-3.0.4.bz2 +a9343c3253aec2ca3accb8539eb44148 grsecurity-2.2.2-3.0.4-201109011725.patch 776adeeb5272093574f8836c5037dd7d 0004-arp-flush-arp-cache-on-device-change.patch -d948f4dc51ed32f86e9e75d61680597f makefile-constify.patch 406e62e430cee7ba3bb37be341d9ff3e kernelconfig.x86 6957efc9f017c59b05aa0a2e4167255e kernelconfig.x86_64" |