diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-01-28 13:00:12 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-01-28 13:00:12 +0000 |
commit | 409ef9327fc0b83be7542328e415172b5727e537 (patch) | |
tree | c11803a7a821d853574028a9a2ce56d484614d7a /main/linux-grsec/APKBUILD | |
parent | 8c30627dd417f86833ccb0c00c8b23036b885bae (diff) | |
download | aports-409ef9327fc0b83be7542328e415172b5727e537.tar.bz2 aports-409ef9327fc0b83be7542328e415172b5727e537.tar.xz |
main/linux-grsec: r8169: fix vlan tag reordering
Diffstat (limited to 'main/linux-grsec/APKBUILD')
-rw-r--r-- | main/linux-grsec/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD index f437e908d8..6aa9e283e9 100644 --- a/main/linux-grsec/APKBUILD +++ b/main/linux-grsec/APKBUILD @@ -4,7 +4,7 @@ _flavor=grsec pkgname=linux-${_flavor} pkgver=3.6.11 _kernver=3.6 -pkgrel=7 +pkgrel=8 pkgdesc="Linux kernel with grsecurity" url=http://grsecurity.net depends="mkinitfs linux-firmware" @@ -21,6 +21,7 @@ source="http://ftp.kernel.org/pub/linux/kernel/v3.x/linux-$_kernver.tar.xz r8169-num-rx-desc.patch ipv4-remove-output-route-check-in-ipv4_mtu.patch 0001-r8169-remove-the-obsolete-and-incorrect-AMD-workarou.patch + r8169-fix-vlan-tag-reordering.patch kernelconfig.x86 kernelconfig.x86_64 @@ -150,5 +151,6 @@ bd4bba74093405887d521309a74c19e9 patch-3.6.11.xz daf2cbb558588c49c138fe9ca2482b64 r8169-num-rx-desc.patch d9b4a528e722d10ba53034ebd440c31b ipv4-remove-output-route-check-in-ipv4_mtu.patch 63468b44e34fa19237e0a2a1f6737b14 0001-r8169-remove-the-obsolete-and-incorrect-AMD-workarou.patch +44a37e1289e1056300574848aea8bd31 r8169-fix-vlan-tag-reordering.patch 373db5888708938c6b1baed6da781fcb kernelconfig.x86 190788fb10e79abce9d570d5e87ec3b4 kernelconfig.x86_64" |