diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-01-09 12:52:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-01-09 15:52:39 +0000 |
commit | 384372c97c3e75298f4998aa3679bd73981395cb (patch) | |
tree | 4b4484cf7230288effeb06426b732fe171224134 /testing | |
parent | 9089ee75ea248ac60eaf118b36b00553096315ed (diff) | |
download | aports-384372c97c3e75298f4998aa3679bd73981395cb.tar.bz2 aports-384372c97c3e75298f4998aa3679bd73981395cb.tar.xz |
testing/virtualbox-guest-modules-grsec: rebuild against kernel 4.4.41-r0
Diffstat (limited to 'testing')
-rw-r--r-- | testing/virtualbox-guest-modules-grsec/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/virtualbox-guest-modules-grsec/APKBUILD b/testing/virtualbox-guest-modules-grsec/APKBUILD index ab643a0cab..f6c793e293 100644 --- a/testing/virtualbox-guest-modules-grsec/APKBUILD +++ b/testing/virtualbox-guest-modules-grsec/APKBUILD @@ -3,12 +3,12 @@ _flavor=${FLAVOR:-grsec} _kpkg=linux-$_flavor -_kver=4.4.39 -_kpkgrel=4 +_kver=4.4.41 +_kpkgrel=0 # when chaning _ver we *must* bump _mypkgrel _ver=5.1.12 -_mypkgrel=2 +_mypkgrel=0 _name=virtualbox-guest-modules # verify the kernel version before entering chroot |