1
0
forked from pool/virtualbox

Accepting request 696073 from home:lwfinger:branches:openSUSE:Factory

- Updated file "Fixes_for_Leap15.1.patch" to handle one addition problem due to backporting of kernel APIa.
  Remove "BuildRequires: quilt" - that package is not needed.
  VirtualBox 6.0.6 fixes the following: CVE-2019-2656, CVE-2019-2680, CVE-2019-2696, CVE-2019-2703, CVE-2019-2721,
                                        CVE-2019-2722, CVE-2019-2723, CVE-2019-2657, CVE-2019-2690, CVE-2019-2679,
                                        CVE-2019-2678, and CVE-2019-2574 boo#1132827.

- Version bump to 6.0.6 (released April 17 2019 by Oracle)
The following files in the openSUSE implemetation are removed: "fix_32_bit_builds.patch", "fixes_for_5.0.patch", and
"fixes_for_5.1.patch". These issues are fixed upstream.

OBS-URL: https://build.opensuse.org/request/show/696073
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=486
This commit is contained in:
Larry Finger
2019-04-30 00:56:27 +00:00
committed by Git OBS Bridge
parent b394ad8f9f
commit 2296780557
14 changed files with 432 additions and 201 deletions

View File

@@ -8,6 +8,81 @@ Wed Apr 24 17:44:06 UTC 2019 - Martin Liška <mliska@suse.cz>
- Disable LTO (boo#1133289).
-------------------------------------------------------------------
Fri Apr 19 15:45:46 UTC 2019 - Larry Finger <Larry.Finger@gmail.com>
- Updated file "Fixes_for_Leap15.1.patch" to handle one addition problem due to backporting of kernel APIa.
Remove "BuildRequires: quilt" - that package is not needed.
VirtualBox 6.0.6 fixes the following: CVE-2019-2656, CVE-2019-2680, CVE-2019-2696, CVE-2019-2703, CVE-2019-2721,
CVE-2019-2722, CVE-2019-2723, CVE-2019-2657, CVE-2019-2690, CVE-2019-2679,
CVE-2019-2678, and CVE-2019-2574 boo#1132827.
-------------------------------------------------------------------
Thu Apr 18 15:40:18 UTC 2019 - Larry Finger <Larry.Finger@gmail.com>
- Version bump to 6.0.6 (released April 17 2019 by Oracle)
The following files in the openSUSE implemetation are removed: "fix_32_bit_builds.patch", "fixes_for_5.0.patch", and
"fixes_for_5.1.patch". These issues are fixed upstream.
This is a maintenance release. The following items were fixed and/or added by Oracle:
Virtualization core: nested AMD virtualization fixes
User interface: fixed copying directories in file manager
User interface: fixed operation progress in file manager when copying content
User interface: fixed operation progress when deleting snapshots
User interface: fixed unattended installation of recent Ubuntu guests
User interface: various additional improvements
Storage: fixed loading saved states for LsiLogic devices (6.0.0 regression; bug #18263)
Storage: fixed fixed reading certain QCOW2 images and support version 3 of the format readonly
Storage: Improved IDE PCI emulation to allow NetWare IDE drivers to use bus-mastering
Graphics: Improved VMSVGA support to work with old X servers which previously showed only a badly scrambled screen
Graphics: fixed invisible mouse cursor with VMSVGA emulation and without mouse integration (bug #18239)
Graphics: make EFI work with VMSVGA emulation (bug #18282)
Graphics: remember last guest screen size VMSVGA emulation
Graphics: fix RDP to guests using VMSVGA emulation
Graphics: various additional VMSVGA emulation fixes
Audio: implemented audio device enumeration for the DirectSound backend
Network: fixed unwanted padding bytes in Windows host adaptor network packets (bug #18202 and bug #18355)
Serial: fixed possible crash on Windows when using a host device (6.0.0 regression; bug #18319)
Serial: fixed loopback handling in the emulation causing garbage to be sent during boot with Linux guests (6.0.0 regression; bug #18319)
Shared folders: fixed duplicate folders after restoring a saved state (bug #18373 and other)
Drag and drop: fixed copying files from guest host (bug #18305)
Recording: fixed modifying settings via VBoxManage (bug #18494)
VBoxManage: crash fix (bug #18341)
Fixed hangs during failed virtual machine start-up
Linux host and guest: support Linux 5.0 and 5.1, thank you Valdis Kletnieks (see also bug #18515)
Linux host: support kernel 4.4.169 (bug #18315)
Linux host: fix logging when building Linux kernel modules (bug #18226)
Linux host: clarified building Linux host drivers with secure boot (bug #18312)
Installers: reduced size of packages
Web services: work with Java 11
LibreSSL compilation fix, thank you Stefan Strogin
Windows guests: fixed running applications which use complex display topologies with WDDM driver, fixed Skype for Business hangs (bug #17092)
Windows guests: fixed an occasional guest crash with WDDM driver and VBoxSVGA adapter (bug #18369)
Windows guests: shared folder file creation detection issue (bug #9276)
Linux guests: shared folder performance and reliability improvements and missing features (bugs #17360, #819)
OS/2 guests: shared folder fixes (bug #18376 and bug #18379)
-------------------------------------------------------------------
Wed Apr 17 12:42:15 UTC 2019 - Larry Finger <Larry.Finger@gmail.com>
- The VirtualBox packages for both Tumbleweed and Leap 15.1 are now derived from the sources in Factory;
however, the underlying kernels are very different in that vboxvideo.ko is built-into the TW kernel,
thus the package did not try to build that module. The result is that Leap 15.1 guests have only 640x480
resolution (boo#1132439). These changes conditionally turn building of the kernel module back on. As TW
does not need the module, it is only built for Leap 15.1.
-------------------------------------------------------------------
Sun Apr 14 16:32:29 UTC 2019 - Larry Finger <Larry.Finger@gmail.com>
- An instance of /usr/lib/virtualbox/VirtualBoxVM being installed without SUID privilege
has been reported as boo#1132379. Unfortunately, the error message thrown by VB in this
case is rather opaque. To help the user recover, the wrapper /usr/bin/VirtualBox has
been modified to check the permissions and pop up a warning describing the problem and
showing the command needed to fix the problem. File "vbox-suid-warning.diff" is added.
-------------------------------------------------------------------
Fri Apr 5 22:11:52 UTC 2019 - Larry Finger <Larry.Finger@gmail.com>