summaryrefslogtreecommitdiffstats
path: root/system/virtualbox-kernel
diff options
context:
space:
mode:
author Matteo Bernardini2021-01-20 09:01:10 +0100
committer Matteo Bernardini2021-04-18 13:46:59 +0200
commit5ed8dd7c66d4aadc492a9fdd53514a5a5f8d533b (patch)
tree80eee1aafd74c9d4d9b7f9cd1b744743342d27f1 /system/virtualbox-kernel
parente8e049b5d3d8f60f30d20b8f1d3c71583456eb3d (diff)
downloadslackbuilds-5ed8dd7c66d4aadc492a9fdd53514a5a5f8d533b.tar.gz
system/virtualbox-kernel: Updated for version 6.1.18.
Remove vboxpci mention, thanks to Spinlock on LQ Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/virtualbox-kernel')
-rw-r--r--system/virtualbox-kernel/virtualbox-kernel.SlackBuild4
-rw-r--r--system/virtualbox-kernel/virtualbox-kernel.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/system/virtualbox-kernel/virtualbox-kernel.SlackBuild b/system/virtualbox-kernel/virtualbox-kernel.SlackBuild
index cc023d9a1f..f0da0bc6d8 100644
--- a/system/virtualbox-kernel/virtualbox-kernel.SlackBuild
+++ b/system/virtualbox-kernel/virtualbox-kernel.SlackBuild
@@ -25,7 +25,7 @@
# Modified by SlackBuilds.org
PRGNAM=virtualbox-kernel
-VERSION=${VERSION:-6.1.8}
+VERSION=${VERSION:-6.1.18}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -67,7 +67,7 @@ find -L . \
if ! [ "${HARDENING:-yes}" = "yes" ]; then
sed -i "s/ -DVBOX_WITH_HARDENING//g" \
- {vboxdrv,vboxnetadp,vboxnetflt,vboxpci}/Makefile
+ {vboxdrv,vboxnetadp,vboxnetflt}/Makefile
fi
make KERN_DIR=${KERNELPATH}
diff --git a/system/virtualbox-kernel/virtualbox-kernel.info b/system/virtualbox-kernel/virtualbox-kernel.info
index e961923d2a..27c5be7377 100644
--- a/system/virtualbox-kernel/virtualbox-kernel.info
+++ b/system/virtualbox-kernel/virtualbox-kernel.info
@@ -1,8 +1,8 @@
PRGNAM="virtualbox-kernel"
-VERSION="6.1.8"
+VERSION="6.1.18"
HOMEPAGE="https://www.virtualbox.org"
-DOWNLOAD="http://ponce.cc/slackware/sources/repo/virtualbox-kernel-6.1.8.tar.xz"
-MD5SUM="5453b9a00b064229cc1295d3d9e5bde4"
+DOWNLOAD="http://ponce.cc/slackware/sources/repo/virtualbox-kernel-6.1.18.tar.xz"
+MD5SUM="3dec422341ce223345a211d52930c0ac"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""