forked from pool/virtualbox
51e167746b
- Version bump to 5.0.10 (released 2015-11-10 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: improved support for certain Intel Atom CPUs (bug #14773) VMM: system register emulation fix (5.0 regression; bug #14515) GUI: fixed immediate screenshot issue (bug #14108) GUI: fixed another 3D overlay window reparenting issue when the VM is switched to fullscreen mode on X11 hosts GUI: fixed help index (bug #14722) GUI: fixed state synchronization issue in the VM manager window when VM was paused from its runtime window Audio: fixed suspending/resuming audio streams on VM pause/unpause (bug #14784) Audio: properly reset AC97 audio streams, otherwise there is silence until a non-48 kHz stream is played Audio: fixed a small emulation quirk of the AD1980 codec of the HDA device to make recent linux guests work (bug #14653) USB: serveral fixes for the xHCI controller USB: fixed a crash under certain conditions on hosts with Linux kernels older than version 3.3 USB: better identification of certain USB devices NAT: support TCP in DNS proxy (bug #14736) NAT Network: fixed sporadic crashes on Windows hosts (bug #13899) API: when creating differencing images (e.g. as part of a snapshot or cloning a VM) use the same disk image variant as the parent image if possible, which means that e.g. a diff image for a VMDK image split into 2 GB files will also be split (bug #14764) API: event queue handling fixes preventing loss of certain events at runtime (e.g. new webcam attached), particularly important on Mac OS X hosts Webcam: passthrough fix for certain devices (Windows hosts only) VBoxManage: don't crash on snapshot restorecurrent / edit if the VM has no snapshots VBoxManage: don't crash on controlvm addencpassword (bug #14729) Mac OS X hosts: use the correct kernel on certain hosts Windows hosts: fixed VRDP external authentication Windows hosts: allow to use a shared folder path with extended-length path prefix (5.0 regression; bug #14651) Windows hosts: fix a crash in the netfilter host driver under certain conditions (bug #14799) Windows host installer: documented and fixed public properties which can be used to control the installation to some extent Windows host installer: fixed not starting the actual installation when showing the version information or help dialogs X11 Additions: added basic support for X.Org Server 1.18 (3D requires additional fixes) - Refresh vbox-no-build-dates.diff OBS-URL: https://build.opensuse.org/request/show/344040 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=234
180 lines
6.4 KiB
Diff
180 lines
6.4 KiB
Diff
Index: src/VBox/Frontends/VBoxFB/VBoxFB.cpp
|
|
===================================================================
|
|
--- src/VBox/Frontends/VBoxFB/VBoxFB.cpp.orig
|
|
+++ src/VBox/Frontends/VBoxFB/VBoxFB.cpp
|
|
@@ -62,7 +62,7 @@ int main(int argc, char *argv[])
|
|
|
|
printf("VirtualBox DirectFB GUI built %s %s\n"
|
|
"(C) 2004-" VBOX_C_YEAR " " VBOX_VENDOR "\n"
|
|
- "(C) 2004-2005 secunet Security Networks AG\n", __DATE__, __TIME__);
|
|
+ "(C) 2004-2005 secunet Security Networks AG\n");
|
|
|
|
for (;;)
|
|
{
|
|
Index: src/VBox/Runtime/common/string/uniread.cpp
|
|
===================================================================
|
|
--- src/VBox/Runtime/common/string/uniread.cpp.orig
|
|
+++ src/VBox/Runtime/common/string/uniread.cpp
|
|
@@ -1035,7 +1035,7 @@ int PrintHeader(const char *argv0, const
|
|
" * IPRT - Unicode Tables.\n"
|
|
" *\n"
|
|
" * Automatically Generated from %s\n"
|
|
- " * by %s (" __DATE__ " " __TIME__ ")\n"
|
|
+ " * by %s\n"
|
|
" */\n"
|
|
"\n"
|
|
"/*\n"
|
|
Index: src/libs/xpcom18a4/nsprpub/lib/libc/src/plvrsion.c
|
|
===================================================================
|
|
--- src/libs/xpcom18a4/nsprpub/lib/libc/src/plvrsion.c.orig
|
|
+++ src/libs/xpcom18a4/nsprpub/lib/libc/src/plvrsion.c
|
|
@@ -42,16 +42,13 @@
|
|
/**************************IDENTITY AND VERSIONING***********************/
|
|
/************************************************************************/
|
|
#include "_pl_bld.h"
|
|
-#if !defined(_BUILD_TIME)
|
|
-#ifdef HAVE_LONG_LONG
|
|
-#define _BUILD_TIME 0
|
|
-#else
|
|
+
|
|
+#undef _BUILD_TIME
|
|
#define _BUILD_TIME {0, 0}
|
|
-#endif
|
|
-#endif
|
|
-#if !defined(_BUILD_STRING)
|
|
+
|
|
+#undef _BUILD_STRING
|
|
#define _BUILD_STRING ""
|
|
-#endif
|
|
+
|
|
#if !defined(_PRODUCTION)
|
|
#define _PRODUCTION ""
|
|
#endif
|
|
Index: src/libs/xpcom18a4/nsprpub/pr/src/prvrsion.c
|
|
===================================================================
|
|
--- src/libs/xpcom18a4/nsprpub/pr/src/prvrsion.c.orig
|
|
+++ src/libs/xpcom18a4/nsprpub/pr/src/prvrsion.c
|
|
@@ -44,16 +44,10 @@
|
|
#ifndef XP_MAC
|
|
#include "_pr_bld.h"
|
|
#endif
|
|
-#if !defined(_BUILD_TIME)
|
|
-#ifdef HAVE_LONG_LONG
|
|
-#define _BUILD_TIME 0
|
|
-#else
|
|
+#undef _BUILD_TIME
|
|
#define _BUILD_TIME {0, 0}
|
|
-#endif
|
|
-#endif
|
|
-#if !defined(_BUILD_STRING)
|
|
+#undef _BUILD_STRING
|
|
#define _BUILD_STRING ""
|
|
-#endif
|
|
#if !defined(_PRODUCTION)
|
|
#define _PRODUCTION ""
|
|
#endif
|
|
Index: src/libs/xpcom18a4/nsprpub/lib/prstreams/plvrsion.c
|
|
===================================================================
|
|
--- src/libs/xpcom18a4/nsprpub/lib/prstreams/plvrsion.c.orig
|
|
+++ src/libs/xpcom18a4/nsprpub/lib/prstreams/plvrsion.c
|
|
@@ -42,16 +42,13 @@
|
|
/**************************IDENTITY AND VERSIONING***********************/
|
|
/************************************************************************/
|
|
#include "_pl_bld.h"
|
|
-#if !defined(_BUILD_TIME)
|
|
-#ifdef HAVE_LONG_LONG
|
|
-#define _BUILD_TIME 0
|
|
-#else
|
|
+
|
|
+#undef _BUILD_TIME
|
|
#define _BUILD_TIME {0, 0}
|
|
-#endif
|
|
-#endif
|
|
-#if !defined(_BUILD_STRING)
|
|
+
|
|
+#undef _BUILD_STRING
|
|
#define _BUILD_STRING ""
|
|
-#endif
|
|
+
|
|
#if !defined(_PRODUCTION)
|
|
#define _PRODUCTION ""
|
|
#endif
|
|
Index: src/libs/xpcom18a4/nsprpub/lib/ds/plvrsion.c
|
|
===================================================================
|
|
--- src/libs/xpcom18a4/nsprpub/lib/ds/plvrsion.c.orig
|
|
+++ src/libs/xpcom18a4/nsprpub/lib/ds/plvrsion.c
|
|
@@ -42,16 +42,13 @@
|
|
/**************************IDENTITY AND VERSIONING***********************/
|
|
/************************************************************************/
|
|
#include "_pl_bld.h"
|
|
-#if !defined(_BUILD_TIME)
|
|
-#ifdef HAVE_LONG_LONG
|
|
-#define _BUILD_TIME 0
|
|
-#else
|
|
+
|
|
+#undef _BUILD_TIME
|
|
#define _BUILD_TIME {0, 0}
|
|
-#endif
|
|
-#endif
|
|
-#if !defined(_BUILD_STRING)
|
|
+
|
|
+#undef _BUILD_STRING
|
|
#define _BUILD_STRING ""
|
|
-#endif
|
|
+
|
|
#if !defined(_PRODUCTION)
|
|
#define _PRODUCTION ""
|
|
#endif
|
|
Index: src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTestApp.cpp
|
|
===================================================================
|
|
--- src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTestApp.cpp.orig
|
|
+++ src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTestApp.cpp
|
|
@@ -148,7 +148,7 @@ static int vboxInitLogging(const char *p
|
|
#endif
|
|
"Log opened %s\n",
|
|
VBOX_VERSION_STRING, RTBldCfgRevision(), VBOX_BUILD_TARGET,
|
|
- __DATE__, __TIME__, szTmp);
|
|
+ "openSUSE", "Buildservice", szTmp);
|
|
|
|
vrc = RTSystemQueryOSInfo(RTSYSOSINFO_PRODUCT, szTmp, sizeof(szTmp));
|
|
if (RT_SUCCESS(vrc) || vrc == VERR_BUFFER_OVERFLOW)
|
|
Index: src/VBox/Devices/PC/BIOS/bios.c
|
|
===================================================================
|
|
--- src/VBox/Devices/PC/BIOS/bios.c.orig
|
|
+++ src/VBox/Devices/PC/BIOS/bios.c
|
|
@@ -159,7 +159,7 @@ void set_mode(uint8_t mode);
|
|
|
|
#define BX_PCIBIOS 1
|
|
#define BX_APPNAME "VirtualBox"
|
|
-#define BIOS_BUILD_DATE __DATE__
|
|
+#define BIOS_BUILD_DATE "openSUSE Buildservice"
|
|
//--------------------------------------------------------------------------
|
|
// print_bios_banner
|
|
// displays a the bios version
|
|
Index: src/VBox/Main/glue/com.cpp
|
|
===================================================================
|
|
--- src/VBox/Main/glue/com.cpp.orig
|
|
+++ src/VBox/Main/glue/com.cpp
|
|
@@ -292,7 +292,7 @@ static DECLCALLBACK(void) vboxHeaderFoot
|
|
#endif
|
|
"Log opened %s\n",
|
|
g_pszLogEntity, VBOX_VERSION_STRING, RTBldCfgRevision(),
|
|
- RTBldCfgTargetDotArch(), __DATE__, __TIME__, szTmp);
|
|
+ RTBldCfgTargetDotArch(), "openSUSE", "Buildservice", szTmp);
|
|
|
|
pfnLog(pReleaseLogger, "Build Type: %s\n", KBUILD_TYPE);
|
|
int vrc = RTSystemQueryOSInfo(RTSYSOSINFO_PRODUCT, szTmp, sizeof(szTmp));
|
|
Index: src/VBox/Additions/common/VBoxService/VBoxService.cpp
|
|
===================================================================
|
|
--- src/VBox/Additions/common/VBoxService/VBoxService.cpp.orig
|
|
+++ src/VBox/Additions/common/VBoxService/VBoxService.cpp
|
|
@@ -238,7 +238,7 @@ static DECLCALLBACK(void) vgsvcLogHeader
|
|
"VBoxService %s r%s (verbosity: %u) %s (%s %s) release log\n"
|
|
"Log opened %s\n",
|
|
RTBldCfgVersion(), RTBldCfgRevisionStr(), g_cVerbosity, VBOX_BUILD_TARGET,
|
|
- __DATE__, __TIME__, szTmp);
|
|
+ "openSUSE", "Build Service", szTmp);
|
|
|
|
int vrc = RTSystemQueryOSInfo(RTSYSOSINFO_PRODUCT, szTmp, sizeof(szTmp));
|
|
if (RT_SUCCESS(vrc) || vrc == VERR_BUFFER_OVERFLOW)
|