2019-01-28 21:37:13 +01:00
|
|
|
Index: VirtualBox-6.0.0/src/VBox/Frontends/VBoxFB/VBoxFB.cpp
|
2011-07-21 12:51:05 +02:00
|
|
|
===================================================================
|
2019-01-28 21:37:13 +01:00
|
|
|
--- VirtualBox-6.0.0.orig/src/VBox/Frontends/VBoxFB/VBoxFB.cpp
|
|
|
|
+++ VirtualBox-6.0.0/src/VBox/Frontends/VBoxFB/VBoxFB.cpp
|
2014-01-19 01:52:50 +01:00
|
|
|
@@ -62,7 +62,7 @@ int main(int argc, char *argv[])
|
2010-12-23 11:08:49 +01:00
|
|
|
|
|
|
|
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 (;;)
|
|
|
|
{
|
2019-01-28 21:37:13 +01:00
|
|
|
Index: VirtualBox-6.0.0/src/VBox/Runtime/common/string/uniread.cpp
|
2011-07-21 12:51:05 +02:00
|
|
|
===================================================================
|
2019-01-28 21:37:13 +01:00
|
|
|
--- VirtualBox-6.0.0.orig/src/VBox/Runtime/common/string/uniread.cpp
|
|
|
|
+++ VirtualBox-6.0.0/src/VBox/Runtime/common/string/uniread.cpp
|
2017-12-29 20:22:29 +01:00
|
|
|
@@ -1036,7 +1036,7 @@ int PrintHeader(const char *argv0, const
|
2010-12-23 11:08:49 +01:00
|
|
|
" * IPRT - Unicode Tables.\n"
|
|
|
|
" *\n"
|
2014-07-28 21:19:08 +02:00
|
|
|
" * Automatically Generated from %s\n"
|
|
|
|
- " * by %s (" __DATE__ " " __TIME__ ")\n"
|
|
|
|
+ " * by %s\n"
|
2010-12-23 11:08:49 +01:00
|
|
|
" */\n"
|
|
|
|
"\n"
|
|
|
|
"/*\n"
|
2019-01-28 21:37:13 +01:00
|
|
|
Index: VirtualBox-6.0.0/src/libs/xpcom18a4/nsprpub/lib/libc/src/plvrsion.c
|
2011-07-21 12:51:05 +02:00
|
|
|
===================================================================
|
2019-01-28 21:37:13 +01:00
|
|
|
--- VirtualBox-6.0.0.orig/src/libs/xpcom18a4/nsprpub/lib/libc/src/plvrsion.c
|
|
|
|
+++ VirtualBox-6.0.0/src/libs/xpcom18a4/nsprpub/lib/libc/src/plvrsion.c
|
2014-01-19 01:52:50 +01:00
|
|
|
@@ -42,16 +42,13 @@
|
2011-04-11 21:35:35 +02:00
|
|
|
/**************************IDENTITY AND VERSIONING***********************/
|
|
|
|
/************************************************************************/
|
|
|
|
#include "_pl_bld.h"
|
|
|
|
-#if !defined(_BUILD_TIME)
|
2011-04-16 01:03:52 +02:00
|
|
|
-#ifdef HAVE_LONG_LONG
|
|
|
|
-#define _BUILD_TIME 0
|
|
|
|
-#else
|
|
|
|
+
|
2011-04-11 21:35:35 +02:00
|
|
|
+#undef _BUILD_TIME
|
2011-04-16 01:03:52 +02:00
|
|
|
#define _BUILD_TIME {0, 0}
|
|
|
|
-#endif
|
|
|
|
-#endif
|
|
|
|
-#if !defined(_BUILD_STRING)
|
|
|
|
+
|
|
|
|
+#undef _BUILD_STRING
|
|
|
|
#define _BUILD_STRING ""
|
|
|
|
-#endif
|
|
|
|
+
|
|
|
|
#if !defined(_PRODUCTION)
|
|
|
|
#define _PRODUCTION ""
|
|
|
|
#endif
|
2019-01-28 21:37:13 +01:00
|
|
|
Index: VirtualBox-6.0.0/src/libs/xpcom18a4/nsprpub/pr/src/prvrsion.c
|
2011-07-21 12:51:05 +02:00
|
|
|
===================================================================
|
2019-01-28 21:37:13 +01:00
|
|
|
--- VirtualBox-6.0.0.orig/src/libs/xpcom18a4/nsprpub/pr/src/prvrsion.c
|
|
|
|
+++ VirtualBox-6.0.0/src/libs/xpcom18a4/nsprpub/pr/src/prvrsion.c
|
2014-01-19 01:52:50 +01:00
|
|
|
@@ -44,16 +44,10 @@
|
2011-04-16 01:03:52 +02:00
|
|
|
#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
|
2019-01-28 21:37:13 +01:00
|
|
|
Index: VirtualBox-6.0.0/src/libs/xpcom18a4/nsprpub/lib/prstreams/plvrsion.c
|
2011-07-21 12:51:05 +02:00
|
|
|
===================================================================
|
2019-01-28 21:37:13 +01:00
|
|
|
--- VirtualBox-6.0.0.orig/src/libs/xpcom18a4/nsprpub/lib/prstreams/plvrsion.c
|
|
|
|
+++ VirtualBox-6.0.0/src/libs/xpcom18a4/nsprpub/lib/prstreams/plvrsion.c
|
2014-01-19 01:52:50 +01:00
|
|
|
@@ -42,16 +42,13 @@
|
2011-04-16 01:03:52 +02:00
|
|
|
/**************************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
|
2019-01-28 21:37:13 +01:00
|
|
|
Index: VirtualBox-6.0.0/src/libs/xpcom18a4/nsprpub/lib/ds/plvrsion.c
|
2011-07-21 12:51:05 +02:00
|
|
|
===================================================================
|
2019-01-28 21:37:13 +01:00
|
|
|
--- VirtualBox-6.0.0.orig/src/libs/xpcom18a4/nsprpub/lib/ds/plvrsion.c
|
|
|
|
+++ VirtualBox-6.0.0/src/libs/xpcom18a4/nsprpub/lib/ds/plvrsion.c
|
2014-01-19 01:52:50 +01:00
|
|
|
@@ -42,16 +42,13 @@
|
2011-04-16 01:03:52 +02:00
|
|
|
/**************************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
|
2019-01-28 21:37:13 +01:00
|
|
|
Index: VirtualBox-6.0.0/src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTestApp.cpp
|
2012-04-29 20:59:19 +02:00
|
|
|
===================================================================
|
2019-01-28 21:37:13 +01:00
|
|
|
--- VirtualBox-6.0.0.orig/src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTestApp.cpp
|
|
|
|
+++ VirtualBox-6.0.0/src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTestApp.cpp
|
|
|
|
@@ -147,7 +147,7 @@ static int vboxInitLogging(const char *p
|
2012-04-29 20:59:19 +02:00
|
|
|
#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)
|
2019-01-28 21:37:13 +01:00
|
|
|
Index: VirtualBox-6.0.0/src/VBox/Devices/PC/BIOS/bios.c
|
2012-10-02 16:03:09 +02:00
|
|
|
===================================================================
|
2019-01-28 21:37:13 +01:00
|
|
|
--- VirtualBox-6.0.0.orig/src/VBox/Devices/PC/BIOS/bios.c
|
|
|
|
+++ VirtualBox-6.0.0/src/VBox/Devices/PC/BIOS/bios.c
|
|
|
|
@@ -143,7 +143,7 @@ void set_mode(uint8_t mode);
|
2012-10-02 16:03:09 +02:00
|
|
|
|
|
|
|
#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
|
2019-01-28 21:37:13 +01:00
|
|
|
Index: VirtualBox-6.0.0/src/VBox/Additions/common/VBoxService/VBoxService.cpp
|
2012-10-02 16:03:09 +02:00
|
|
|
===================================================================
|
2019-01-28 21:37:13 +01:00
|
|
|
--- VirtualBox-6.0.0.orig/src/VBox/Additions/common/VBoxService/VBoxService.cpp
|
|
|
|
+++ VirtualBox-6.0.0/src/VBox/Additions/common/VBoxService/VBoxService.cpp
|
2017-12-29 20:22:29 +01:00
|
|
|
@@ -242,7 +242,7 @@ static DECLCALLBACK(void) vgsvcLogHeader
|
2015-11-12 14:52:08 +01:00
|
|
|
"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)
|
2019-01-28 21:37:13 +01:00
|
|
|
Index: VirtualBox-6.0.0/src/VBox/ExtPacks/BusMouseSample/Makefile.kmk
|
|
|
|
===================================================================
|
|
|
|
--- VirtualBox-6.0.0.orig/src/VBox/ExtPacks/BusMouseSample/Makefile.kmk
|
|
|
|
+++ VirtualBox-6.0.0/src/VBox/ExtPacks/BusMouseSample/Makefile.kmk
|
|
|
|
@@ -187,7 +187,7 @@ $(VBOX_PATH_PACKAGES)/$(VBOX_BUSMOUSE_MA
|
|
|
|
$(VBoxBusMouseIns_0_OUTDIR)/Stage/ExtPack.manifest \
|
|
|
|
$(VBoxBusMouseIns_0_OUTDIR)/Stage/ExtPack.signature
|
|
|
|
# Tar it up.
|
|
|
|
- tar -cvf - -C $(VBoxBusMouseIns_0_OUTDIR)/Stage/ . | gzip -9c > $@
|
|
|
|
+ tar -cvf - -C $(VBoxBusMouseIns_0_OUTDIR)/Stage/ . | gzip -9nc > $@
|
|
|
|
# Clean up
|
|
|
|
$(RM) -Rf $(VBoxBusMouseIns_0_OUTDIR)/Stage/
|
|
|
|
|
|
|
|
Index: VirtualBox-6.0.0/src/VBox/ExtPacks/Skeleton/Makefile.kmk
|
|
|
|
===================================================================
|
|
|
|
--- VirtualBox-6.0.0.orig/src/VBox/ExtPacks/Skeleton/Makefile.kmk
|
|
|
|
+++ VirtualBox-6.0.0/src/VBox/ExtPacks/Skeleton/Makefile.kmk
|
|
|
|
@@ -161,7 +161,7 @@ $(VBOX_PATH_PACKAGES)/$(VBOX_SKELETON_MA
|
|
|
|
$(VBoxSkeletonIns_0_OUTDIR)/Stage/ExtPack.manifest \
|
|
|
|
$(VBoxSkeletonIns_0_OUTDIR)/Stage/ExtPack.signature
|
|
|
|
# Tar it up.
|
|
|
|
- tar -cvf - -C $(VBoxSkeletonIns_0_OUTDIR)/Stage/ . | gzip -9c > $@
|
|
|
|
+ tar -cvf - -C $(VBoxSkeletonIns_0_OUTDIR)/Stage/ . | gzip -9nc > $@
|
|
|
|
# Clean up
|
|
|
|
$(RM) -Rf $(VBoxSkeletonIns_0_OUTDIR)/Stage/
|
|
|
|
|
|
|
|
Index: VirtualBox-6.0.0/src/VBox/ExtPacks/VBoxDTrace/Makefile.kmk
|
|
|
|
===================================================================
|
|
|
|
--- VirtualBox-6.0.0.orig/src/VBox/ExtPacks/VBoxDTrace/Makefile.kmk
|
|
|
|
+++ VirtualBox-6.0.0/src/VBox/ExtPacks/VBoxDTrace/Makefile.kmk
|
|
|
|
@@ -342,7 +342,7 @@ if defined(VBOX_WITH_EXTPACK_VBOXDTRACE)
|
|
|
|
$(VBoxDTraceIns_0_OUTDIR)/Stage/ExtPack.manifest \
|
|
|
|
$(VBoxDTraceIns_0_OUTDIR)/Stage/ExtPack.signature
|
|
|
|
# Tar it up.
|
|
|
|
- tar -cvf - -C $(VBoxDTraceIns_0_OUTDIR)/Stage/ . | gzip -9c > $@
|
|
|
|
+ tar -cvf - -C $(VBoxDTraceIns_0_OUTDIR)/Stage/ . | gzip -9nc > $@
|
|
|
|
# Clean up
|
|
|
|
$(RM) -Rf $(VBoxDTraceIns_0_OUTDIR)/Stage/
|
|
|
|
|
|
|
|
Index: VirtualBox-6.0.0/src/VBox/ExtPacks/VNC/Makefile.kmk
|
|
|
|
===================================================================
|
|
|
|
--- VirtualBox-6.0.0.orig/src/VBox/ExtPacks/VNC/Makefile.kmk
|
|
|
|
+++ VirtualBox-6.0.0/src/VBox/ExtPacks/VNC/Makefile.kmk
|
|
|
|
@@ -154,7 +154,7 @@ $(VBOX_PATH_PACKAGES)/$(VBOX_VNC_MANGLED
|
|
|
|
$(VBoxVNCIns_0_OUTDIR)/Stage/ExtPack.manifest \
|
|
|
|
$(VBoxVNCIns_0_OUTDIR)/Stage/ExtPack.signature
|
|
|
|
# Tar it up.
|
|
|
|
- tar -cvf - -C $(VBoxVNCIns_0_OUTDIR)/Stage/ . | gzip -9c > $@
|
|
|
|
+ tar -cvf - -C $(VBoxVNCIns_0_OUTDIR)/Stage/ . | gzip -9nc > $@
|
|
|
|
# Clean up
|
|
|
|
$(RM) -Rf $(VBoxVNCIns_0_OUTDIR)/Stage/
|
|
|
|
|
|
|
|
Index: VirtualBox-6.0.0/src/VBox/Additions/common/VBoxGuest/VBoxGuest-win.cpp
|
|
|
|
===================================================================
|
|
|
|
--- VirtualBox-6.0.0.orig/src/VBox/Additions/common/VBoxGuest/VBoxGuest-win.cpp
|
|
|
|
+++ VirtualBox-6.0.0/src/VBox/Additions/common/VBoxGuest/VBoxGuest-win.cpp
|
|
|
|
@@ -316,7 +316,7 @@ NTSTATUS DriverEntry(PDRIVER_OBJECT pDrv
|
|
|
|
}
|
|
|
|
VGDrvCommonInitLoggers();
|
|
|
|
|
|
|
|
- LogFunc(("Driver built: %s %s\n", __DATE__, __TIME__));
|
|
|
|
+ LogFunc(("Driver built: %s %s\n", "no date", "no time"));
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Check if the NT version is supported and initialize g_enmVGDrvNtVer.
|
|
|
|
Index: VirtualBox-6.0.0/src/VBox/Additions/linux/lightdm-greeter/vbox-greeter.cpp
|
|
|
|
===================================================================
|
|
|
|
--- VirtualBox-6.0.0.orig/src/VBox/Additions/linux/lightdm-greeter/vbox-greeter.cpp
|
|
|
|
+++ VirtualBox-6.0.0/src/VBox/Additions/linux/lightdm-greeter/vbox-greeter.cpp
|
|
|
|
@@ -872,7 +872,7 @@ static DECLCALLBACK(void) vboxGreeterLog
|
|
|
|
"vbox-greeter %s r%s (verbosity: %d) %s (%s %s) release log\n"
|
|
|
|
"Log opened %s\n",
|
|
|
|
RTBldCfgVersion(), RTBldCfgRevisionStr(), g_iVerbosity, VBOX_BUILD_TARGET,
|
|
|
|
- __DATE__, __TIME__, szTmp);
|
|
|
|
+ "no date", "no time", szTmp);
|
|
|
|
|
|
|
|
int vrc = RTSystemQueryOSInfo(RTSYSOSINFO_PRODUCT, szTmp, sizeof(szTmp));
|
|
|
|
if (RT_SUCCESS(vrc) || vrc == VERR_BUFFER_OVERFLOW)
|
|
|
|
Index: VirtualBox-6.0.0/src/VBox/Additions/solaris/Mouse/vboxms.c
|
|
|
|
===================================================================
|
|
|
|
--- VirtualBox-6.0.0.orig/src/VBox/Additions/solaris/Mouse/vboxms.c
|
|
|
|
+++ VirtualBox-6.0.0/src/VBox/Additions/solaris/Mouse/vboxms.c
|
|
|
|
@@ -256,7 +256,7 @@ static VBMSSTATE g_OpenNodeSt
|
|
|
|
int _init(void)
|
|
|
|
{
|
|
|
|
int rc;
|
|
|
|
- LogRelFlow((DEVICE_NAME ": built on " __DATE__ " at " __TIME__ "\n"));
|
|
|
|
+ LogRelFlow((DEVICE_NAME ": built on " "no date" " at " "no time" "\n"));
|
|
|
|
mutex_init(&g_OpenNodeState.InitMtx, NULL, MUTEX_DRIVER, NULL);
|
|
|
|
/*
|
|
|
|
* Prevent module autounloading.
|
|
|
|
Index: VirtualBox-6.0.0/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenVtf/GenVtf.h
|
|
|
|
===================================================================
|
|
|
|
--- VirtualBox-6.0.0.orig/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenVtf/GenVtf.h
|
|
|
|
+++ VirtualBox-6.0.0/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenVtf/GenVtf.h
|
|
|
|
@@ -102,7 +102,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF
|
|
|
|
//
|
|
|
|
#define UTILITY_MAJOR_VERSION 0
|
|
|
|
#define UTILITY_MINOR_VERSION 1
|
|
|
|
-#define UTILITY_DATE __DATE__
|
|
|
|
+#define UTILITY_DATE "no date"
|
|
|
|
|
|
|
|
//
|
|
|
|
// The maximum number of arguments accepted from the command line.
|
|
|
|
Index: VirtualBox-6.0.0/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VolInfo/VolInfo.c
|
|
|
|
===================================================================
|
|
|
|
--- VirtualBox-6.0.0.orig/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VolInfo/VolInfo.c
|
|
|
|
+++ VirtualBox-6.0.0/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VolInfo/VolInfo.c
|
|
|
|
@@ -170,7 +170,7 @@ Returns:
|
|
|
|
UTILITY_MAJOR_VERSION,
|
|
|
|
UTILITY_MINOR_VERSION,
|
|
|
|
__BUILD_VERSION,
|
|
|
|
- __DATE__
|
|
|
|
+ "no date"
|
|
|
|
);
|
|
|
|
|
|
|
|
//
|
|
|
|
Index: VirtualBox-6.0.0/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbDev.cpp
|
|
|
|
===================================================================
|
|
|
|
--- VirtualBox-6.0.0.orig/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbDev.cpp
|
|
|
|
+++ VirtualBox-6.0.0/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbDev.cpp
|
|
|
|
@@ -118,7 +118,7 @@ static NTSTATUS vboxUsbDdiAddDevice(PDRI
|
|
|
|
static VOID vboxUsbDdiUnload(PDRIVER_OBJECT pDriverObject)
|
|
|
|
{
|
|
|
|
RT_NOREF1(pDriverObject);
|
|
|
|
- LogRel(("VBoxUsb::DriverUnload. Built Date (%s) Time (%s)\n", __DATE__, __TIME__));
|
|
|
|
+ LogRel(("VBoxUsb::DriverUnload. Built Date (%s) Time (%s)\n", "no date", "no time"));
|
|
|
|
VBoxDrvToolStrFree(&g_VBoxUsbGlobals.RegPath);
|
|
|
|
|
|
|
|
vboxUsbRtGlobalsTerm();
|
|
|
|
@@ -274,7 +274,7 @@ RT_C_DECLS_END
|
|
|
|
|
|
|
|
NTSTATUS DriverEntry(IN PDRIVER_OBJECT pDriverObject, IN PUNICODE_STRING pRegistryPath)
|
|
|
|
{
|
|
|
|
- LogRel(("VBoxUsb::DriverEntry. Built Date (%s) Time (%s)\n", __DATE__, __TIME__));
|
|
|
|
+ LogRel(("VBoxUsb::DriverEntry. Built Date (%s) Time (%s)\n", "no date", "no time"));
|
|
|
|
|
|
|
|
NTSTATUS Status = vboxUsbRtGlobalsInit();
|
|
|
|
Assert(Status == STATUS_SUCCESS);
|
|
|
|
Index: VirtualBox-6.0.0/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbMon.cpp
|
|
|
|
===================================================================
|
|
|
|
--- VirtualBox-6.0.0.orig/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbMon.cpp
|
|
|
|
+++ VirtualBox-6.0.0/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbMon.cpp
|
|
|
|
@@ -1936,7 +1936,7 @@ NTSTATUS _stdcall DriverEntry(PDRIVER_OB
|
|
|
|
RTLogDestinations(0, "debugger");
|
|
|
|
#endif
|
|
|
|
|
|
|
|
- LOGREL(("Built %s %s", __DATE__, __TIME__));
|
|
|
|
+ LOGREL(("Built %s %s", "no date", "no time"));
|
|
|
|
|
|
|
|
memset (&g_VBoxUsbMonGlobals, 0, sizeof (g_VBoxUsbMonGlobals));
|
|
|
|
#ifdef VBOX_USB3PORT
|
|
|
|
Index: VirtualBox-6.0.0/src/VBox/Main/glue/VBoxLogRelCreate.cpp
|
|
|
|
===================================================================
|
|
|
|
--- VirtualBox-6.0.0.orig/src/VBox/Main/glue/VBoxLogRelCreate.cpp
|
|
|
|
+++ VirtualBox-6.0.0/src/VBox/Main/glue/VBoxLogRelCreate.cpp
|
|
|
|
@@ -61,7 +61,7 @@ static DECLCALLBACK(void) vboxHeaderFoot
|
|
|
|
#endif
|
|
|
|
"Log opened %s\n",
|
|
|
|
g_pszLogEntity, VBOX_VERSION_STRING, RTBldCfgRevision(),
|
|
|
|
- RTBldCfgTargetDotArch(), __DATE__, __TIME__, szTmp);
|
|
|
|
+ RTBldCfgTargetDotArch(), "no date", "no time", szTmp);
|
|
|
|
|
|
|
|
pfnLog(pReleaseLogger, "Build Type: %s\n", KBUILD_TYPE);
|
|
|
|
int vrc = RTSystemQueryOSInfo(RTSYSOSINFO_PRODUCT, szTmp, sizeof(szTmp));
|
|
|
|
Index: VirtualBox-6.0.0/src/libs/xpcom18a4/nsprpub/pr/tests/depend.c
|
|
|
|
===================================================================
|
|
|
|
--- VirtualBox-6.0.0.orig/src/libs/xpcom18a4/nsprpub/pr/tests/depend.c
|
|
|
|
+++ VirtualBox-6.0.0/src/libs/xpcom18a4/nsprpub/pr/tests/depend.c
|
|
|
|
@@ -141,7 +141,7 @@ int main(int argc, char **argv)
|
|
|
|
{
|
|
|
|
PRIntn tab = 0;
|
|
|
|
const PRVersionInfo *info = DummyLibVersion();
|
|
|
|
- const char *buildDate = __DATE__, *buildTime = __TIME__;
|
|
|
|
+ const char *buildDate = "no date", *buildTime = "no time";
|
|
|
|
|
|
|
|
printf("Depend.c build time is %s %s\n", buildDate, buildTime);
|
|
|
|
|
|
|
|
Index: VirtualBox-6.0.0/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/profile_main.cpp
|
|
|
|
===================================================================
|
|
|
|
--- VirtualBox-6.0.0.orig/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/profile_main.cpp
|
|
|
|
+++ VirtualBox-6.0.0/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/profile_main.cpp
|
|
|
|
@@ -458,7 +458,7 @@ int
|
|
|
|
main()
|
|
|
|
{
|
|
|
|
|
|
|
|
- cout << "String performance profiling. Compiled " __DATE__ " " __TIME__ << endl;
|
|
|
|
+ cout << "String performance profiling. Compiled nodate no time" << endl;
|
|
|
|
#ifdef TEST_STD_STRING
|
|
|
|
cout << "Testing std::string." << endl;
|
|
|
|
#else
|
|
|
|
Index: VirtualBox-6.0.0/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/test_main.cpp
|
|
|
|
===================================================================
|
|
|
|
--- VirtualBox-6.0.0.orig/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/test_main.cpp
|
|
|
|
+++ VirtualBox-6.0.0/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/test_main.cpp
|
|
|
|
@@ -425,7 +425,7 @@ int
|
|
|
|
main()
|
|
|
|
{
|
|
|
|
int tests_failed = 0;
|
|
|
|
- cout << "String unit tests. Compiled " __DATE__ " " __TIME__ << endl;
|
|
|
|
+ cout << "String unit tests. Compiled no date no time" << endl;
|
|
|
|
|
|
|
|
#if 0
|
|
|
|
{
|
|
|
|
Index: VirtualBox-6.0.0/src/libs/xpcom18a4/xpcom/tests/TestCOMPtr.cpp
|
|
|
|
===================================================================
|
|
|
|
--- VirtualBox-6.0.0.orig/src/libs/xpcom18a4/xpcom/tests/TestCOMPtr.cpp
|
|
|
|
+++ VirtualBox-6.0.0/src/libs/xpcom18a4/xpcom/tests/TestCOMPtr.cpp
|
|
|
|
@@ -102,7 +102,7 @@ class test_message
|
|
|
|
public:
|
|
|
|
test_message()
|
|
|
|
{
|
|
|
|
- printf("BEGIN unit tests for |nsCOMPtr|, compiled " __DATE__ "\n");
|
|
|
|
+ printf("BEGIN unit tests for |nsCOMPtr|, compiled no date\n");
|
|
|
|
}
|
|
|
|
|
|
|
|
~test_message()
|
|
|
|
Index: VirtualBox-6.0.0/src/VBox/Additions/3D/mesa/mesa-17.3.9/src/util/build_id.c
|
|
|
|
===================================================================
|
|
|
|
--- VirtualBox-6.0.0.orig/src/VBox/Additions/3D/mesa/mesa-17.3.9/src/util/build_id.c
|
|
|
|
+++ VirtualBox-6.0.0/src/VBox/Additions/3D/mesa/mesa-17.3.9/src/util/build_id.c
|
|
|
|
@@ -29,9 +29,8 @@
|
|
|
|
|
|
|
|
#include "build_id.h"
|
|
|
|
|
|
|
|
-#ifndef NT_GNU_BUILD_ID
|
|
|
|
+#undef NT_GNU_BUILD_ID
|
|
|
|
#define NT_GNU_BUILD_ID 3
|
|
|
|
-#endif
|
|
|
|
|
|
|
|
#ifndef ElfW
|
|
|
|
#define ElfW(type) Elf_##type
|