diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-01-29 07:44:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-01-29 07:55:47 +0000 |
commit | b332de1a02f1e5c8faf3ecc8f7a85324cfdd01b6 (patch) | |
tree | 17de8a63be1c4c450139f15f5586c4f192654064 /main/linux-grsec/APKBUILD | |
parent | 400badb4d8cb651d1daf2de3e2973c8fb459b5a9 (diff) | |
download | aports-b332de1a02f1e5c8faf3ecc8f7a85324cfdd01b6.tar.bz2 aports-b332de1a02f1e5c8faf3ecc8f7a85324cfdd01b6.tar.xz |
main/linux-grsec: upgrade to 3.4.28 and add r8169 vlan tag reordering fix
Diffstat (limited to 'main/linux-grsec/APKBUILD')
-rw-r--r-- | main/linux-grsec/APKBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD index 9a9580ada4..e367a68753 100644 --- a/main/linux-grsec/APKBUILD +++ b/main/linux-grsec/APKBUILD @@ -2,9 +2,9 @@ _flavor=grsec pkgname=linux-${_flavor} -pkgver=3.4.27 +pkgver=3.4.28 _kernver=3.4 -pkgrel=3 +pkgrel=0 pkgdesc="Linux kernel with grsecurity" url=http://grsecurity.net depends="mkinitfs linux-firmware" @@ -22,6 +22,7 @@ source="http://ftp.kernel.org/pub/linux/kernel/v3.x/linux-$_kernver.tar.xz r8169-num-rx-desc.patch 0001-r8169-remove-the-obsolete-and-incorrect-AMD-workarou.patch + r8169-fix-vlan-tag-reordering.patch kernelconfig.x86 kernelconfig.x86_64 @@ -144,12 +145,13 @@ dev() { } md5sums="967f72983655e2479f951195953e8480 linux-3.4.tar.xz -7ce968758159f77ce96a11aea20c6cf7 patch-3.4.27.xz -39f631bed428b974f72576e77c4832af grsecurity-2.9.1-3.4.27-0.patch +9ada285d6b9eb85734eec12c1f643342 patch-3.4.28.xz +359763f5e8391f862f2ac39cca1d13b7 grsecurity-2.9.1-3.4.28-0.patch 776adeeb5272093574f8836c5037dd7d 0004-arp-flush-arp-cache-on-device-change.patch cb6fcd6e966e73c87a839c4c0183f81f 0001-Revert-ipv4-Don-t-use-the-cached-pmtu-informations-f.patch d2f7ba780ff7567c21381428264d7fdd intel_idle.patch daf2cbb558588c49c138fe9ca2482b64 r8169-num-rx-desc.patch 63468b44e34fa19237e0a2a1f6737b14 0001-r8169-remove-the-obsolete-and-incorrect-AMD-workarou.patch +44a37e1289e1056300574848aea8bd31 r8169-fix-vlan-tag-reordering.patch 50a13359236dbd676fa355f0b4fd27ff kernelconfig.x86 c402f52babc729d1280c1677075aa0d7 kernelconfig.x86_64" |