mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 19:34:56 +00:00
parent
95a9ceed4a
commit
06f1ac4025
@ -1 +1 @@
|
||||
6bc6fb1f497b9521b975d2b61956513dbc1db5dd
|
||||
a33b0746ddd53957820afcfacc8187b617c57564
|
||||
|
@ -1,17 +1,17 @@
|
||||
LICENSE := GPLv2
|
||||
VERSION := 4.3.28
|
||||
VERSION := 4.3.30
|
||||
DOWNLOADS := virtualbox.archive virtualbox_sdk.archive
|
||||
|
||||
VIRTUALBOX_TBZ2 := VirtualBox-$(VERSION).tar.bz2
|
||||
VIRTUALBOX_SDK_ZIP := VirtualBoxSDK-$(VERSION)-100309.zip
|
||||
VIRTUALBOX_SDK_ZIP := VirtualBoxSDK-$(VERSION)-101610.zip
|
||||
|
||||
URL(virtualbox) := http://download.virtualbox.org/virtualbox/$(VERSION)/$(VIRTUALBOX_TBZ2)
|
||||
DIR(virtualbox) := src/app/virtualbox
|
||||
SHA(virtualbox) := 252ef1654494177dcf5d8095f70e51250c894b19
|
||||
SHA(virtualbox) := 16976f2d520af78797f85404e38c3abb6084db09
|
||||
|
||||
URL(virtualbox_sdk) := http://download.virtualbox.org/virtualbox/$(VERSION)/$(VIRTUALBOX_SDK_ZIP)
|
||||
DIR(virtualbox_sdk) := src/app/virtualbox_sdk
|
||||
SHA(virtualbox_sdk) := 29ef210a0056245ec77195b14687cbf707b21b35
|
||||
SHA(virtualbox_sdk) := c4b6ed1ef63271435b3d2bdd811c1b643319b6a0
|
||||
|
||||
PATCHES_DIR := src/virtualbox/patches
|
||||
PATCHES_DIR_VBOX4 := src/virtualbox/patches
|
||||
|
@ -1822,3 +1822,16 @@ index 3520c9c..e3288af 100644
|
||||
}
|
||||
|
||||
return false;
|
||||
--- a/src/app/virtualbox/src/VBox/Main/src-server/SystemPropertiesImpl.cpp
|
||||
+++ b/src/app/virtualbox/src/VBox/Main/src-server/SystemPropertiesImpl.cpp
|
||||
@@ -1191,8 +1191,8 @@
|
||||
HRESULT SystemProperties::setLoggingLevel(const Utf8Str &aLoggingLevel)
|
||||
{
|
||||
Utf8Str useLoggingLevel(aLoggingLevel);
|
||||
- if (useLoggingLevel.isEmpty())
|
||||
- useLoggingLevel = VBOXSVC_LOG_DEFAULT;
|
||||
+// if (useLoggingLevel.isEmpty())
|
||||
+// useLoggingLevel = VBOXSVC_LOG_DEFAULT;
|
||||
int rc = RTLogGroupSettings(RTLogRelDefaultInstance(), useLoggingLevel.c_str());
|
||||
// If failed and not the default logging level - try to use the default logging level.
|
||||
if (RT_FAILURE(rc))
|
||||
|
Loading…
x
Reference in New Issue
Block a user