diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-11-10 15:38:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-11-10 15:38:14 +0000 |
commit | 2d674ead26a228e6ae79d0ecf1d1bcf8748e5b7e (patch) | |
tree | 72790b7cf261c3cb6429902a6b519a6d60772443 /main/open-vm-tools-grsec | |
parent | ef4265d5191940fb1bf13ce91110488fc1fda219 (diff) | |
download | aports-2d674ead26a228e6ae79d0ecf1d1bcf8748e5b7e.tar.bz2 aports-2d674ead26a228e6ae79d0ecf1d1bcf8748e5b7e.tar.xz |
main/linux-grsec: backport flow patch from upstream
fixes performance regression
Diffstat (limited to 'main/open-vm-tools-grsec')
-rw-r--r-- | main/open-vm-tools-grsec/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/open-vm-tools-grsec/APKBUILD b/main/open-vm-tools-grsec/APKBUILD index db20bb650c..57ac16cdac 100644 --- a/main/open-vm-tools-grsec/APKBUILD +++ b/main/open-vm-tools-grsec/APKBUILD @@ -6,6 +6,9 @@ _mypkgrel=0 _realver=2011.09.23 _realsubver=491607 +_kver=3.0.8 +_kpkgrel=3 + # source open-vm-tools version if [ -f ../main/$_realname/APKBUILD ]; then . ../main/$_realname/APKBUILD @@ -14,9 +17,6 @@ if [ -f ../main/$_realname/APKBUILD ]; then && die "please set _realsubver to $_pkgsubver" fi -_kver=3.0.8 -_kpkgrel=2 - # source the kernel version if [ -f ../main/linux-${_flavor}/APKBUILD ]; then . ../main/linux-${_flavor}/APKBUILD |