forked from pool/virtualbox
Accepting request 232849 from Virtualization
- Update to version 4.3.10: + VMM: more work on improving the emulation of certain MSR registers on certain host CPUs (e.g. bugs #12734, #12736, #12744, #12748, #12686, #12770) + VMM: fixed single-stepping for real-mode guests (VT-x without unrestricted guest execution) and some I/O instructions (bug #12636) + VMM: fixed a potential problem with COW pages if nested paging is not available + GUI: Mac OS X: experimental native full screen support for Mountain Lion and Mavericks (bug #12292) + GUI: Mac OS X: removed the mini-toolbar minimize button which doesn't work under Mac OS X full screen mode anyway + GUI: experimental HID LEDs synchronization for Windows and Mac OS X hosts: fixed keyboard re-synchronization if the feature is disabled (as done by default; bug #12758) + GUI: fixed a potential crash when opening the preferences menu (bug #12862) + OVF: fixed a crash of the VirtualBox Manager when re-starting guest export (bug #12586) + 3D support: several fixes + HGCM: fixed a problem with saved states which could cause several guest misbehavior after a VM was started from a saved state + Storage: fixed a bug preventing to compact differential snapshots under certain conditions + VBoxSVC: fixed a segmentation fault on Linux hosts if a very long path exists under /dev (bug #12760) + API: fixed guest misbehavior under certain conditions if a storage medium was attached or removed at VM runtime + Windows installer: make the --silent parameter work again (bug #12764) + Linux Additions: install correctly on Ubuntu guest systems with a /usr/lib64 directory (bug #12513) + X11 Additions: fix for the VBoxClient process not exiting correctly (bug #12348) and consuming too much processor time - Refresh virtualbox-xserver-116.patch to xorg-server-1.15.99.902 with x.org video driver protocol version 17.0 - Set mode of /usr/lib/virtualbox/VirtualBox to 4750 to match /etc/permissions.easy as newly complained by chkstat (due to ro's change) (forwarded request 232843 from saschpe) OBS-URL: https://build.opensuse.org/request/show/232849 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virtualbox?expand=0&rev=84
This commit is contained in:
commit
89e942fb7e
3
VirtualBox-4.3.10-patched.tar.bz2
Normal file
3
VirtualBox-4.3.10-patched.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d04a3f1c11da844f18bc8f005594199877da232e5af9b20f9c619d6dc53b521
|
||||
size 62652920
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41d03d6964931c648e3df8b14241f069d51194013e661aff7624ee264fa0995d
|
||||
size 62556286
|
3
virtualbox-4.3.10-UserManual.pdf
Normal file
3
virtualbox-4.3.10-UserManual.pdf
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0796a0043cb8a965695df75f0a245ff7645596c22c5832e06daa5cd1ba538461
|
||||
size 6270746
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53005af22226dcd5ae8b68326602184918b5b7f8554141ae5f12f2e97dd4a62d
|
||||
size 6256829
|
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 5 21:52:39 UTC 2014 - speilicke@suse.com
|
||||
|
||||
- Update to version 4.3.10:
|
||||
+ VMM: more work on improving the emulation of certain MSR registers on certain host CPUs (e.g. bugs #12734, #12736, #12744, #12748, #12686, #12770)
|
||||
+ VMM: fixed single-stepping for real-mode guests (VT-x without unrestricted guest execution) and some I/O instructions (bug #12636)
|
||||
+ VMM: fixed a potential problem with COW pages if nested paging is not available
|
||||
+ GUI: Mac OS X: experimental native full screen support for Mountain Lion and Mavericks (bug #12292)
|
||||
+ GUI: Mac OS X: removed the mini-toolbar minimize button which doesn't work under Mac OS X full screen mode anyway
|
||||
+ GUI: experimental HID LEDs synchronization for Windows and Mac OS X hosts: fixed keyboard re-synchronization if the feature is disabled (as done by default; bug #12758)
|
||||
+ GUI: fixed a potential crash when opening the preferences menu (bug #12862)
|
||||
+ OVF: fixed a crash of the VirtualBox Manager when re-starting guest export (bug #12586)
|
||||
+ 3D support: several fixes
|
||||
+ HGCM: fixed a problem with saved states which could cause several guest misbehavior after a VM was started from a saved state
|
||||
+ Storage: fixed a bug preventing to compact differential snapshots under certain conditions
|
||||
+ VBoxSVC: fixed a segmentation fault on Linux hosts if a very long path exists under /dev (bug #12760)
|
||||
+ API: fixed guest misbehavior under certain conditions if a storage medium was attached or removed at VM runtime
|
||||
+ Windows installer: make the --silent parameter work again (bug #12764)
|
||||
+ Linux Additions: install correctly on Ubuntu guest systems with a /usr/lib64 directory (bug #12513)
|
||||
+ X11 Additions: fix for the VBoxClient process not exiting correctly (bug #12348) and consuming too much processor time
|
||||
- Refresh virtualbox-xserver-116.patch to xorg-server-1.15.99.902 with
|
||||
x.org video driver protocol version 17.0
|
||||
- Set mode of /usr/lib/virtualbox/VirtualBox to 4750 to match /etc/permissions.easy
|
||||
as newly complained by chkstat (due to ro's change)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 12:36:47 UTC 2014 - speilicke@suse.com
|
||||
|
||||
|
@ -94,7 +94,7 @@ BuildRequires: xorg-x11-libXt-devel-32bit
|
||||
%endif
|
||||
#
|
||||
ExclusiveArch: %ix86 x86_64
|
||||
Version: 4.3.8
|
||||
Version: 4.3.10
|
||||
Release: 0
|
||||
Summary: VirtualBox is an Emulator
|
||||
License: GPL-2.0+
|
||||
@ -147,7 +147,7 @@ Patch103: vbox-disable-updates.diff
|
||||
#use pie/fPIE for setuid binaries (bnc#743143)
|
||||
Patch104: vbox-fpie.diff
|
||||
# PATCH-FIX-UPSTREAM speilicke@suse.com
|
||||
Patch105: Virtualbox-xserver-1.16.patch
|
||||
Patch105: virtualbox-xserver-116.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
PreReq: pwdutils permissions
|
||||
Requires: %{name}-host-kmp = %version
|
||||
@ -281,7 +281,7 @@ This package contains icons for guest desktop files that were created on the des
|
||||
%patch101 -p1
|
||||
%patch103
|
||||
%patch104 -p1
|
||||
%patch105 -p0
|
||||
%patch105 -p1
|
||||
#copy user manual
|
||||
%__cp %{S:1} UserManual.pdf
|
||||
#copy kbuild config
|
||||
@ -800,7 +800,7 @@ exit 0
|
||||
%files qt
|
||||
%defattr(-, root, root)
|
||||
%attr(0755,root,vboxusers) %{_vbox_instdir}/VBoxPermissionMessage
|
||||
%verify(not mode) %attr(4755,root,vboxusers) %{_vbox_instdir}/VirtualBox
|
||||
%verify(not mode) %attr(4750,root,vboxusers) %{_vbox_instdir}/VirtualBox
|
||||
#wrapper script is in bindir
|
||||
%attr(0755,root,root) %{_bindir}/VirtualBox
|
||||
#ldd shows libQt* dependency
|
||||
|
Loading…
Reference in New Issue
Block a user