forked from pool/virtualbox
Accepting request 350928 from home:lwfinger:branches:Virtualization
Version bump to 5.0.12 OBS-URL: https://build.opensuse.org/request/show/350928 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=239
This commit is contained in:
parent
4e1674867b
commit
ad60d1c8dd
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8200e7b948f0fd0cc18a603a249c37ec69c5fe115e73d0204f7a3316443746e
|
||||
size 3475107
|
||||
oid sha256:485250b6117e599d687e8560bac2fd677724143de036124392633e4d3754a6c6
|
||||
size 3479845
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:25482165a12011d15ffaa2f60eebd11643c8468f5262301f33d5d7e643e53046
|
||||
size 76515670
|
3
VirtualBox-5.0.12-patched.tar.bz2
Normal file
3
VirtualBox-5.0.12-patched.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ced76218fe61b4fad4e44d7b6407e9db652d1f80a7c2e1bf1329ec76287b9d9
|
||||
size 76586366
|
@ -18,7 +18,7 @@ Index: src/VBox/Additions/linux/installer/vboxadd.sh
|
||||
### END INIT INFO
|
||||
|
||||
PATH=$PATH:/bin:/sbin:/usr/sbin
|
||||
@@ -257,12 +258,6 @@ do_vboxguest_non_udev()
|
||||
@@ -224,12 +225,6 @@ do_vboxguest_non_udev()
|
||||
fail "Cannot create device $dev with major $maj and minor $min"
|
||||
}
|
||||
fi
|
||||
@ -31,7 +31,7 @@ Index: src/VBox/Additions/linux/installer/vboxadd.sh
|
||||
|
||||
if [ ! -c $userdev ]; then
|
||||
maj=10
|
||||
@@ -273,12 +268,6 @@ do_vboxguest_non_udev()
|
||||
@@ -240,12 +235,6 @@ do_vboxguest_non_udev()
|
||||
rmmod vboxguest 2>/dev/null
|
||||
fail "Cannot create device $userdev with major $maj and minor $min"
|
||||
}
|
||||
@ -44,10 +44,10 @@ Index: src/VBox/Additions/linux/installer/vboxadd.sh
|
||||
fi
|
||||
fi
|
||||
}
|
||||
@@ -286,6 +275,13 @@ do_vboxguest_non_udev()
|
||||
start()
|
||||
{
|
||||
begin "Starting the VirtualBox Guest Additions ";
|
||||
@@ -260,6 +249,13 @@ start()
|
||||
fi
|
||||
test -n "$INSTALL_DIR" -a -n "$INSTALL_VER" ||
|
||||
fail "Configuration file $config not complete"
|
||||
+
|
||||
+ if [ -x /usr/bin/systemd-detect-virt ]; then
|
||||
+ if [ "x$(systemd-detect-virt)" != "xoracle" ]; then
|
||||
@ -58,7 +58,7 @@ Index: src/VBox/Additions/linux/installer/vboxadd.sh
|
||||
uname -r | grep -q -E '^2\.6|^3|^4' 2>/dev/null &&
|
||||
ps -A -o comm | grep -q '/*udevd$' 2>/dev/null ||
|
||||
no_udev=1
|
||||
@@ -493,32 +489,8 @@ extra_setup()
|
||||
@@ -470,33 +466,8 @@ extra_setup()
|
||||
# setup_script
|
||||
setup()
|
||||
{
|
||||
@ -72,6 +72,7 @@ Index: src/VBox/Additions/linux/installer/vboxadd.sh
|
||||
- export BUILD_TYPE
|
||||
- export USERNAME
|
||||
-
|
||||
- rm -f $LOG
|
||||
- MODULE_SRC="$INSTALL_DIR/src/vboxguest-$INSTALL_VER"
|
||||
- BUILDINTMP="$MODULE_SRC/build_in_tmp"
|
||||
- DODKMS="$MODULE_SRC/do_dkms"
|
||||
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 26 19:58:13 UTC 2015 - Larry.Finger@lwfinger.net
|
||||
|
||||
- Version bump to 5.0.12 (released 2015-12-18i by Oracle)
|
||||
|
||||
This is a maintenance release. The following items were fixed and/or added:
|
||||
|
||||
GUI: fixed wrong scrolling behaviour in the VM selector window when a VM item is dragged out of the chooser-pane area
|
||||
GUI: fixed the validation of IPv6 port-forwarding rules
|
||||
GUI: suppress the first-run wizard if a CD/DVD medium is inserted using the selector UI
|
||||
GUI: fixed the Ctrl+Break key sequence scan codes (bug #14927)
|
||||
GUI: improved handling of text selection mouse pointer (bug #750)
|
||||
Host services: fixed a crash during VM shutdown under rare conditions (5.0.6 regression; bug #14841)
|
||||
Shared folders: fixed a sharing violation if a file is opened to check the attributes (Windows hosts only; bug #14450)
|
||||
Webcam: passthrough fix for certain devices (Mac OS X hosts only)
|
||||
XHCI: fixed broken emulation if software virtualization is used
|
||||
XHCI: several fixes
|
||||
3D: fixed state handling under certain conditions (bug #13487)
|
||||
Audio: several fixes
|
||||
BIOS: added LBA64 support for being able to boot from huge hard disks (bug #7415)
|
||||
EFI: fix for Windows 10 guests
|
||||
ExtPack: before installing an Extension Pack check if there are VMs running to prevent file system locking issues
|
||||
rdesktop-vrdp: source code tarball fixes
|
||||
Linux hosts: .desktop file compatibility issue (bug #14808)
|
||||
Linux hosts / guests: fixes for RHEL 7.2 (bug #14866)
|
||||
The command for recompiling the host kernel modules was changed again, to /sbin/rcvboxdrv setup (bug #14723)
|
||||
Linux hosts: some fixes for PCI passthrough (still highly experimental)
|
||||
Linux/Mac OS X hosts: fixed a VM hang during startup under certain circumstances (bug #14933)
|
||||
Linux Additions: prevent the compiler from doing dead-code elemination on vital code in guest / host communication (bug #14497)
|
||||
Linux Additions: when mounting a shared folder, explicitly pass the share name so that /proc/mounts contains this name instead of 'none'
|
||||
Linux Additions: workaround for a systemd problem in conjunction with SELinux which prevented to properly enable the 'vboxadd' service during while upgrading the Additions
|
||||
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 20 06:46:49 UTC 2015 - mailaender@opensuse.org
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define _vbox_instdir %{_libexecdir}/virtualbox
|
||||
%define _udevrulesdir %{_libexecdir}/udev/rules.d
|
||||
Name: virtualbox
|
||||
Version: 5.0.10
|
||||
Version: 5.0.12
|
||||
Release: 0
|
||||
Summary: VirtualBox is an Emulator
|
||||
License: GPL-2.0+
|
||||
|
Loading…
Reference in New Issue
Block a user