From 73f9d07160c196f928cb57f05bf64c6e0422416d9fdde6c55eea6db25d6b17e5 Mon Sep 17 00:00:00 2001 From: Michal Seben Date: Sun, 3 Mar 2013 12:52:28 +0000 Subject: [PATCH] Accepting request 157152 from home:mseben:branches:Virtualization update to vbox 4.2.8 OBS-URL: https://build.opensuse.org/request/show/157152 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=115 --- VirtualBox-4.2.6-patched.tar.bz2 | 3 --- VirtualBox-4.2.8-patched.tar.bz2 | 3 +++ virtualbox-4.2.6-UserManual.pdf | 3 --- virtualbox-4.2.8-UserManual.pdf | 3 +++ virtualbox.changes | 35 ++++++++++++++++++++++++++++++++ virtualbox.spec | 2 +- 6 files changed, 42 insertions(+), 7 deletions(-) delete mode 100644 VirtualBox-4.2.6-patched.tar.bz2 create mode 100644 VirtualBox-4.2.8-patched.tar.bz2 delete mode 100644 virtualbox-4.2.6-UserManual.pdf create mode 100644 virtualbox-4.2.8-UserManual.pdf diff --git a/VirtualBox-4.2.6-patched.tar.bz2 b/VirtualBox-4.2.6-patched.tar.bz2 deleted file mode 100644 index 4a64173..0000000 --- a/VirtualBox-4.2.6-patched.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e054c1704cf87e28cac18f68eb75299321184b11fe767adfc7ee7885a8ee82e1 -size 48754759 diff --git a/VirtualBox-4.2.8-patched.tar.bz2 b/VirtualBox-4.2.8-patched.tar.bz2 new file mode 100644 index 0000000..e4b26df --- /dev/null +++ b/VirtualBox-4.2.8-patched.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:204e2cdb9ef210a2de1890b80a41b8961610d3751c49020df4bd2d0afe45cf83 +size 48907587 diff --git a/virtualbox-4.2.6-UserManual.pdf b/virtualbox-4.2.6-UserManual.pdf deleted file mode 100644 index eec829a..0000000 --- a/virtualbox-4.2.6-UserManual.pdf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc4fd7bb46870d48f409fbd990692882f2f30fb309ec60eeaf5fd4f9d771f5d2 -size 6124390 diff --git a/virtualbox-4.2.8-UserManual.pdf b/virtualbox-4.2.8-UserManual.pdf new file mode 100644 index 0000000..3017bf9 --- /dev/null +++ b/virtualbox-4.2.8-UserManual.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e076aa9835e5de8b9ddf2ab72b945ed878d9f2d748610f6d32b90ff705226a9 +size 6133610 diff --git a/virtualbox.changes b/virtualbox.changes index b3ead67..1964a64 100644 --- a/virtualbox.changes +++ b/virtualbox.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Sun Mar 3 11:19:44 UTC 2013 - mseben@gmail.com + +- updated to virtualbox 4.2.8 +* VMM: fixed guest crash with huge amount of guest RAM on VT-x hosts (bug #11306) +* GUI: fixed a layout bug in the Mac OS X clone VM dialog (bug #10982) +* GUI: not all the translation tags were taken into account during the language switch (bug #11342) +* GUI: take guest screenshot dialog sometimes had no keyboard input available on Windows host +* Main/Machine: fix generation of spurious event for inaccessible VMs which triggered an endless event generation loop in cooperation with the GUI which became unresponsive (4.2.6 regression, bug #11323) +* Main/Display: fix for an access violation under certain conditions in multi-monitor configurations (bug #10539) +* Main/Metrics: network metrics are now collected for active (up) interfaces only, the state of an interface being evaluated when the associated metric is enabled via setupMetrics +* Snapshots: reduce the time for merging snapshots under certain conditions +* Storage: fixed data corruption after resizing a VDI image under certain circumstances (bug #11344) +* Storage: fixed non working online merging of snapshots (4.2.6 regression, bug #11359) +* Storage: fixed crash when connecting to certain QNAP iSCSI targets +* Storage: fixed incompatibility of VHD differencing images with Hyper-V (bug #5990) +* Bridged Networking: fixed TCP pseudo header checksum computation for IPv6 (bug #9380) +* 3D support: fix Battlefield 1942 game crashes (bug #11369) +* Settings: really sanitize the name of VM folders and settings file, the code was disabled before (bug #10549) +* Settings: allow to change VRDE settings for saved VMs +* VBoxManage: don't crash during screenshotpng if there is no display (bug #11363) +* Linux hosts: work around gcc bug 55940 which might lead to wrong kernel module code if gcc 4.7 is used to compile the 32-bit Linux host kernel (bug #11035) +* Linux hosts: fixed inconsistent lock state and deadlock warnings on module load and VM startup when CONFIG_PROVE_LOCKING is enabled (bug #11318) +* Linux hosts: made "]" key work again on Japanese keyboards +* Mac OS X hosts: don't crash the kernel during dtrace if the VBox kernel extensions are loaded (10.6 hosts only; bug #11273) +* Solaris / Mac OS X hosts: machine CPU load metrics now report 100% when all cores are fully utilized (used to be a single core) +* Solaris 11 host installer: wait for any services left over from a previous installation to be terminated to avoid confusing SMF. +* Guest Additions: don't block signals for processes executed via guest control +* Guest Additions: fixed a small memory leak in VBoxService (bug #10970) +* Windows Additions: fixed shared folder issue with large reads/writes on 64 bit Windows guests (bug #11115) +* Linux Additions: Linux 3.8 compile fixes (bug #11036) +* X11 Additions: fixed blocked SIGALRM in 3D desktop sessions (bug #10987) +* X11 Additions: fixed an unresolved reference in vboxvideo_drv for X.org 6.8 guests and before (e.g. RHEL4; 4.2.0 regression) +* X11 Additions: fixed screen automatic resizing for guests with X.org 1.3 or older (4.2.0 regression) + ------------------------------------------------------------------- Fri Mar 1 22:07:32 UTC 2013 - crrodriguez@opensuse.org diff --git a/virtualbox.spec b/virtualbox.spec index 1889a10..e6a5b2a 100644 --- a/virtualbox.spec +++ b/virtualbox.spec @@ -82,7 +82,7 @@ BuildRequires: xorg-x11-libXt-devel-32bit %endif # ExclusiveArch: %ix86 x86_64 -Version: 4.2.6 +Version: 4.2.8 Release: 0 Summary: VirtualBox is an Emulator License: GPL-2.0+