forked from pool/virtualbox
Accepting request 140582 from home:mseben:branches:Virtualization
update to vbox 4.2.4 OBS-URL: https://build.opensuse.org/request/show/140582 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=108
This commit is contained in:
parent
c2afddb4af
commit
92cd621b6a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7e8740771b7da85989856ba94f9b4f353bbf5b1deba35a4960e961cbffb55429
|
|
||||||
size 47999573
|
|
3
VirtualBox-4.2.4-patched.tar.bz2
Normal file
3
VirtualBox-4.2.4-patched.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7f8ff0bee5eabc24d5da2ae79870cf808f881d74358bf5996bbdcd78e8095165
|
||||||
|
size 48104957
|
@ -1,24 +0,0 @@
|
|||||||
Index: VirtualBox-4.2.2/src/VBox/Frontends/VirtualBox/VBoxUI.pro
|
|
||||||
===================================================================
|
|
||||||
--- VirtualBox-4.2.2.orig/src/VBox/Frontends/VirtualBox/VBoxUI.pro
|
|
||||||
+++ VirtualBox-4.2.2/src/VBox/Frontends/VirtualBox/VBoxUI.pro
|
|
||||||
@@ -63,7 +63,6 @@ TRANSLATIONS = \
|
|
||||||
nls/VirtualBox_es.ts \
|
|
||||||
nls/VirtualBox_eu.ts \
|
|
||||||
nls/VirtualBox_fi.ts \
|
|
||||||
- nls/VirtualBox_fa_IR.ts \
|
|
||||||
nls/VirtualBox_fr.ts \
|
|
||||||
nls/VirtualBox_gl_ES.ts \
|
|
||||||
nls/VirtualBox_hu.ts \
|
|
||||||
Index: VirtualBox-4.2.2/src/VBox/Frontends/VirtualBox/nls/ApprovedLanguages.kmk
|
|
||||||
===================================================================
|
|
||||||
--- VirtualBox-4.2.2.orig/src/VBox/Frontends/VirtualBox/nls/ApprovedLanguages.kmk
|
|
||||||
+++ VirtualBox-4.2.2/src/VBox/Frontends/VirtualBox/nls/ApprovedLanguages.kmk
|
|
||||||
@@ -23,7 +23,6 @@ VBOX_APPROVED_GUI_LANGUAGES := \
|
|
||||||
de \
|
|
||||||
en \
|
|
||||||
es \
|
|
||||||
- fa_IR \
|
|
||||||
hu \
|
|
||||||
it \
|
|
||||||
ja \
|
|
@ -2,9 +2,7 @@ Index: src/VBox/Installer/linux/vboxdrv.sh.in
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- src/VBox/Installer/linux/vboxdrv.sh.in.orig
|
--- src/VBox/Installer/linux/vboxdrv.sh.in.orig
|
||||||
+++ src/VBox/Installer/linux/vboxdrv.sh.in
|
+++ src/VBox/Installer/linux/vboxdrv.sh.in
|
||||||
@@ -17,15 +17,16 @@
|
@@ -19,11 +19,12 @@
|
||||||
# chkconfig: 35 20 80
|
|
||||||
# description: VirtualBox Linux kernel module
|
|
||||||
#
|
#
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: vboxdrv
|
# Provides: vboxdrv
|
||||||
@ -15,16 +13,13 @@ Index: src/VBox/Installer/linux/vboxdrv.sh.in
|
|||||||
+# Required-Stop: $syslog $remote_fs
|
+# Required-Stop: $syslog $remote_fs
|
||||||
+# Default-Start: 2 3 5
|
+# Default-Start: 2 3 5
|
||||||
# Default-Stop: 0 1 6
|
# Default-Stop: 0 1 6
|
||||||
# Short-Description: VirtualBox Linux kernel module
|
-# Short-Description: VirtualBox Linux kernel module
|
||||||
|
+# Short-Description: VirtualBox Linux module
|
||||||
+# Description: VirtualBox Linux kernel module
|
+# Description: VirtualBox Linux kernel module
|
||||||
### END INIT INFO
|
### END INIT INFO
|
||||||
|
|
||||||
PATH=/sbin:/bin:/usr/sbin:/usr/bin:$PATH
|
PATH=/sbin:/bin:/usr/sbin:/usr/bin:$PATH
|
||||||
DEVICE=/dev/vboxdrv
|
@@ -193,13 +194,6 @@ start()
|
||||||
LOG="/var/log/vbox-install.log"
|
|
||||||
@@ -191,17 +192,10 @@ start()
|
|
||||||
rmmod vboxdrv 2>/dev/null
|
|
||||||
failure "Cannot create device $DEVICE with major $MAJOR and minor $MINOR"
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
# ensure permissions
|
# ensure permissions
|
||||||
@ -38,18 +33,17 @@ Index: src/VBox/Installer/linux/vboxdrv.sh.in
|
|||||||
if ! $MODPROBE vboxnetflt > /dev/null 2>&1; then
|
if ! $MODPROBE vboxnetflt > /dev/null 2>&1; then
|
||||||
failure "modprobe vboxnetflt failed. Please use 'dmesg' to find out why"
|
failure "modprobe vboxnetflt failed. Please use 'dmesg' to find out why"
|
||||||
fi
|
fi
|
||||||
if ! $MODPROBE vboxnetadp > /dev/null 2>&1; then
|
@@ -297,70 +291,8 @@ stop_vms()
|
||||||
failure "modprobe vboxnetadp failed. Please use 'dmesg' to find out why"
|
|
||||||
@@ -295,66 +289,12 @@ stop_vms()
|
|
||||||
}
|
|
||||||
|
|
||||||
# setup_script
|
# setup_script
|
||||||
setup()
|
setup()
|
||||||
{
|
{
|
||||||
- stop
|
- stop
|
||||||
|
- DKMS=`which dkms 2>/dev/null`
|
||||||
|
- if [ -n "$DKMS" ]; then
|
||||||
- begin_msg "Uninstalling old VirtualBox DKMS kernel modules"
|
- begin_msg "Uninstalling old VirtualBox DKMS kernel modules"
|
||||||
- $DODKMS uninstall vboxhost vboxdrv vboxnetflt vboxnetadp > $LOG
|
- $DODKMS uninstall vboxhost vboxdrv vboxnetflt vboxnetadp > $LOG
|
||||||
- succ_msg
|
- succ_msg
|
||||||
|
- fi
|
||||||
- if find /lib/modules/`uname -r` -name "vboxpci\.*" 2>/dev/null|grep -q vboxpci; then
|
- if find /lib/modules/`uname -r` -name "vboxpci\.*" 2>/dev/null|grep -q vboxpci; then
|
||||||
- begin_msg "Removing old VirtualBox pci kernel module"
|
- begin_msg "Removing old VirtualBox pci kernel module"
|
||||||
- find /lib/modules/`uname -r` -name "vboxpci\.*" 2>/dev/null|xargs rm -f 2>/dev/null
|
- find /lib/modules/`uname -r` -name "vboxpci\.*" 2>/dev/null|xargs rm -f 2>/dev/null
|
||||||
@ -70,9 +64,14 @@ Index: src/VBox/Installer/linux/vboxdrv.sh.in
|
|||||||
- find /lib/modules/`uname -r` -name "vboxdrv\.*" 2>/dev/null|xargs rm -f 2>/dev/null
|
- find /lib/modules/`uname -r` -name "vboxdrv\.*" 2>/dev/null|xargs rm -f 2>/dev/null
|
||||||
- succ_msg
|
- succ_msg
|
||||||
- fi
|
- fi
|
||||||
|
- if [ -n "$DKMS" ]; then
|
||||||
- begin_msg "Trying to register the VirtualBox kernel modules using DKMS"
|
- begin_msg "Trying to register the VirtualBox kernel modules using DKMS"
|
||||||
- if ! $DODKMS install vboxhost $VERSION >> $LOG; then
|
- if ! $DODKMS install vboxhost $VERSION >> $LOG; then
|
||||||
- fail_msg "Failed, trying without DKMS"
|
- fail_msg "Failed, trying without DKMS"
|
||||||
|
- DKMS=""
|
||||||
|
- fi
|
||||||
|
- fi
|
||||||
|
- if [ -z "$DKMS" ]; then
|
||||||
- begin_msg "Recompiling VirtualBox kernel modules"
|
- begin_msg "Recompiling VirtualBox kernel modules"
|
||||||
- if ! $BUILDINTMP \
|
- if ! $BUILDINTMP \
|
||||||
- --save-module-symvers /tmp/vboxdrv-Module.symvers \
|
- --save-module-symvers /tmp/vboxdrv-Module.symvers \
|
||||||
@ -100,11 +99,9 @@ Index: src/VBox/Installer/linux/vboxdrv.sh.in
|
|||||||
- fi
|
- fi
|
||||||
- fi
|
- fi
|
||||||
- rm -f /etc/vbox/module_not_compiled
|
- rm -f /etc/vbox/module_not_compiled
|
||||||
+ begin_msg "Recompiling VirtualBox vboxadd kernel module, NOT. It has been packaged."
|
+ begin_msg "Recompiling VirtualBox kernel module, NOT. It has been packaged."
|
||||||
succ_msg
|
succ_msg
|
||||||
- start
|
- start
|
||||||
}
|
}
|
||||||
|
|
||||||
dmnstatus()
|
dmnstatus()
|
||||||
{
|
|
||||||
if running vboxdrv; then
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5a88e9023c15c3d85fc2426ad49cda1234bbf867378ac5a1319eb2d738d96a8c
|
|
||||||
size 5611827
|
|
3
virtualbox-4.2.4-UserManual.pdf
Normal file
3
virtualbox-4.2.4-UserManual.pdf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e38bcaba4ce8e1825732bb2fa4cc77f6808090ff76030ed9cce8dd39961ccd2e
|
||||||
|
size 5612899
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 3 08:16:40 UTC 2012 - mseben@gmail.com
|
||||||
|
|
||||||
|
- updated to virtualbox 4.2.4
|
||||||
|
* GUI: fixed validation warning on global settings / proxy page (4.2.2 regression, bug #11089)
|
||||||
|
* GUI: fixed crash with multiple guest screens on certain conditions (OS X hosts only)
|
||||||
|
* VBoxBalloonCtrl: fixed command line argument handling of ballooning module
|
||||||
|
* VRDP: fixed occasional crash during a video playback in the guest (bug #11082)
|
||||||
|
* BIOS: fixed broken DMI information (4.2 regression)
|
||||||
|
* BIOS: workaround for booting from Windows 2000 floppy disks
|
||||||
|
* EFI: fixed video mode selection loss on VM reboot (#10983)
|
||||||
|
* Parallel: fixed parallel port printing failure/ paper queue empty error (Windows hosts only)
|
||||||
|
* NAT: fixed crash on alias-less DNS responses when host-resolver is used
|
||||||
|
* Storage: fixed hang under rare circumstances
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 21 16:03:10 UTC 2012 - mseben@gmail.com
|
Sun Oct 21 16:03:10 UTC 2012 - mseben@gmail.com
|
||||||
|
|
||||||
|
@ -82,7 +82,7 @@ BuildRequires: xorg-x11-libXt-devel-32bit
|
|||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
ExclusiveArch: %ix86 x86_64
|
ExclusiveArch: %ix86 x86_64
|
||||||
Version: 4.2.2
|
Version: 4.2.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: VirtualBox is an Emulator
|
Summary: VirtualBox is an Emulator
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -122,8 +122,6 @@ Patch4: vbox-ret-in-nonvoid-fnc.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 build, fa_IR translation was removed
|
|
||||||
Patch9: vbox-drop-fa-IR-translation.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
|
||||||
@ -251,7 +249,6 @@ Development file for %{name}
|
|||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
%patch8 -p1
|
%patch8 -p1
|
||||||
%patch9 -p1
|
|
||||||
%patch99 -p1
|
%patch99 -p1
|
||||||
%patch100
|
%patch100
|
||||||
%patch101
|
%patch101
|
||||||
|
Loading…
Reference in New Issue
Block a user