Accepting request 91751 from home:mseben:branches:Virtualization
update to virtualbox 4.1.6 OBS-URL: https://build.opensuse.org/request/show/91751 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=69
This commit is contained in:
parent
fd73477e8e
commit
f581c61f78
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ae4bb67e8eead8d315ab8daa11385278a2701d7973c921bf066b16ca5759a8f3
|
|
||||||
size 5028555
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ae7510bf8b630431154cbab94b4c055cb18ee96d8ae9f2d329e63905dc05dcba
|
|
||||||
size 46592322
|
|
3
VirtualBox-4.1.6-UserManual.pdf
Normal file
3
VirtualBox-4.1.6-UserManual.pdf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cd4c63d64d1dc77e2b52eb665005577ee65bc052fbf4b50b46230f5ee4564d5f
|
||||||
|
size 5036327
|
3
VirtualBox-4.1.6-patched.tar.bz2
Normal file
3
VirtualBox-4.1.6-patched.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:85348056dea26819d604580bce4af1d174e49cdd71e622ca8d765ad5b9ebc8ae
|
||||||
|
size 46586780
|
@ -1,13 +0,0 @@
|
|||||||
Index: VirtualBox-4.1.4_OSE/src/VBox/Additions/common/VBoxVideo/Modesetting.cpp
|
|
||||||
===================================================================
|
|
||||||
--- VirtualBox-4.1.4_OSE.orig/src/VBox/Additions/common/VBoxVideo/Modesetting.cpp
|
|
||||||
+++ VirtualBox-4.1.4_OSE/src/VBox/Additions/common/VBoxVideo/Modesetting.cpp
|
|
||||||
@@ -174,7 +174,7 @@ RTDECL(bool) VBoxVideoGetModeRegisters(u
|
|
||||||
uint16_t fFlags;
|
|
||||||
|
|
||||||
VBoxVideoCmnPortWriteUshort(VBE_DISPI_IOPORT_INDEX,
|
|
||||||
- VBE_DISPI_ENABLED);
|
|
||||||
+ VBE_DISPI_INDEX_ENABLE);
|
|
||||||
fFlags = VBoxVideoCmnPortReadUshort(VBE_DISPI_IOPORT_DATA);
|
|
||||||
if (pcWidth)
|
|
||||||
{
|
|
@ -1,23 +0,0 @@
|
|||||||
Index: src/VBox/HostDrivers/VBoxPci/Makefile.kmk
|
|
||||||
===================================================================
|
|
||||||
--- src/VBox/HostDrivers/VBoxPci/Makefile.kmk.orig
|
|
||||||
+++ src/VBox/HostDrivers/VBoxPci/Makefile.kmk
|
|
||||||
@@ -17,7 +17,9 @@
|
|
||||||
|
|
||||||
SUB_DEPTH = ../../../..
|
|
||||||
include $(KBUILD_PATH)/subheader.kmk
|
|
||||||
+
|
|
||||||
if1of ($(KBUILD_TARGET), linux)
|
|
||||||
+ifdef VBOX_WITH_VBOXDRV
|
|
||||||
|
|
||||||
#
|
|
||||||
# The driver.
|
|
||||||
@@ -41,7 +43,7 @@ if1of ($(KBUILD_TARGET), linux)
|
|
||||||
VBoxPci_LIBS += \
|
|
||||||
$(PATH_STAGE_LIB)/SUPR0IdcClient$(VBOX_SUFF_LIB)
|
|
||||||
|
|
||||||
-
|
|
||||||
+endif
|
|
||||||
#
|
|
||||||
# Install the sources.
|
|
||||||
#
|
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 16 09:44:55 UTC 2011 - mseben@gmail.com
|
||||||
|
|
||||||
|
- dropped vbox-VBE_DISPI_INDEX_ENABLE.diff and vbox-disable_vboxpci_build.diff
|
||||||
|
- update to virtualbox 4.1.6
|
||||||
|
* VRDP: fixed screen corruption
|
||||||
|
* NAT: the interface stopped working after a lot of failed ICMP requests (bug #9371)
|
||||||
|
* E1000: fixed rare Windows 7 guest hangs, either at boot time or when reconfiguring the network card in unusual setups (bug #6223)
|
||||||
|
* ATA: fixed a possible crash during ATAPI passthrough with certain guests
|
||||||
|
* ATA: improved compatibility with ancient Linux kernels
|
||||||
|
* Main: fixed incorrect framebuffer information after leaving the fullscreen mode with X11 guests, this lead to a scrambled preview window in the GUI for example
|
||||||
|
* Mac OS X hosts: fixed the problem with duplicate packets when bridged to a wireless interface (bug #9648)
|
||||||
|
* Linux hosts: fix for 3D support on Fedora 15 (bug #9799)
|
||||||
|
* Linux hosts: don't call del_timer_sync from an interrupt context (Fedora bug report 746331)
|
||||||
|
* Windows Vista and 7 guests: more WDDM fixes
|
||||||
|
* Linux Additions: fixed kernel module compilation failure on Redhat Enterprise Linux 4 (bug #9709)
|
||||||
|
* Linux Additions: install the DRI driver correctly on Ubuntu 11.10 guests
|
||||||
|
* Solaris Additions: added read-only mmap support for shared folders
|
||||||
|
* Solaris Additions: added directory, file mode and mask options for shared folders
|
||||||
|
* Windows Additions: implemented faster detection of logged-in guest users and stale sessions
|
||||||
|
* X.Org Additions: fixed graphical corruption when switching to a virtual terminal (bug #9490)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 19 10:03:10 UTC 2011 - idonmez@suse.com
|
Wed Oct 19 10:03:10 UTC 2011 - idonmez@suse.com
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ BuildRequires: gcc-32bit gcc-c++-32bit
|
|||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
ExclusiveArch: %ix86 x86_64
|
ExclusiveArch: %ix86 x86_64
|
||||||
Version: 4.1.4
|
Version: 4.1.6
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: VirtualBox is an Emulator
|
Summary: VirtualBox is an Emulator
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -89,11 +89,6 @@ Patch5: vbox-config.diff
|
|||||||
Patch6: vbox-smc-napa.diff
|
Patch6: vbox-smc-napa.diff
|
||||||
#fix build of Python and dev package on openSUSE 11.3
|
#fix build of Python and dev package on openSUSE 11.3
|
||||||
Patch8: vbox-python-detection.diff
|
Patch8: vbox-python-detection.diff
|
||||||
#fix Broken Linux console after starting X bnc#717713
|
|
||||||
#patch grabbed from upstream ticket https://www.virtualbox.org/ticket/9490
|
|
||||||
Patch9: vbox-VBE_DISPI_INDEX_ENABLE.diff
|
|
||||||
#fix build
|
|
||||||
Patch10: vbox-disable_vboxpci_build.diff
|
|
||||||
#PATCH-FIX-OPENSUSE implement messagebox (VBoxPermissionMessage app), which is displayed, when user
|
#PATCH-FIX-OPENSUSE implement messagebox (VBoxPermissionMessage app), which is displayed, when user
|
||||||
#try to start VirtualBox and is not memeber of vboxusers group
|
#try to start VirtualBox and is not memeber of vboxusers group
|
||||||
Patch99: vbox-permissions_warning.diff
|
Patch99: vbox-permissions_warning.diff
|
||||||
@ -216,13 +211,10 @@ Development file for %{name}
|
|||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
%patch8 -p1
|
%patch8 -p1
|
||||||
%patch9 -p1
|
|
||||||
%patch10
|
|
||||||
%patch99 -p1
|
%patch99 -p1
|
||||||
%patch100
|
%patch100
|
||||||
%patch101
|
%patch101
|
||||||
%patch102
|
%patch102
|
||||||
#%patch103 -p1
|
|
||||||
#copy user manual
|
#copy user manual
|
||||||
%__cp %{S:1} ./UserManual.pdf
|
%__cp %{S:1} ./UserManual.pdf
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user