1
0
forked from pool/virtualbox

Accepting request 157153 from Virtualization

update to vbox 4.2.8 (forwarded request 157152 from mseben)

OBS-URL: https://build.opensuse.org/request/show/157153
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virtualbox?expand=0&rev=64
This commit is contained in:
Stephan Kulow 2013-03-04 16:34:28 +00:00 committed by Git OBS Bridge
commit be6a6eed7a
7 changed files with 65 additions and 27 deletions

View File

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

View File

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

View File

@ -1,10 +1,6 @@
Index: src/VBox/Additions/linux/installer/vboxadd.sh
===================================================================
--- src/VBox/Additions/linux/installer/vboxadd.sh.orig
+++ src/VBox/Additions/linux/installer/vboxadd.sh
@@ -19,15 +19,16 @@
# chkconfig: 357 30 70
# description: VirtualBox Linux Additions kernel modules
@@ -21,11 +21,12 @@
#
### BEGIN INIT INFO
# Provides: vboxadd
@ -20,11 +16,7 @@ Index: src/VBox/Additions/linux/installer/vboxadd.sh
### END INIT INFO
PATH=$PATH:/bin:/sbin:/usr/sbin
PACKAGE=VBoxGuestAdditions
LOG="/var/log/vboxadd-install.log"
@@ -248,32 +249,20 @@ do_vboxguest_non_udev()
mknod -m 0664 $dev c $maj $min || {
rmmod vboxguest 2>/dev/null
@@ -255,12 +256,6 @@ do_vboxguest_non_udev()
fail "Cannot create device $dev with major $maj and minor $min"
}
fi
@ -37,10 +29,7 @@ Index: src/VBox/Additions/linux/installer/vboxadd.sh
if [ ! -c $userdev ]; then
maj=10
min=`sed -n 's;\([0-9]\+\) vboxuser;\1;p' /proc/misc`
if [ ! -z "$min" ]; then
mknod -m 0666 $userdev c $maj $min || {
rm -f $dev 2>/dev/null
@@ -271,12 +266,6 @@ do_vboxguest_non_udev()
rmmod vboxguest 2>/dev/null
fail "Cannot create device $userdev with major $maj and minor $min"
}
@ -53,11 +42,21 @@ Index: src/VBox/Additions/linux/installer/vboxadd.sh
fi
fi
}
@@ -284,6 +273,13 @@ do_vboxguest_non_udev()
start()
@@ -478,36 +467,12 @@ extra_setup()
}
{
begin "Starting the VirtualBox Guest Additions ";
+
+ if [ -x /usr/bin/systemd-detect-virt ]; then
+ if [ "x$(systemd-detect-virt)" != "xoracle" ]; then
+ fail "Not running on a virtualbox guest"
+ fi
+ fi
+
uname -r | grep -q '^2\.6' 2>/dev/null &&
ps -A -o comm | grep -q '/*udevd$' 2>/dev/null ||
no_udev=1
@@ -491,32 +487,8 @@ extra_setup()
# setup_script
setup()
{
@ -92,5 +91,3 @@ Index: src/VBox/Additions/linux/installer/vboxadd.sh
}
# cleanup_script
cleanup()
{

View File

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

View File

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

View File

@ -1,3 +1,44 @@
-------------------------------------------------------------------
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
- vboxadd init script should not do anything if not running
in a virtualbox guest.
-------------------------------------------------------------------
Mon Jan 21 10:32:45 UTC 2013 - sndirsch@suse.com

View File

@ -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+