Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
virtualbox
Commits:
fc9d2e88 by Christian Hesse at 2024-11-24T10:58:14+01:00
fix version in comment, and reduce comment in PKGBUILD
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- virtualbox.modprobe
Changes:
=====================================
.SRCINFO
=====================================
@@ -66,7 +66,7 @@ pkgbase = virtualbox
source = 020-python-3-12.patch
sha256sums =
872e7a42b41f8558abbf887f1bdc7aac932bb88b2764d07cbce270cab57e3b5e
sha256sums =
76d98ea062fcad9e5e3fa981d046a6eb12a3e718a296544a68b66f4b65cb56db
- sha256sums =
03ed7f65d8e2f91b17b81bdf2f0f634e62b95e71f7c6c1acaf22d8be97d10e59
+ sha256sums =
07fe5c8b313cd7f01505eb9721357269a288ccd0c04e6467afb954038d6f46df
sha256sums =
2101ebb58233bbfadf3aa74381f22f7e7e508559d2b46387114bc2d8e308554c
sha256sums =
da4c49f6ca94e047e196cdbcba2c321199f4760056ea66e0fbc659353e128c9e
sha256sums =
f876e9f55243eded423fda4fc2ffe3b174dca90380a6315f7c9b3cd1c9d07206
=====================================
PKGBUILD
=====================================
@@ -76,7 +76,7 @@
source=("https://download.virtualbox.org/virtualbox/${pkgver}/VirtualBox-${_tarv
'020-python-3-12.patch')
sha256sums=('872e7a42b41f8558abbf887f1bdc7aac932bb88b2764d07cbce270cab57e3b5e'
'76d98ea062fcad9e5e3fa981d046a6eb12a3e718a296544a68b66f4b65cb56db'
- '03ed7f65d8e2f91b17b81bdf2f0f634e62b95e71f7c6c1acaf22d8be97d10e59'
+ '07fe5c8b313cd7f01505eb9721357269a288ccd0c04e6467afb954038d6f46df'
'2101ebb58233bbfadf3aa74381f22f7e7e508559d2b46387114bc2d8e308554c'
'da4c49f6ca94e047e196cdbcba2c321199f4760056ea66e0fbc659353e128c9e'
'f876e9f55243eded423fda4fc2ffe3b174dca90380a6315f7c9b3cd1c9d07206'
@@ -233,9 +233,7 @@ package_virtualbox() {
install -D -m0755 vboxreload "${pkgdir}/usr/bin"
ln -s vboxreload "${pkgdir}/usr/bin/rcvboxdrv"
- # Starting with Linux 7.12 the kernel virtual machine (KVM) enables
- # virtualization on module load, preventing virtualbox from functioning.
- # Disable this behavior...
+ # do not enable KVM virtualization on module load
install -D -m0644 virtualbox.modprobe
"${pkgdir}/etc/modprobe.d/virtualbox.conf"
}
=====================================
virtualbox.modprobe
=====================================
@@ -1,4 +1,4 @@
-# Starting with Linux 7.12 the kernel virtual machine (KVM) enables
+# Starting with Linux 6.12 the kernel virtual machine (KVM) enables
# virtualization on module load, preventing virtualbox from functioning.
# Disable this behavior...
options kvm enable_virt_at_load=0
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/virtualbox/-/commit/fc9d2e8889dc139352c2e1085002665094793110
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/virtualbox/-/commit/fc9d2e8889dc139352c2e1085002665094793110
You're receiving this email because of your account on gitlab.archlinux.org.