1
0
forked from pool/virtualbox

Accepting request 58723 from home:mseben:branches:Virtualization

update to virtualbox 4.0.2

OBS-URL: https://build.opensuse.org/request/show/58723
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=23
This commit is contained in:
Michal Seben 2011-01-19 08:39:44 +00:00 committed by Git OBS Bridge
parent 7e4d38e5dc
commit 7f2056e107
8 changed files with 49 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:055901e2f37f9bcc134f63741d1f2bf2d316a8ba734aa64c5133cac2a668e781
size 4859239

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e9ee1d4c3b2ad8a5e05c265da569c907f22e74bffaa3eae03cf7568ab985824c
size 43757083

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:14ee28d6338cb4f857f30f27d213bbd03e51daf7d395318f9d6fc64495c670e9
size 4865369

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c318c8a0c58dc772aa6deca3caac122811f08e174e996e437c316c30e6207d92
size 43408699

View File

@ -13,8 +13,8 @@
/* register this logger as the release logger */
RTLogRelSetDefaultInstance(pLogger);
--- src/VBox/Main/ConsoleImpl.cpp.orig
+++ src/VBox/Main/ConsoleImpl.cpp
--- src/VBox/Main/src-client/ConsoleImpl.cpp.orig
+++ src/VBox/Main/src-client/ConsoleImpl.cpp
@@ -5063,13 +5063,12 @@ HRESULT Console::consoleInitReleaseLog(c
char szTmp[256];
RTTimeSpecToString(RTTimeNow(&timeSpec), szTmp, sizeof(szTmp));
@ -31,8 +31,8 @@
vrc = RTSystemQueryOSInfo(RTSYSOSINFO_PRODUCT, szTmp, sizeof(szTmp));
if (RT_SUCCESS(vrc) || vrc == VERR_BUFFER_OVERFLOW)
--- src/VBox/Main/generic/OpenGLTestApp.cpp.orig
+++ src/VBox/Main/generic/OpenGLTestApp.cpp
--- src/VBox/Main/src-server/generic/OpenGLTestApp.cpp.orig
+++ src/VBox/Main/src-server/generic/OpenGLTestApp.cpp
@@ -141,13 +141,12 @@ static int vboxInitLogging(const char *p
char szTmp[256];
RTTimeSpecToString(RTTimeNow(&timeSpec), szTmp, sizeof(szTmp));

View File

@ -1,3 +1,41 @@
-------------------------------------------------------------------
Wed Jan 19 07:32:14 UTC 2011 - mseben@gmail.com
- updated to VirtualBox 4.0.2
* GUI: don't crash if a removable host drive referenced from the VM settings vanished
* GUI: fixed a crash when using the KDE4 Oxygen theme and clicked on the settings button (4.0 regression; bug #7875)
* GUI: properly warn if the machine folder cannot be created (bug #8031)
* GUI: several fixes for multimonitor X11 guests
* ExtPack: dont make the installer helper application suid root (Linux .deb/.rpm packages only)
* ExtPack: improved user experience on Vista / Windows 7 when installing an extension pack
* ExtPack: fixed issue with non-ascii characters in the path name during installing an extension pack (bug #7917)
* ExtPack: fixed SELinux issues on 32-bit Linux hosts
* VBoxManage: Host-only interface creation and removal is now supported for all platforms except Solaris (bug #7741)
* VBoxManage: fixed segmentation fault when removing non-existent host-only interface
* Storage: fixed possible crashes with VMDK/VHD images with snapshots and async I/O (4.0 regression)
* Storage: dont eject the physical medium if a DVD/CDROM/floppy drive is detached from a VM (bug #5825)
* Storage: be more robust when a faulty guest sends ATA commands to an ATAPI device (bug #6597)
* Parallels: fixed deletion of the image during suspend, pause or power off (4.0 regression)
* Bridged networking: fixed host kernel panic when bridging to devices with no TX queue
* NAT: port-forwarding rule registration respects protocol parameter (bug #8094)
* E1000: fixed PXE boot issues with WDS (bug #6330)
* Virtio-net: fixed the issue with TX performance in some Linux guests
* ICH9: fixed VM crash (software virtualization only; bug #7885)
* VGA: fixed VESA screen issue (4.0 regression; bug #7986)
* Shared Folders: fixed parameter parsing when creating symbolic links, fixes 32-bit/64-bit bitness issue (bug #818)
* Main: fixed crash under rare circumstances due to an invalid logging string (4.0 regression)
* Main: improve error information propagation for errors preventing a VM start
* Main: fixed problems with snapshots and non-ASCII characters in machine paths (bug #8024)
* Webservice: now listens to localhost by default as documented (bug #6067)
* Settings: do not fail loading machine settings if removeable drive attachment
* Settings: fixed issue that changing a snapshot name or description was not saved to machine XML
* OVF/OVA: fixed import of files created by other OVF tools (bug #7983)
* rdesktop-vrdp: fix a crash during USB device enumeration (bug #7981)
* Linux hosts: fixed a crash during USB device enumeration.
* Linux hosts: try a bit harder to allocate memory (bug #8035; 4.0 regression)
* Guest Additions: fixed parsing of parameters for guest control in VBoxService (4.0 regression; bug #8010)
* Windows Guest Additions: automatic logon on Windows Vista/Windows 7 now supports unlocking previously locked workstations
-------------------------------------------------------------------
Fri Jan 14 21:58:00 UTC 2011 - mseben@gmail.com

View File

@ -42,7 +42,7 @@ BuildRequires: gcc43-32bit libstdc++43-devel-32bit
%endif
#
ExclusiveArch: %ix86 x86_64
Version: 4.0.0
Version: 4.0.2
Release: 1
Summary: VirtualBox is an Emulator
License: GPLv2+