forked from pool/virtualbox
99fd246c75
Version bump to 7.0.12. Several CVE vulnerabilities fixed. OBS-URL: https://build.opensuse.org/request/show/1118617 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=712
19 lines
617 B
Diff
19 lines
617 B
Diff
Index: VirtualBox-7.0.12/Config.kmk
|
|
===================================================================
|
|
--- VirtualBox-7.0.12.orig/Config.kmk
|
|
+++ VirtualBox-7.0.12/Config.kmk
|
|
@@ -981,11 +981,9 @@ if1of ($(KBUILD_TARGET), freebsd linux)
|
|
endif
|
|
# Use new VBoxNetDhcpd instead of old VBoxNetDHCP
|
|
VBOX_WITH_DHCPD = 1
|
|
-# Experimental suport for cloud network integration (depends on libssh)
|
|
-ifdef VBOX_WITH_LIBSSH
|
|
- VBOX_WITH_CLOUD_NET = 1
|
|
-endif
|
|
# Use Mac OS X VMNET API instead of network kernel extensions
|
|
+# Experimental suport for cloud network integration
|
|
+#VBOX_WITH_CLOUD_NET = 1
|
|
VBOX_WITH_VMNET = 1
|
|
## @}
|
|
|