diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2021-04-18 13:44:47 +0200 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2021-04-18 13:44:47 +0200 |
commit | 3b030d9f971802f200c9b6d68de281203af97e69 (patch) | |
tree | 00b81e9466771987b2584b76f8a70f873ab6e323 /system/virtualbox-kernel | |
parent | b5448ea37d541b73790ebed38a62686a000177d5 (diff) |
system/virtualbox-kernel: Revert commit 14f2c05.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/virtualbox-kernel')
-rw-r--r-- | system/virtualbox-kernel/virtualbox-kernel.SlackBuild | 6 | ||||
-rw-r--r-- | system/virtualbox-kernel/virtualbox-kernel.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/system/virtualbox-kernel/virtualbox-kernel.SlackBuild b/system/virtualbox-kernel/virtualbox-kernel.SlackBuild index c413d95ba762..d87968680206 100644 --- a/system/virtualbox-kernel/virtualbox-kernel.SlackBuild +++ b/system/virtualbox-kernel/virtualbox-kernel.SlackBuild @@ -25,8 +25,8 @@ # Modified by SlackBuilds.org PRGNAM=virtualbox-kernel -VERSION=${VERSION:-6.1.18} -BUILD=${BUILD:-1} +VERSION=${VERSION:-5.0.40} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} KERNEL=${KERNEL:-$(uname -r)} @@ -67,7 +67,7 @@ find -L . \ if ! [ "${HARDENING:-yes}" = "yes" ]; then sed -i "s/ -DVBOX_WITH_HARDENING//g" \ - {vboxdrv,vboxnetadp,vboxnetflt}/Makefile + {vboxdrv,vboxnetadp,vboxnetflt,vboxpci}/Makefile fi KERNEL_LOCALVERSION=$(zgrep "CONFIG_LOCALVERSION=" /proc/config.gz | cut -d '"' -f 2) diff --git a/system/virtualbox-kernel/virtualbox-kernel.info b/system/virtualbox-kernel/virtualbox-kernel.info index 27c5be73773e..deded0026e61 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.18" +VERSION="5.0.40" HOMEPAGE="https://www.virtualbox.org" -DOWNLOAD="http://ponce.cc/slackware/sources/repo/virtualbox-kernel-6.1.18.tar.xz" -MD5SUM="3dec422341ce223345a211d52930c0ac" +DOWNLOAD="http://www.liwjatan.at/files/src/virtualbox-kernel/virtualbox-kernel-5.0.40.tar.xz" +MD5SUM="475de2d0a915ce7c0c623ac50696bb79" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |