diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-11-21 12:43:49 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-11-21 12:43:49 +0000 |
commit | 41a35763c0368d6db691f8289906d0d28375f0b2 (patch) | |
tree | 314e20e180d223985169a93313375f111777d02e /main/linux-grsec/APKBUILD | |
parent | 5885deea0e02085296082c33f5e5ed0208a9c741 (diff) | |
download | aports-41a35763c0368d6db691f8289906d0d28375f0b2.tar.bz2 aports-41a35763c0368d6db691f8289906d0d28375f0b2.tar.xz |
main/linux-grsec: upgrade to 3.6.7 kernel
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 ec1f358aad..ec40286cac 100644 --- a/main/linux-grsec/APKBUILD +++ b/main/linux-grsec/APKBUILD @@ -2,9 +2,9 @@ _flavor=grsec pkgname=linux-${_flavor} -pkgver=3.6.6 +pkgver=3.6.7 _kernver=3.6 -pkgrel=2 +pkgrel=0 pkgdesc="Linux kernel with grsecurity" url=http://grsecurity.net depends="mkinitfs linux-firmware" @@ -14,7 +14,7 @@ _config=${config:-kernelconfig.${CARCH}} install= source="http://ftp.kernel.org/pub/linux/kernel/v3.x/linux-$_kernver.tar.xz http://ftp.kernel.org/pub/linux/kernel/v3.x/patch-$pkgver.xz - grsecurity-2.9.1-3.6.6-201211122213.patch + grsecurity-2.9.1-3.6.7-201211181105.patch 0004-arp-flush-arp-cache-on-device-change.patch @@ -139,8 +139,8 @@ dev() { } md5sums="1a1760420eac802c541a20ab51a093d1 linux-3.6.tar.xz -11d6d8749d4612a77f43f0531c0f2824 patch-3.6.6.xz -eeadecd13caac8e41b567b21b5d42c80 grsecurity-2.9.1-3.6.6-201211122213.patch +134936c362d8812b5cafcf3c67afdce0 patch-3.6.7.xz +af1f2097a6e26d36801188193d3eb185 grsecurity-2.9.1-3.6.7-201211181105.patch 776adeeb5272093574f8836c5037dd7d 0004-arp-flush-arp-cache-on-device-change.patch 0b4abb6b3e32cc7ba656c24e30581349 kernelconfig.x86 0971129c59c7fe0011b3ec46982d9f5c kernelconfig.x86_64" |