1
0
forked from pool/virtualbox

Accepting request 146620 from Virtualization

update to virtualbox 4.2.6 (forwarded request 146619 from mseben)

OBS-URL: https://build.opensuse.org/request/show/146620
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virtualbox?expand=0&rev=61
This commit is contained in:
Ismail Dönmez 2013-01-01 11:04:34 +00:00 committed by Git OBS Bridge
commit c3da8f3258
7 changed files with 61 additions and 17 deletions

View File

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

View File

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

View File

@ -1,10 +1,8 @@
Index: VirtualBox-4.2.0/src/apps/Makefile.kmk
Index: VirtualBox-4.2.6/src/apps/Makefile.kmk
===================================================================
--- VirtualBox-4.2.0.orig/src/apps/Makefile.kmk
+++ VirtualBox-4.2.0/src/apps/Makefile.kmk
@@ -32,7 +32,9 @@ if1of ($(KBUILD_TARGET),darwin solaris l
ifneq ($(wildcard $(PATH_SUB_CURRENT)/adpctl),)
include $(PATH_SUB_CURRENT)/adpctl/Makefile.kmk
--- VirtualBox-4.2.6.orig/src/apps/Makefile.kmk
+++ VirtualBox-4.2.6/src/apps/Makefile.kmk
@@ -39,5 +39,7 @@ ifdef VBOX_WITH_DEVMAPPER
endif
endif
@ -12,10 +10,10 @@ Index: VirtualBox-4.2.0/src/apps/Makefile.kmk
+
include $(FILE_KBUILD_SUB_FOOTER)
Index: VirtualBox-4.2.0/src/apps/VBoxPermissionMessage/Makefile.kmk
Index: VirtualBox-4.2.6/src/apps/VBoxPermissionMessage/Makefile.kmk
===================================================================
--- /dev/null
+++ VirtualBox-4.2.0/src/apps/VBoxPermissionMessage/Makefile.kmk
+++ VirtualBox-4.2.6/src/apps/VBoxPermissionMessage/Makefile.kmk
@@ -0,0 +1,31 @@
+# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $
+## @file
@ -48,10 +46,10 @@ Index: VirtualBox-4.2.0/src/apps/VBoxPermissionMessage/Makefile.kmk
+
+include $(KBUILD_PATH)/subfooter.kmk
+
Index: VirtualBox-4.2.0/src/apps/VBoxPermissionMessage/VBoxPermissionMessage.cpp
Index: VirtualBox-4.2.6/src/apps/VBoxPermissionMessage/VBoxPermissionMessage.cpp
===================================================================
--- /dev/null
+++ VirtualBox-4.2.0/src/apps/VBoxPermissionMessage/VBoxPermissionMessage.cpp
+++ VirtualBox-4.2.6/src/apps/VBoxPermissionMessage/VBoxPermissionMessage.cpp
@@ -0,0 +1,12 @@
+#include <QtGui/QApplication>
+#include <QtGui/QMessageBox>

View File

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

View File

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

View File

@ -1,3 +1,49 @@
-------------------------------------------------------------------
Sat Dec 29 08:22:27 UTC 2012 - mseben@gmail.com
- updated to virtualbox 4.2.6
* VMM: don't inject stale VT-x events to prevent crashes after VM reset (bug #11256)
* VMM: workaround for buggy BIOSes which enable MONITOR only for certain CPUs (bugs #9460, #10686)
* GUI: fixed trimming of anti-aliased text in details-view element headers (4.2.0 regression)
* GUI: fixed create-settings-file-alias functionality on Mac hosts (4.2.0 regression)
* GUI: fixed take-guest-screenshot functionality on Windows hosts (bug #11095)
* GUI: several minor fixes, including palette fixes (bug #11191)
* GUI: fixed Windows 2012 OS type (bug #11206)
* GUI: allow to terminate the VM even if VBoxSVC crashed
* API: fixed cancelling of snapshots, previously this could lead to inconsistent VM configs (bug #6877)
* API: fixed identifying disk images by UUID (bug #11209)
* 3D Support: several fixes
* VRDP: fixed occasional crash with external authentication (bug #11156)
* VGA: fix for double scan text modes
* USB: fixed invalid pending request count at the time of service of DEVICE POWER requests (Windows hosts only; bugs #10021, #11056)
* USB keyboard: Korean keyboard workaround (bug #11150)
* Storage: fixed hang with QCOW images and asynchronous I/O enabled
* Storage: fixed hang with newer VHD images (bug #11279)
* Storage: actually write the non-rotational flag to the VM settings (4.2.0 regression)
* Virtio-net: fixed the problem with network statistics counters in Session Information dialog (GUI)
* Metrics: introduced network rate and disk usage metrics
* Metrics: fixed a crash under certain conditions on Solaris hosts
* BIOS: fix for El Torito
* Shared Folders: if the host folder of a shared folder mapping does not exist, keep it active but mark it as invalid to prevent inconsitent saved states (bug #11147)
* VBoxManage: fixed converting disks from raw images
* VBoxManage: show snapshot description in the VM or snapshot information
* VBoxManage: make implicit opening of media consistent in all places dealing with media
* VBoxManage: the iSCSI initiator name was not stored in the settings file when doing storageattach (bug #11212)
* VBoxManage: metrics collect now properly handles 'CPU/MHz' and 'Net/*/LinkSpeed' metrics
* VBoxManage: changing the image UUID or parent UUID as part of storageattach works now in all safe cases
* VBoxManage: introduced storageattach --medium additions as a shortcut to mount the additions image (bug #11165)
* OVF: fixed importing OVF files cerated by recent VMware products (bug #10905)
* Linux hosts / Bridged Networking: fixed the problem with leaking connections in conntrack (bug #11178)
* Linux Additions: added support for ConsoleKit sessions in the vminfo service of VBoxService
* Linux Additions: don't crash during remount under certain conditions (bug #11291)
* Linux/Solaris Additions: fixed guest memory metrics collection
* Solaris hosts: added a dependency to ensure that the user directories are reachable when starting VBox services
* Windows host installer: integrated user-contributed translations, thanks to all contributors!
* Windows Additions: fixed auto-logon installation for Windows 8
* Windows Additions: don't fail if the shared folders host service is not available
* Windows Additions: fixed Guest Additions startup on Windows 2000 guests (bug #11253)
* Windows Additions: auto-resize fixes for Windows 8 guests
-------------------------------------------------------------------
Sat Nov 3 08:16:40 UTC 2012 - mseben@gmail.com

View File

@ -82,7 +82,7 @@ BuildRequires: xorg-x11-libXt-devel-32bit
%endif
#
ExclusiveArch: %ix86 x86_64
Version: 4.2.4
Version: 4.2.6
Release: 0
Summary: VirtualBox is an Emulator
License: GPL-2.0+