diff --git a/virtualbox.changes b/virtualbox.changes index 9df24eb..56975be 100644 --- a/virtualbox.changes +++ b/virtualbox.changes @@ -174,6 +174,16 @@ This is a maintenance release. The following items were fixed and/or added: Linux hosts: fix for Linux 4.5 if CONFIG_NET_CLS_ACT is enabled (bug #15327) Windows Additions: fixed performance issues with PowerPoint 2010 and the WDDM graphics drivers if Aero is disabled +------------------------------------------------------------------- +Tue Jun 7 19:03:36 UTC 2016 - Larry.Finger@lwfinger.net + +- Add file "vbox-4.7.patch" to all builds on Kernel_HEAD_standard/x86_64 now that 4.7-rcX is released. + +------------------------------------------------------------------- +Wed May 18 14:09:11 UTC 2016 - hpj@urpla.net + +- remove libgsoap-devel from build deps, it conflicts with gsoap-devel + ------------------------------------------------------------------- Fri May 6 20:04:53 UTC 2016 - Larry.Finger@lwfinger.net @@ -201,7 +211,7 @@ Fri Apr 22 19:38:06 UTC 2016 - Larry.Finger@lwfinger.net and changeset: https://www.virtualbox.org/changeset/60565/vbox for the fix, which is implemented in file "changeset_60565.diff". - This update contains a fix for CVE-2016-0678. Bug report boo #97366 + This update contains a fix for CVE-2016-0678. Bug report b.o.o #97366 discusses this vulnerability. ------------------------------------------------------------------- @@ -240,22 +250,62 @@ This is a maintenance release. The following items were fixed and/or added: - Drop VirtualBox-5.0.17-r106108-r106140.patch, fixed upstream. ------------------------------------------------------------------- -Mon Apr 4 17:53:30 UTC 2016 - Larry.Finger@lwfinger.net +Fri Apr 15 19:17:58 UTC 2016 - Larry.Finger@lwfinger.net + +- Fix build error caused by removal of macro page_cache_release() from kernel. + File "vbox-replace-page-cache-release.diff" is used to modify code to use put_page() instead. + +------------------------------------------------------------------- +Mon Apr 4 00:01:12 UTC 2016 - Larry.Finger@lwfinger.net + +- Fix problem with SONAME for VBoxOGL.so. With the Oracle code, it is libGL.so.1 rather than VBoxOGL.so.1. + Thanks to Max Lin for notifying me about the problem. + This fix adds file "vbox_prevent_wrong_SONAME.patch" + +------------------------------------------------------------------- +Thu Mar 31 16:49:11 UTC 2016 - Larry.Finger@lwfinger.net + +- Fix problems with previous submission + + Removed copy of user manual from download site as there is no special manual for 5.0.17. + File VirtualBox-5.0.17-r106108-r106140.patch is added to update the Oracle source to the latest commit. + +------------------------------------------------------------------- +Wed Mar 30 21:06:08 UTC 2016 - Larry.Finger@lwfinger.net + +- Modify Guest Additions so that openSUSE build works with new Oracle code. The following changes have been made: + + Added Oracle patch to bring code to r106140 commit. + Moved VB guest modules to /lib/modules/.../misc/. This layout matches that of the Oracle Guest Additions ISO. + Added missing copy of Module.symvers from vboxguest build so that loads of vboxvideo can resolve all symbols. + Remove patch added in previous cycle to build under kernel 4.5.0. The Oracle code now has this fix. + + With these changes, both Gnome and KDE desktops as VB virtual machines work with gdm and the versions of X.Org that do not run as root. + The only known defect is that the mouse pointer is missing when 3D acceleration is turned on in the VB control panel. + +------------------------------------------------------------------- +Mon Mar 7 22:20:56 UTC 2016 - Larry.Finger@lwfinger.net + +- Version bump to 5.0.17 (released 2016-03-07 by Oracle) + + Following the 5.0.16 release, the Guest Additions were updated to support Linux guests + with X.Org Server running without root privileges and to fix certain 3D acceleration-related issues. + There are no other changes to VirtualBox. + + A patch "vbox-guest-add.diff" is needed to enable the Oracle code to build with kernel 4.5. + +------------------------------------------------------------------- +Sat Mar 5 18:19:56 UTC 2016 - Larry.Finger@lwfinger.net - Version bump to 5.0.16 (released 2016-03-04 by Oracle) -This change should fix b.o.o #964765. - -This is a maintenance release. The following items were fixed and/or added: +This is a maintenance release. The following items were fixed and/or added for Linux hosts: VMM: fixed a problem which could lead to a wrong guest behavior on AMD CPUs (tickets #14831 and #15186) - GUI: don't try to synchronize the HID LEDs if the VM window is not active or if it's minimized (Windows / Mac OS X hosts only; bug #14302) GUI: prevent a crash during startup under rare conditions - GUI: sub-menu option to disable the guest-OS type overlay in the application dock icon on Mac OS X GUI: position off-screen windows to be fully visible again on relaunch GUI: hide the VT-x/AMD-V checkbox if raw-mode is not supported (usually Mac OS X hosts; bug #15178) PC speaker passthrough: new experimental feature, available on Linux host only - Audio: several fixes for Mac OS X hosts + guests Audio: properly handle default audio device changes (Windows hosts) USB: serveral fixes for the xHCI controller (e.g. for webcam passthrough) BIOS: fixed int15/AH=83/AL=00 function (4.2.0 regression) @@ -263,7 +313,6 @@ This is a maintenance release. The following items were fixed and/or added: Shared folders: fixed a failure to load the saved state under certain circumstances (bug #6314) Guest Control: added support for (cached) Active Directory authentication in case the domain controller is not reachable (anymore) Serial ports: raised the number of serial ports per VM from 2 to 4 (bug #9109) - Serial ports: fix for the TCP/IP backend (Windows hosts only; bug #15188) SDK: make the Python webservice API binding work again (5.0 regression) Seamless mode: fixed a crash under certain circumstances (bug #15106) Linux hosts: fixed the /sbin/rcvboxdrv script as well as the missing shebang in two scripts (bugs #15055 and #15057) @@ -272,7 +321,10 @@ This is a maintenance release. The following items were fixed and/or added: Windows Additions: fixed sporadical failure of the graphics driver in Windows 10 guests (bug #14409) Windows Additions: under rare circumstances no mouse movement events were delivered to the guest -VirtualBox 5.0.14 (released 2016-01-19) +------------------------------------------------------------------- +Tue Jan 19 20:38:27 UTC 2016 - Larry.Finger@lwfinger.net + +- Version bump to 5.0.14 (released 2016-01-19i by Oracle) This is a maintenance release. The following items were fixed and/or added: @@ -287,7 +339,17 @@ This is a maintenance release. The following items were fixed and/or added: Linux hosts: properly create the /sbin/rcvboxdrv symbolic link (5.0.12 regression; bug #14989) Linux Additions: fixes for Linux 4.5 (bug #15032) -VirtualBox 5.0.12 (released 2015-12-18) + + +------------------------------------------------------------------- +Thu Jan 14 14:47:01 UTC 2016 - bwiedemann@suse.com + +- vboxadd script no more fails on remote_fs failure (bnc#908383) + +------------------------------------------------------------------- +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: @@ -317,9 +379,36 @@ This is a maintenance release. The following items were fixed and/or added: Linux Additions: workaround for a systemd problem in conjunction with SELinux which prevented to properly enable the 'vboxadd' service during while upgrading the Additions ------------------------------------------------------------------- -Fri Nov 13 16:19:33 UTC 2015 - Larry.Finger@lwfinger.net +Sun Dec 20 06:46:49 UTC 2015 - mailaender@opensuse.org -- Version bump to VirtualBox 5.0.10 (released 2015-11-10 by Oracle) +- fix permission Error In SUPR3HardenedMain + Effective UID is not root (euid=1000 egid=100 uid=1000 gid=100) (rc=-10) + see https://forums.virtualbox.org/viewtopic.php?t=11154 + +------------------------------------------------------------------- +Sat Nov 21 17:54:57 UTC 2015 - Larry.Finger@lwfinger.net + +- Remove file vbox_build_kms_modules.diff. + +------------------------------------------------------------------- +Fri Nov 20 19:05:51 UTC 2015 - Larry.Finger@lwfinger.net + +- Temporarily disable i586 builds. + +------------------------------------------------------------------- +Fri Nov 20 15:44:20 UTC 2015 - Larry.Finger@lwfinger.net + +- Increase memory to 8000 MB to try to fix out-of-memory error when building i586 version. + +------------------------------------------------------------------- +Mon Nov 16 19:40:37 UTC 2015 - Larry.Finger@lwfinger.net + +- Increase memory to 7000 MB in _constraint to see if that fixes link problem on i586. + +------------------------------------------------------------------- +Thu Nov 12 12:55:16 UTC 2015 - idonmez@suse.com + +- Version bump to 5.0.10 (released 2015-11-10 by Oracle) This is a maintenance release. The following items were fixed and/or added: @@ -366,7 +455,11 @@ Fri Nov 6 06:57:16 UTC 2015 - Larry.Finger@lwfinger.net - Fixes boo#953018. +------------------------------------------------------------------- +Tue Oct 20 19:01:09 UTC 2015 - Larry.Finger@lwfinger.net + - Version bump to 5.0.8 (released 2015-10-20 by Oracle) + boo#951432 CVE-2015-4813 CVE-2015-4896 This is a maintenance release. The following items were fixed and/or added: