Hello community, here is the log from the commit of package virtualbox for openSUSE:Factory checked in at 2013-09-16 12:49:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/virtualbox (Old) and /work/SRC/openSUSE:Factory/.virtualbox.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "virtualbox" Changes: -------- --- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes 2013-09-05 23:27:32.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.virtualbox.new/virtualbox.changes 2013-09-16 12:49:48.000000000 +0200 @@ -1,0 +2,25 @@ +Sun Sep 15 06:14:34 UTC 2013 - [email protected] + +- deprecated vbox-linux-3.11.diff +- updated to virtualbox 4.2.18 + * VMM: properly handle NMIs on Linux hosts with X2APIC enabled + * VMM: fixed potential crashes with 64-bit guests on 32-bit hosts (bug #11979) + * GUI / seamless: properly handle mouse wheel scroll events + * GUI, VBoxManage: when unregistering a VM, also unregister the hard disk images which are used exclusively (bug #10311) + * GUI: prevent crashes under certain conditions on X11 hosts + * 3D: multiscreen fixes (incorrect mouse position, flickers) + * 3D Support: several fixes for the Windows WDDM video driver (multiscreen, seamless) + * Snapshots: made live snapshots work again (bug #9255) + * Teleportation: made it work again (bug #9455) + * VBoxManage: on snapshot take, --pause is default and --live is for doing live snapshots + * VBoxSVC: don't crash on systems with many VLAN interfaces (Solaris hosts only) + * Network: after the host resumes from suspend, disconnect and reconnect the virtual network cables to force renewing the DHCP leases for the guests. So far only Mac OS X hosts and Windows hosts (bug #10063). + * NAT: on name server changes force a reconnect of the virtual network cable to notify the guest (Mac OS X hosts only) + * Mac OS X installer: keep previously installed Extension Packs on VirtualBox upgrade + * Linux hosts / guests: Linux 3.11 fixes (bug #12001) + * Solaris hosts: fixed a potential kernel panic caused due to unexpected preemption due to logging. + * Windows hosts: fixed an issue with USB2 devices being inaccessible when plugged into USB3 ports. + * Linux Additions: added PCI device identifier to vboxvideo.ko fixing DRI initialization under certain conditions (bug #11957) + * Linux Additions: fixed udev detection in the init script with Linux 3.x kernels + +------------------------------------------------------------------- Old: ---- VirtualBox-4.2.16-patched.tar.bz2 vbox-linux-3.11.diff virtualbox-4.2.16-UserManual.pdf New: ---- VirtualBox-4.2.18-patched.tar.bz2 virtualbox-4.2.18-UserManual.pdf ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ virtualbox.spec ++++++ --- /var/tmp/diff_new_pack.Qg6Ogc/_old 2013-09-16 12:49:50.000000000 +0200 +++ /var/tmp/diff_new_pack.Qg6Ogc/_new 2013-09-16 12:49:50.000000000 +0200 @@ -92,7 +92,7 @@ %endif # ExclusiveArch: %ix86 x86_64 -Version: 4.2.16 +Version: 4.2.18 Release: 0 Summary: VirtualBox is an Emulator License: GPL-2.0+ @@ -136,8 +136,6 @@ Patch9: vbox-deprec-gsoap-service-proxies.diff #fix failed linking process during build - this patch is just quick workaround Patch10: vbox-gsoapssl-deps.diff -#fix for Linux 3.11+, upstream diff : https://www.virtualbox.org/changeset/47588/vbox -Patch11: vbox-linux-3.11.diff #PATCH-FIX-OPENSUSE implement messagebox (VBoxPermissionMessage app), which is displayed, when user #try to start VirtualBox and is not memeber of vboxusers group Patch99: vbox-permissions_warning.diff @@ -267,7 +265,6 @@ %patch8 -p1 %patch9 -p1 %patch10 -p1 -%patch11 -p1 %patch99 -p1 %patch100 %patch101 ++++++ VirtualBox-4.2.16-patched.tar.bz2 -> VirtualBox-4.2.18-patched.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/virtualbox/VirtualBox-4.2.16-patched.tar.bz2 /work/SRC/openSUSE:Factory/.virtualbox.new/VirtualBox-4.2.18-patched.tar.bz2 differ: char 11, line 1 ++++++ vbox-vboxadd-init-script.diff ++++++ --- /var/tmp/diff_new_pack.Qg6Ogc/_old 2013-09-16 12:49:50.000000000 +0200 +++ /var/tmp/diff_new_pack.Qg6Ogc/_new 2013-09-16 12:49:50.000000000 +0200 @@ -1,3 +1,5 @@ +Index: src/VBox/Additions/linux/installer/vboxadd.sh +=================================================================== --- src/VBox/Additions/linux/installer/vboxadd.sh.orig +++ src/VBox/Additions/linux/installer/vboxadd.sh @@ -21,11 +21,12 @@ @@ -53,7 +55,7 @@ + fi + fi + - uname -r | grep -q '^2\.6' 2>/dev/null && + uname -r | grep -q -E '^2\.6|^3' 2>/dev/null && ps -A -o comm | grep -q '/*udevd$' 2>/dev/null || no_udev=1 @@ -491,32 +487,8 @@ extra_setup() ++++++ virtualbox-4.2.16-UserManual.pdf -> virtualbox-4.2.18-UserManual.pdf ++++++ (binary differes) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
