SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for virtualbox-kmp-default-7.0.8_k6.3.9_1.g14b0aba-6.12.x86_64.rpm :

* Wed Jun 14 2023 Larry Finger - Turn build of VBoxSDL back on Files \"fix_sdl_build.patch\" and \"fixes_for_leap15.4.patch\" are added. This update addresses boo#1211941.
* Sun May 14 2023 Dirk Müller - update python311.patch: remove changes that only work on Tumbleweed
* Sat May 13 2023 Larry Finger - Patch python311.patch fails on Leap 15.4 and Leap 15.5. Change spec file so thqt it is only applied for Tumbleweed.
* Fri May 12 2023 Dirk Müller - update python311.patch to also detect vboxpython module with python 3.11
* Mon May 08 2023 Larry Finger - Update fix_7.0.6_locking_problems.patch for Vagrent/virtualbox startup problems boo#1209727
* Thu May 04 2023 Dirk Müller - add python311.patch to make it detect Python 3.11 as well- spec file cleanups
* Thu May 04 2023 Larry Rainey - VirtualBox 7.0.8 (released April 18 2023) This is a maintenance release. The following items were fixed and/or added: VMM: Introduced general improvements in nested visualization area GUI: Brought back Restore current snapshot checkbox of Close VM dialog (bugs #21189, #21491) GUI: Fixes and validation for VM settings USB filters editor, filter port value is now properly saved/restored GUI: Fixes for VM name and OS type embedded editors of Details pane GUI: Cloud related wizards should now propose enabled profiles before disabled Oracle VM VirtualBox Extension Pack: Fixed shipping the cryptographic support module for full VM encryption E1000: Fixed possible guru meditation when changing network attachments (bug #21488) virtio-net: Follow up fixes for FreeBSD 12.3 and pfSense 2.6.0 (bug #21201) 3D: Fixed various graphics issues with Windows 7 guests (bugs #21129, #21196, #21208, #21521) Main/UefiVariableStore: Added API to add signatures to the MOK list (Machine Owner Key) VBoxManage: Introduced modifynvram enrollmok sub-command to enroll Machine Owner Key into NVRAM, so Linux guest kernel can pick it up in order to verify signature of modules signed with this key Guest Control/Main: Fixed deleting files via built-in toolbox Linux host: Added possibility to bypass kernel modules signature verification once VBOX_BYPASS_MODULES_SIGNATURE_CHECK=\"1\" is specified in /etc/vbox/vbox.cfg, useful in case if Linux distribution does not provide necessary tools to verify kernel module signature Linux Guest Additions and host Installer: Improved detection if system is running systemd as the init process Linux Guest Additions and host drivers: Introduce initial support for kernel 6.3 Linux Guest Additions: Added possibility to bypass kernel modules signature verification once VBOX_BYPASS_MODULES_SIGNATURE_CHECK=\"1\" is specified in /etc/virtualbox-guest-additions.conf, useful in case if Linux distribution does not provide necessary tools to verify kernel module signature Linux Guest Additions: Added experimental support for kernel modules and user services reloading in the end of installation process, thus guest system reboot after Guest Additions (7.0.8 and newer) upgrade is no longer required in general case Linux Guest Additions: Fixed vboxvideo build issue with RHEL 8.7, 9.1 and 9.2 kernels (bugs #21446 and #21450) Fixes for (boo#1210616) CVE-2023-21990 Oracle VM VirtualBox Core None No 8.2 Prior to 6.1.44, Prior to 7.0.8 CVE-2023-21987 Oracle VM VirtualBox Core None No 7.8 Prior to 6.1.44, Prior to 7.0.8 CVE-2023-22002 Oracle VM VirtualBox Core None No 6.0 Prior to 6.1.44, Prior to 7.0.8 CVE-2023-21989 Oracle VM VirtualBox Core None No 6.0 Prior to 6.1.44, Prior to 7.0.8 CVE-2023-21998 Oracle VM VirtualBox Core None No 4.6 Prior to 6.1.44, Prior to 7.0.8 CVE-2023-22000 Oracle VM VirtualBox Core None No 4.6 Prior to 6.1.44, Prior to 7.0.8 CVE-2023-22001 Oracle VM VirtualBox Core None No 4.6 Prior to 6.1.44, Prior to 7.0.8 CVE-2023-21988 Oracle VM VirtualBox Core None No 3.8 Prior to 6.1.44, Prior to 7.0.8 CVE-2023-21999 Oracle VM VirtualBox Core None No 3.6 Prior to 6.1.44, Prior to 7.0.8 CVE-2023-21991 Oracle VM VirtualBox Core None No 3.2 Prior to 6.1.44, Prior to 7.0.8 Removed file fixes_for_kernel_6.3.patch - removed upstream. Removed file fix_kmp_build.patch. Thanks to Javier de San Pedro for the simplfication of the KMP build.
* Fri Mar 31 2023 Larry Finger - Fix some memory leaks in file \"fix_7.0.6_locking_problems.patch\" Fix bug in /usr/bin/VirtualBox, aka \"virtualbox-wrapper.sh\". The wrapper failed whenever the user declined USB passthru. boo#1208941.
* Tue Mar 21 2023 Larry Finger - File \"fixes_for_kernel_6.3.patch\" is updated for more API changes File \"fix_7.0.6_locking_problems.patch\" is added. Fixes boo#1209529. Larry Len Rainey and I have worked on this bug for some time. It only happened on systems with large numbers of processors and many virtual machines. We suspected a locking problem, but the thought of auditing the entire code was daunting until it was discovered that there was no problem if the host ran VB 6.1.40. It did not matter what version the guests were running. That essentially eliminated every code part except for vboxdrv.ko. That made the audit tractable. There were two files and a total of 8 places where the locking was suspect. When those were changed, the lockups while using 7.0.6 host code were no longer observed. The lockups were infrequent, thus it is impossible to say that we have fixed everything, but the frequency is clearly diminished.
* Mon Mar 06 2023 Larry Finger - Added file \"fixes_for_kernel_6.3.patch\" to handle API change.- File \"fixes_for_gcc13.patch\" updated for additional changes in GCC 13 boo#1207468 spec-cleaner used to remove extra blank line is spec file.
* Wed Mar 01 2023 Larry Finger - Add file \"fixes_for_gcc13.patch\" to fix builds with GCC13.
* Mon Feb 13 2023 Thorsten Kukuk - Remove requires for unused sysvinit-tools
* Wed Feb 01 2023 Larry Finger - Fix a few places that did not get updated for the transition from /sbin => /usr/sbin, and /etc/udev => /usr/lib/udev. boo#1207736. ldconfig has not been moved in Leap 15.4 - use /sbin for it.
* Tue Jan 24 2023 Larry Rainey - VirtualBox 7.0.6 (released January 17 2023) This is a maintenance release. The following items were fixed and/or added: [1]- VMM: Fixed guru running the FreeBSD loader on older Intel CPUs without unrestricted guest support (bug #21332)- GUI: Fixed virtual machines grouping when VM was created or modified in command line (bugs #11500, #20933)- GUI: Introduced generic changes in settings dialogs- VirtioNet: Fixed broken network after loading saved state (bug #21172)- Storage: Added support for increasing the size of the following VMDK image variants: monolithicFlat, monolithicSparse, twoGbMaxExtentSparse, twoGbMaxExtentFlat- VBoxManage: Added missing --directory switch for guestcontrol mktemp command- Mouse Integration: Guest was provided with extended host mouse state (bug #21139)- DnD: Introduced generic improvements- Guest Control: Fixed handling creation mode for temporary directories (bug #21394)- Linux Host and Guest: Added initial support for building UEK7 kernel on Oracle Linux 8- Linux Host and Guest: Added initial support for RHEL 9.1 kernel- Linux Guest Additions: Added initial support for kernel 6.2 for vboxvideo- Audio: The \"--audio\" option in VBoxManage is now marked as deprecated; please use \"--audio-driver\" and \"--audio-enabled\" instead. This will allow more flexibility when changing the driver and/or controlling the audio functionality Additionally, it fixes 6 CVE\'s: [2] CVE-2023-21886 Oracle VM VirtualBox Core Multiple Yes 8.1 Network High None None Un- changed High High High Prior to 6.1.42, prior to 7.0.6 CVE-2023-21898 Oracle VM VirtualBox Core None No 5.5 Local Low Low None Un- changed None None High Prior to 6.1.42, prior to 7.0.6 See Note 1 CVE-2023-21899 Oracle VM VirtualBox Core None No 5.5 Local Low Low None Un- changed None None High Prior to 6.1.42, prior to 7.0.6 See Note 1 CVE-2023-21884 Oracle VM VirtualBox Core None No 4.4 Local Low High None Un- changed None None High Prior to 6.1.42, prior to 7.0.6 CVE-2023-21885 Oracle VM VirtualBox Core None No 3.8 Local Low Low None Changed Low None None Prior to 6.1.42, prior to 7.0.6 See Note 2 CVE-2023-21889 Oracle VM VirtualBox Core None No 3.8 Local Low Low None Changed Low None None Prior to 6.1.42, prior to 7.0.6 Note 1: Applies to VirtualBox VMs running Windows 7 and later. Note 2: Applies to Windows only. Links: [1] https://www.virtualbox.org/wiki/Changelog-7.0#v6 [2] https://www.oracle.com/security-alerts/cpujan2023.html#AppendixOVIR
* Tue Jan 24 2023 Marcus Meissner - unify buildrequires to libopenssl-devel to handle openssl 3 transition
* Fri Dec 23 2022 Larry Finger To eliminate some VM failures while using the kernel version of vboxvideo.ko for Leap 15.4, the build of this module is turned on again. Fixes boo#1206651 - Leap 15.4 guests running VirtualBox 7.0.4 crash when run on hosts with certain Intel graphics cards File \"virtualbox-snpritnf-buffer-overflow.patch\" deleted. File \"vbox_remove_smp_mflags.patch\" deleted. File \"fixes_for_leap15.5.patch\" added to fix chanes needed for backports to the Leap 15.5 kernel
* Wed Nov 30 2022 Larry Finger Fixes boo#1205868 - VirtualBox 7.0.4 crashes when machine log is requested from GUI Deleted file \"VBoxDDR0.r0\" - no longer needed. Deleted file \"Fix_for_server_1.19.patch\" - no longer needed. Deleted file \"fixes_for_Qt5.11.patch\" - no longer needed. Deleted file \"fix_lib_search.patch\" - no longer needed. Deleted file \"fixes_for_Leap42.3.patch\" - target is obsolete. Deleted file \"set_noexec_stack.patch\" - not needed. Deleted file \"fix_v7_build.patch\" - not needed. Deleted file \"fixes_for_gcc10.patch\" - not needed. Deleted file \"internal-headers.patch\" - not needed. Deleted file \"virtualbox-fix-ui-background-color.patch\" - does not apply.
* Mon Nov 21 2022 Larry Finger Removed file \"fixes_for_leap15.4.patch\" - fixed upstream. Added file \"fix_kmp_build.patch\'- VirtualBox 7.0.4 (released November 18 2022) This is a maintenance release. The following items were fixed and/or added: VMM: Added nested paging support for nested virtualization (Intel hosts only) VMM: Fixed rare guru meditations with certain guests on macOS 10.15 (Catalina) (bug #21237) VMM: Fixed possible VM process crash on Windows hosts when Hyper-V is used with certain guests (bug #21174) VMM: Fixed Windows XP guest hang or BSOD on AMD CPUs under certain circumstances (bug #21256) GUI: Various bugfixes for the Guest Control file manager GUI: Added more informative file operations in the Guest Control file manager GUI: Added an option to the global settings (the display page) to resize user interface font GUI: Fixed a regression in new vm wizard. Selected virtual disks are no longer deleted when the wizard is cancelled (bug #21244) GUI: Added a new menu item to the devices menu to optionally upgrade the guest additions. VirtioSCSI: Fixed recognition of the virtio SCSI controller by the EFI firmware (bug #21200) VirtioSCSI: Fixed hang when shutting down the VM if the virtio SCSI controller is used (bug #21144) virtio-net: Workaround a bug in the virtio-net driver included in FreeBSD version up to 12.3 which renders the device non functional (bug #21201) Storage: Fixed I/O errors with the VirtioSCSI controller when the host I/O cache is enabled (bug #19717) VBoxManage: Fixed regression when \'createmedium disk --variant RawDisk\' command resulted in invalid .vmdk file (bug #21125) Main: Restored input pointing device behavior in multi-monitor VM configuration (bug #21137) Main: Fixed progress indication during automatic Linux Guest Additions installation Guest Control: Fixed path handling issues (bug #21095) 3D: Fixed VM process crash on macOS with 3D enabled (bug #21232) Linux Host and Guest: General improvements in startup scripts Linux Guest Additions: Introduced initial support for RHEL 8.7 and 9.2 kernels (bug #21272, #21258) Linux Guest Additions: Introduced initial support for SLES 15.4 kernels Linux Guest Additions: Fixed kernel modules rebuild behavior on system shutdown
* Tue Nov 15 2022 Larry Finger added file \"set_noexec_stack.patch\" to remove executable stack in yasm-compiled routines added file \"fix_v7_build.patch\" added file \"fixes_for_leap15.4.patch\" added file \"VBoxDDR0.r0\" deleted file \"/vb-6.1.16-modal-dialog-parent.patch\" VirtualBox 7.0.2 (released October 20 2022) This is a maintenance release. The following items were fixed and/or added: Known issue: VMs having more than one vCPU configured will not work properly on macOS Catalina due to an unknown memory corruption issue. Either lower the number of vCPUs to 1 or upgrade to BigSur or later where the issue does not occur Main: Fixed issue when VBoxSVC could become unresponsive if Extension Pack was not installed (bug #21167) Linux Guest Additions: Introduced initial support for kernel 6.1 Linux Guest Additions: Fixed issue when VBoxClient seamless service caused a crash of some X11 applications (bug #21132) GUI: Fixed a glitch in the log viewer which was causing wrong log file to be saved (bug #21156) VirtualBox 7.0.0 (released October 10 2022) This is a major update. The following major new features were added: Virtual machines can be fully encrypted now, including the VM config logs and saved states (CLI only for now) OCI: Cloud virtual machines can be added to Virtual Machine Manager and controlled as local VMs OCI: Cloud networks can now be configured via Network Manager tool same way as it is done for Host-only and NAT networks GUI: Added a new utility similar to \"top\" or \"resource monitor\" which lists peformance statistics (CPU usage, RAM usage, disk I/O rate, etc.) of running guests GUI: Reworked the new vm wizard to integrate the unattended guest OS installation and to have a more streamlined work flow GUI: Added a new help viewer widget which enables the user manual to be navigated and searched GUI: Adding new notification center unifying most of running progresses and error reporting around the GUI GUI: Improved theme support on all platforms. Linux and macOS use native engine while for Windows host it is separately implemented. GUI: Large icon update. Audio recording: Now using Vorbis as the default audio format for WebM containers. Opus is no longer being used. Audio: Added \"default\" host driver type to make it possible to move VMs (appliances) between different platforms without the need of changing the audio driver explicitly. When the \"default\" driver is selected, the best audio backend option for a platform will be used. This is the default for newly created VMs. Guest Control: Implemented initial support for automatic updating of Guest Additions for Linux guests Guest Control: Implemented ability to wait for and/or reboot the guest when updating Guest Additions via VBoxManage VBoxManage: Added Guest Control \"waitrunlevel\" sub-command to make it possible to wait for a guest to reach a certain run level Linux Guest Additions: Reworked guest screen re-size functionality, added basic integration with some of guest Desktop Environments Devices: Implemented new 3D support based on DirectX 11 (and DXVK on non Windows hosts) Devices: Added virtual IOMMU devices (Intel and AMD variant) Devices: Added virtual TPM 1.2 and 2.0 devices Devices: The EHCI and XHCI USB controller devices are now part of the open source base package EFI: Added support for Secure Boot Debugging: Added experimental support for guest debugging through GDB and highly experimental support for guest debugging through KD/WinDbg In addition, the following items were fixed and/or added: OCI: Cloud networking functionality is enhanced for local VMs, now local VMs could be connected to cloud networking GUI: Improved behavior of the virtual machine list and various VM related tools in case multiple items are selected GUI: On available platforms, added a new option to disable the host\'s screensaver GUI: Reworked global preferences, machine settings and the wizards to improve stability and usability GUI: Improving mouse handling in multi-monitor case on X11 platform GUI: Medium enumeration engine was reworked to improve permormance GUI: NAT Network stuff was moved from global preferences to global Network Manager tool GUI: Extension Pack Manager was moved from global preferences to global tools GUI: Improved overall accessibility GUI: Migrating to recent Qt versions.
* Tue Oct 18 2022 Larry Rainey This is a maintenance release. The following items were fixed and/or added: GUI: Fixed missed machine-items state translation on language change USB: Fixed possible crash when the device got detached while the controller is resetting the port Main: Provide guest\'s absolute pointing mouse device with buttons state when mouse integration is ON Linux Host and Guest Additions: Prevented build failure on 5.8+ 32-bit kernels Linux Host and Guest Additions: Introduced additional fixes for kernel 6.0 Linux Host and Guest Additions: Introduced additional fixes for Debian specific kernels Solaris and Linux Guest Additions: Added better handling of negative screen sizes which some X11 desktop environments are reporting Windows Guest Additions: Added fixes related to VBoxTray IPC- Fix boo#1204233 boo#1204331 boo#1202851- Remove file fix_error_in_USB_header.patch - fixed upstream
* Sat Oct 08 2022 Larry Finger - Fix build breakage with kernel 6.0 due to variable-length array in middle of a struct. boo#1204151 File \"fix_error_in_USB_header.patch\" is added.
* Wed Oct 05 2022 Larry Finger - Fix boo#1204019 VBoxClient: VbglR3InitUser failed: VERR_ACCESS_DENIED
* Tue Sep 27 2022 Larry Finger - Add a \"Provides: virtualbox-guest-x11\" to virtualbox-guest-tools. boo#1203735
* Fri Sep 16 2022 Larry Rainey - Version bump to 6.1.38r86 released by Oracle September 02 2022 This is a maintenance release. The following items were fixed and/or added: GUI: Improvements in Native Language Support area Main: OVF Export: Added support for exporting VMs containing Virtio-SCSI controllers Recording settings: Fixed a regression which could cause not starting the COM server (VBoxSVC) under certain circumstances (bug #21034) Recording: More deterministic naming for recorded files (will now overwrite old .webm files if present) Linux Host and Guest Additions installer: Improved check for systemd presence in the system (bug #19033) Linux Guest Additions: Introduced initial support for kernel 6.0 Linux Guest Additions: Additional fixes for kernel RHEL 9.1 (bug #21065) Windows Guest Additions: Improvements in Drag and Drop area Fixes permission problem with /dev/vboxuser (boo#1203370) Fixes boo#1203306 - 6.1.38 is available Fixes missing firewall opening (boo#1203086) Fixes boo#1201720 CVE items for CVE-2022-21571, CVE-2022-21554
* Fri Aug 12 2022 Larry Finger - Modified the spec file to remove package virtualbox-guest-x11, which is no longer needed.
* Wed Aug 10 2022 Larry Finger - Fix screen resizing under Wayland (boo#1194126 and boo#1194126) New files are \"VirtualBox-5.2.10-xclient.patch\", \"vboxclient.desktop\", \"vboxclient.service\", and \"vboxservice.service\" The fixes were derived from looking at many hundreds of Web pages, and by looking at the code in Fedora35. Thanks to RedHat for the help.
* Thu Jul 21 2022 Larry Finger - Version bump to 6.1.36 released by Oracle July 19 2022 This is a maintenance release. The following items were fixed and/or added: VMM: Fixed possible Linux guest kernel crash when configuring Speculative Store Bypass for a single vCPU VM GUI: In the storage page of the virtual machine settings dialog, fixed a bug which disrupted mouse interaction with the native file selector on KDE NAT: Prevent issue when host resolver incorrectly returned NXDOMAIN for unsupported queries (bug #20977) Audio: General improvements in saved state area Recording: Various fixes for settings handling VGA: Performance improvements for screen updates when VBE banking is used USB: Fixed rare crashes when detaching a USB device ATA: Fixed NT4 guests taking a minute to eject CDs vboximg-mount: Fixed broken write support (bug #20896) SDK: Fixed Python bindings incorrectly trying to convert arbitrary byte data into unicode objects with Python 3, causing exceptions (bug #19740) API: Fixed an issue when virtual USB mass storage devices or virtual USB DVD drives are added while the VM is not running are by default not marked as hot-pluggable API: Initial support for Python 3.10 API: Solaris OS types cleanup Linux and Solaris hosts: Allow to mount shared folder if it is represented as a symlink on a host side (bug #17491) Linux Host and Guest drivers: Introduced initial support for kernels 5.18, 5.19 and RHEL 9.1 (bugs #20914, #20941) Linux Host and Guest drivers: Better support for kernels built with clang compiler (bugs #20425 and #20998) Solaris Guest Additions: General improvements in installer area Solaris Guest Additions: Fixed guest screen resize in VMSVGA graphics configuration Linux and Solaris Guest Additions: Fixed multi-screen handling in VBoxVGA and VBoxSVGA graphics configuration Linux and Solaris Guest Additions: Added support for setting primary screen via VBoxManage Linux and Solaris Guest Additions: Fixed X11 resources leak when resizing guest screens Linux and Solaris Guest Additions: Fixed file descriptor leak when starting a process using guest control (bug #20902) Linux and Solaris Guest Additions: Fixed guest control executing processes as root Linux Guest Additions: Improved guests booting time by preventing kernel modules from being rebuilt when it is not necessary (bug #20502) Windows Guest Additions: Fixed VBoxTray crash on startup in NT4 guests on rare circumstances deleted file \"fixes_for_kernel_5.18.patch\" - fixed upstream. Fixes CVE-2022-21571) VUL-0: CVE-2022-21571,CVE-2022-21554 - boo#1201720
* Tue Jun 21 2022 Larry Finger - Package vboximg-mount correctly. boo#1200769.
* Wed Jun 08 2022 Dominique Leuenberger - Explicitly BuildRequire pkgconfig(glx) and pkgconfig(glu): This happened to be pulled in by SDL-devel, but with the switch to sdl12-compat, this no longer happens. Virtualbox explicitly checks for them though, so it is our own responsibility to have those deps in place.
* Fri May 27 2022 Larry Finger - Update fixes_for_kernel_5.18.patch to save and restore FPU status during interrupt. The change fixes boo#1199803.
* Sat May 21 2022 Ben Greiner - Update support of building with Python
* Add vbox-python-py310.patch for support of Python 3.10 https://github.com/archlinux/svntogit-community/commit/59d75cd22 https://www.virtualbox.org/changeset/90537/vbox https://www.virtualbox.org/changeset/86623/vbox
* Drop switch_to_python3.4+.patch and vbox-python-detection.diff; replace by vbox-python-selection.patch for what is left of the above after removing some obvious cruft. Could still be more in there.
* Remove unnecessary reusage of old python2 macros, we use python-rpm-macros already.
* Tue May 17 2022 Dominique Leuenberger - Replace SDL-devel BuildRequires with pkgconfig(sdl): allow to use sdl12_compat as an alternative.
* Wed May 11 2022 Martin Liška - Filter out rpmlint error that is valid for qemu, but will have its badness increased in the future.
* Wed Apr 20 2022 Larry Finger - Version bump to 6.1.34 (released March 22 2022) by Oracle This is a maintenance release. The following items were fixed and/or added: VMM: Fix instruction emulation for \"cmpxchg16b\" GUI: Improved GUI behavior on macOS Big Sur and later when kernel extensions are not loaded EHCI: Addressed an issue with handling short packets (bug #20726) Storage: Fixed a potential hang during disk I/O when the host I/O cache is disabled (bug #20875) NVMe: Fixed loading saved state when nothing is attached to it (bug #20791) DevPcBios: Addressed an issue which resulted in rejecting the detected LCHS geometry when the head count was above 16 virtio-scsi: Improvements E1000: Improve descriptor handling VBoxManage: Fixed handling of command line arguments with incomplete quotes (bug #20740) VBoxManage: Improved \'natnetwork list\' output VBoxManage: NATNetwork: Provide an option (--ipv6-prefix) to set IPv6 prefix VBoxManage: NATNetwork: Provide an option (--ipv6-default) to advertise default IPv6 route (bug #20714) VBoxManage: Fix documentation of \"usbdevsource add\" (bug #20849) Networking: General improvements in IPv4 and IPv6 area (bug #20714) OVF Import: Allow users to specify a different storage controller and/or controller port for hard disks when importing a VM Unattended install: Improvements Shared Clipboard: Improved HTML clipboard handling for Windows host Linux host and guest: Introduced initial support for kernel 5.17 Solaris package: Fixes for API access from Python Solaris IPS package: Suppress dependency on libpython2.7.so.
* Linux host and guest: Fixes for Linux kernel 5.14 Linux Guest Additions: Fixed guest screen resize for older guests which are running libXrandr older than version 1.4 Linux Guest Additions: Introduced initial support for RHEL 8.6 kernels (bug #20877) Windows guest: Make driver install smarter Solaris guest: Addressed an issue which prevented VBox GAs 6.1.30 or 6.1.32 from being removed in Solaris 10 guests (bug #20780) EFI: Fixed booting from FreeBSD ISO images (bug #19910) Removed file \"fixes_for_kernel_5.17.patch\" - fixed upstream. Fixes CVE-2022-21465 (boo#1198676), CVE-2022-21471 (boo#1198677), CVE-2022-21491 (boo#1198680), CVE-2022-21487 (boo#1198678), and CVE-2022-21488 (boo#1198679). Fixed boo#1198703 - package virtualbox-websrv needs sysvinit-tools
* Tue Mar 29 2022 Larry Finger - Add fixes for kernel 5.17 - file \"fixes_for_kernel_5.17.patch\" added Add fixes for kernel 5.18 - file \"fixes_for_kernel_5.18.patch\" added
* Fri Mar 11 2022 Larry Finger - Fix build error for guest modules in Leap 15.3
* Thu Jan 20 2022 Larry Finger - Version bump to 6.1.32 (released January 18 2022 by Oracle) This is a maintenance release. The following items were fixed and/or added: Fix for CVE-2022-21394 (boo#1194924) VMM: Changed the guest RAM management when using Hyper-V to be more compatible with HVCI (bug #20627 and #20694) VMM: Workaround for OS/2 guest unstability on newer AMD CPUs due to a missing TLB flush in OS/2 (bug #20625) GUI: Fixed keyboard focus loss in rare circumstances when using the mini toolbar in fullscreen mode Audio: Fixed accidental creation of empty debug log file when the OSS audio backend was configured E1000: Fix link status reporting for certain Linux kernels (some Oracle Linux ones, probably more) Unattended installation: Fixed regression introduced in 6.1.28, causing partitioning failure for Windows XP to 10 (bug #20769) Linux host: Fix access to some USB devices, device class was not correctly handled (bug #20721) Guest: Fixed wrong mouse position if guest is in text mode Guest Control: Fixed folders copying from host to guest and from guest to host Guest Control: Fixes for UNICODE handling Shared Clipboard: Improved HTML content exchange between X11 and Windows guests and hosts OS/2 Additions: Fixed some issues with extended attributes in the shared folders (bug #19453) File \"vboxclient-clipboard.service\" was removed while the shared clipboard problem with Wayland is further investigated.
* Tue Jan 04 2022 Larry Finger - Add libnotify-tools to build requirements for virtualbox-guest-x11 (boo#1194128) Add service to start shared clipboard in Wayland sessions (boo#1194126). File \"vboxclient-clipboard.service\" is added. Thanks to Andrei Borzenkov for providing this file.
* Thu Dec 30 2021 Larry Finger - Tumbleweed no longer assigns the group \"users\" to a user, which breaks TW guests under VirtualBox. This is fixed by adding \'TAG+=\"uaccess\"\' to the udev rule that creates /dev/vboxuser. Thanks to Andrei Borzenkov for help with this problem. This fixes boo#1194065.
* Tue Dec 14 2021 Larry Finger - Added BuildRequires python-rpm-macros to fix build errors with SLE_15_SP2 (Thanks Ben Greiner) ran spec-cleaner on the spec file.
* Mon Nov 22 2021 Larry Finger - Version bump to 6.1.30 (released November 22 2021 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: Fixed 6.1.28 regression preventing VMs starting when using Hyper-V mode on Windows 10 GUI: Fixed inability to complete First Run wizard after browsing for an external image GUI: Fixed crash on macOS Big Sur while browsing for an external image from First Run wizard GUI: Fixed bug on Windows with inability to save taken screenshot under a folder with native name (bug #15561) GUI: Fixed bug on X11 with drag and drop initiated on single mouse click in VM storage settings GUI: Fixed settings check on machines not supporting hardware virtualization GUI: Non critical media related errors should not cause modal pop-up error messages Host-only networking: Fixed crash parsing /etc/vbox/networks.conf DVD: Fixed drive lock handling across VM reset VBoxHeadless: Fixed crash when running on macOS Monterey (bug #20636) VBoxManage: Fixed incorrect help text for \"hostonlyif\" vboximg-mount: Error message if no image is specified Linux host: For all distribution specific packages (deb/rpm format) fix the packaging so that the feature for unattended installation of guest OSes works Linux host and guest: Introduced initial support for kernel 5.16 Shared Clipboard: Improved communication between guest and host when guest has no clipboard data to report Linux Guest Additions: Allow running only one VBoxDRMClient instance (bug #19373) File \"fixes_for_5.14.patch\" deleted - fixed upstream. File \"fixes-for-5.15.patch\" deleted - fixed upstream. File \"fixes-for-5.16.patch\" deleted - fixed upstream.
* Wed Nov 17 2021 Larry Finger - Fix builds for Kernel 5.16. File \"fixes-for-5.16.patch\" is added. Reorder some of the patch numbers.
* Wed Oct 20 2021 Larry Finger - Version bump to 6.1.28 (released October 19 2021 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: Fixed guru meditation while booting nested-guests accessing debug registers under certain conditions UI: Bug fixes for touchpad-based scrolling VMSVGA: Fixed VM black screen issue on first resize after restoring from saved state (bug #20067) VMSVGA: Fixed display corruption on Linux Mint (bug #20513) Storage: Fixed a possible write error under certain circumstances when using VHD images (bug #20512) Network: Multiple updates in virtio-net device support Network: Disconnecting cable in saved VM state now is handled properly by virtio-net Network: More administrative control over network ranges, see user manual NAT: Fixed not rejecting TFTP requests with absolute pathnames (bug #20589) Audio: Fixed VM session aborting after PC hibernation (bug #20516) Audio: Fixed setting the line-in volume of the HDA emulation on modern Linux guests Audio: Fixed resuming playback of the AC\'97 emulation while a snapshot has been taken API: Added bindings support for Python 3.9 (bug #20252) API: Fixed rare hang of VM when changing settings at runtime Linux host: Improved kernel modules installation detection which prevents unnecessary modules rebuild Host Services: Shared Clipboard: Prevent guest clipboard reset when clipboard sharing is disabled (bug #20487) Host Services: Shared Clipboard over VRDP: Fixed to continue working when guest service reconnects to host (bug #20366) Host Services: Shared Clipboard over VRDP: Fixed preventing remote RDP client to hang when guest has no clipboard data to report Linux Host and Guest: Introduced initial support for kernels 5.14 and 5.15 Linux Host and Guest: Introduced initial support for RHEL 8.5 kernel Windows Guest: Introduced Windows 11 guest support, including unattended installation Deleted file \"fix_ordering_of_qt_includes.patch\" - fixed upstream. Fixes CVE-2021-35538, CVE-2021-35545, CVE-2021-35540, CVE-2021-35542, and CVE-2021-2475 (boo#1191869)
* Tue Oct 12 2021 Ludwig Nussel - Use kernel_module_directory macro for kernel modules (boo#1191526)
* Tue Oct 05 2021 Hans-Peter Jansen - Fix ldconfig invocation in scriptlets
* Sat Oct 02 2021 Hans-Peter Jansen - Remove vbox-fix-usb-rules.sh from qt package to avoid file conflict
* Sat Oct 02 2021 Larry Finger - Fix build failures in Leap 15.1 and Leap 15.2 due to kmk_sed issues.
* Wed Sep 29 2021 Larry Finger - Finish UsrMerge for VirtualBox components (boo#1191104).
* Wed Sep 08 2021 Larry Finger - Add file \"fixes-for-5.15.patch\" to fix builds on kernel 5.15.
* Mon Aug 23 2021 Larry Finger - Patch build to work with the Leap 15.4 kernel. File \"fixes_for_leap15.4.patch\" as added.
* Thu Jul 29 2021 Larry Finger - Version bump to 6.1.26 (released July 28 2021 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMSVGA: fixed VM screen artifacts after restoring from saved state (bug #20067) Storage: Fixed audio endianness for certain CUE sheet CD/DVD images. VBoxHeadless: Running VM will save its state on host shutdown VBoxManage: Fix OS detection for Ubuntu 20.10 ISO with unattended install Linux Additions: Fixed mouse pointer offsetting issue for VMSVGA graphics adapter in multi-monitor VM setup (6.1.24 regression) File \"fix_ordering_of_qt_includes.patch\" added for Leap and SLR builds.
* Tue Jul 20 2021 Larry Finger - Version bump to 6.1.24 (released July 20 2021 by Oracle) This is a maintenance release. The following items were fixed and/or added: Storage: Fixed starting a VM if a device is attached to a VirtIO SCSI port higher than 30 (bug #20213) Storage: Improvement to DVD medium change signaling Serial: Fixed a the guest missing interrupts under certain circumstances (6.0 regression, bug #18668) Audio: Multiple fixes and enhancements Network: Fixed connectivity issue with virtio-net after resuming VM with disconnected link Network: Fixed UDP GSO fragmentation issue with missing 8 bytes of payload at the end of the first fragment API: Fixed VM configuration for recent Windows Server versions Extension Pack: Fixed issues with USB webcam pass-through on Linux Host and guest driver: Fix small memory leak (bug #20280) Linux host and guest: Support kernel version 5.13 (bug #20456) Linux host and guest: Introduce support for SUSE SLES/SLED 15 SP3 kernels (bug #20396) Linux host: Installer will not attempt to build kernel modules if system already has them installed and modules versions match current version Guest Additions: Fixed crash on using shared clipboard (bug #19165) Linux Guest Additions: Introduce support for Ubuntu specific kernels (bug #20325) Solaris guest: Increased default memory and disk sizes EFI: Support network booting with the E1000 network controller emulation EFI: Stability improvements (bug #20090) Delete file \"fix_random_stack_failure.patch\" - fixed upstream.
* Fri Jul 16 2021 Larry Finger - Add vboximg-mount to packaging. boo#1188045. Fix an error in file \"fixes_for_5.14.patch\".
* Thu Jul 15 2021 Larry Finger - Add file \"fix_random_stack_failure.patch\" to fix CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT problem with kernel 5.13 as shown in boo#1188105.
* Wed Jul 14 2021 Larry Finger - Add file \"fixes_for_5.14.patch\" to fix builds on kernel 5.14.
* Mon May 17 2021 Larry Finger - Disable the build of kmp vboxvideo, at least temporarily.
* Fri May 14 2021 Dan Čermák - Correct WantedBy entry in vboxadd-service
* Wed May 12 2021 Dan Čermák - Require which for /usr/lib/virtualbox/vboxadd-service
* Mon May 10 2021 Dirk Müller - fix license packaging, small cruft cleanup (avoid owning directories provided by filesystem rpm)
* Fri Apr 30 2021 Larry Finger - Version bump to 6.1.22 (released April 29 2021 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: Improved performance of 64-bit Windows and Solaris guests when Hyper-V is used on recent Windows 10 hosts VMM: Fixed frequent crashes of 64-bit Windows Vista and Server 2003 guests when Hyper-V is used GUI: Fixed regression where user was not able to save unset default shortcuts (bug #20305) Storage: Fixed regression in LsiLogic SAS controller emulation caused VM crash (bug #20323) Linux Guest Additions: Fixed issue when it was not possible to run executables from mounted share (bug #20320) Fixes for CVE-2021-2145 CVE-2021-2250 CVE-2021-2264 CVE-2021-2266 CVE-2021-2279 CVE-2021-2280 CVE-2021-2281 CVE-2021-2282 CVE-2021-2283 CVE-2021-2284 CVE-2021-2285 CVE-2021-2286 CVE-2021-2287 CVE-2021-2291 CVE-2021-2296 CVE-2021-2297 CVE-2021-2306 CVE-2021-2309 CVE-2021-2310 CVE-2021-2312
* Sat Apr 24 2021 Larry Finger - Version bump to (released April 20 2021 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: Fixed extremely poor VM performance depending on the timing of various actions (regression in 6.1.0) VMM: Fixed guest OS hanging under certain circumstances when Hyper-V is present (bug #20141) VMM: Fixed Guru Meditation error when using a nested hypervisor under certain circumstances (bug #20175) VMM: Fixed a SMAP related host panic affecting Solaris 11.4 systems with Intel Haswell CPUs or later (bug #16068) OCI: Add cloud-init support for export to OCI and for OCI instance creation GUI: Fixed \"Delete all files\" leaving behind Logs/VBoxUI.log (bug #20235) Audio: Multiple fixes and enhancements Audio: Fixed detection of duplex audio devices on macOS (5.0 regression; bug #20171) Network: Fixed link status reporting for \"not attached\" adapters Network: Fixed connectivity issues with e1000 in OS/2 guests (6.1.18 regression; bug #20148) Network: Fixed VxWorks e1000 driver compatibility issue (bug #20182) Network: Fixed GUI checks for port forwarding rules rejecting IPv6 with \"Nat Network\" (bug #14847) DHCP: Don\'t crash in the presence of fixed address assignments (bug #20128) Serial: Fixed possible VM hang when using the a serial port in disconnected mode (bug #19854) Webcam: Fixed interoperability with v4l2loopback and fixed a crash under certain circumstances (bug #20176) NVMe: Fixed sporadic Windows VM hang or reboot on high CPU load VBoxManage: Allow changing network adapter attachment of a saved VM with \"modifyvm\" vboximg-mount: Fix for argument processing to honor the \'--root\' option (6.0 regression; bug #20073) Linux host and guest: Support kernel versions 5.11 (bug #20198) and 5.12 Linux host: Maximum MTU size increased to 16110 for host-only adapters on Linux kernels 4.10+ (bug #19122) Linux Guest Additions: Fix vboxvideo module compilation for kernel version 5.10.x Linux Guest Additions: Fixed kernel module build for RHEL 8.4 beta and CentOS Stream (bug #20289) File \"fixes-for-5.11.patch\" is deleted. The issue is fixed upstream. File \"vboxautostart.sh\" is replaced by \"vboxautostart-service.sh\" File \"vboxautostart.service\" is replaced by \"vboxautostart-service.service\" Fixes boo#1183329 \"virtualbox 6.1.18 crashes when it runs nested VM\" Fixes boo#1183125 \"Leap 15.3 installation in Virtualbox without VBox integration\" Fixes CVE-2021-2264 and boo#1184542. The directory for the .start files for autostarting VMs is moved from /etc/vbox to /etc/vbox/autostart.d. In addition, the autostart service is hardened (by Oracle). File \"virtualbox-kmp-files-leap\" is deleted.
* Sat Apr 24 2021 Callum Farmer - Use distconfdir for xinitrc.d files on TW
* Wed Apr 07 2021 Larry Finger - Improve autostart security boo#1182918.
* Thu Apr 01 2021 Richard Brown - Own %{_sysconfdir}/X11/xinit/xinitrc.d as default packages (eg systemd) no longer do so, breaking package build.
* Mon Mar 01 2021 Matthias Gerstner - update-extpack.sh: explicitly use https:// protocol for authenticity. The http:// URL is currently redirected to https:// but don\'t rely on this.
* Sat Feb 20 2021 Larry Finger - Add code to generate guest modules for Leap 15.2 and Leap 15.3. The kernel versions do not allow window resizing. Files \"virtualbox-kmp-files-leap\" and \"vboxguestconfig.sh\" are added
* Thu Feb 04 2021 Larry Finger - Fix build for Leap 15.3. File \"fixes_for_leap15.3.patch\" is added.
* Sat Jan 23 2021 Larry Finger - Fix additional problem with modal dialog parent. Fixes CVE-2021-2074, boo#1181197 and CVE-2021-2129, boo#1181198.
* Wed Jan 20 2021 Larry Finger - Version update to 6.1.18 (released January 19 2021) This is a maintenance release. The following items were fixed and/or added: Nested VM: Fixed hangs when executing SMP nested-guests under certain conditions on Intel hosts (bug #19315, #19561) OCI integration: Cloud Instance parameters parsing is improved on import (bug #19156) Network: UDP checksum offloading in e1000 no longer produces zero checksums (bug #19930) Network: Fixed Host-Only Ethernet Adapter DHCP, guest os can not get IP on host resume (bug #19620) NAT: Fixed mss parameter handing (bug #15256) macOS host: Multiple optimizations for BigSur Audio: Fixed issues with audio playback after host goes to sleep (bug #18594) Documentation: Some content touch-up and table formatting fixes Linux host and guest: Support kernel version 5.10 (bug #20055) Solaris host: Fix regression breaking VGA text mode since version 6.1.0 Guest Additions: Fixed a build failure affecting CentOS 8.2-2004 and later (bug #20091) Guest Additions: Fixed a build failure affecting Linux kernels 3.2.0 through 3.2.50 (bug #20006) Guest Additions: Fixed a VM segfault on copy with shared clipboard with X11 (bug #19226) Shared Folder: Fixed error with remounting on Linux guests File \"debug_mountsf.patch\" is deleted - fixed upstream. File \"linux-5.10-address-space-fixes.patch\" is deleted - fixed upstream. File \"linux-5.10-framebuffer-fixes.patch\" is deleted - fixed upstream. File \"linux-5.10-r0drv-memobj-fix-r0.patch\" is deleted - fixed upstream.
* Thu Jan 14 2021 Larry Finger - Under some circumstances, shared folders are mounted as root. File \"debug_mountsf.patch\" is added to allow recovery on affected systems. Automounted volumes are not fixed by this patch; however, manual mounting with the uid/gid options are correct.
* Tue Dec 29 2020 Larry Finger - Fix build for kernel 5.11 - File \"fixes-for-5.11.patch\" is added.
* Sun Dec 20 2020 Larry Finger - Disable build of guest modules. These are included in recent kernels and are not needed for Tumbleweed, Leap 15.1 and Leap 15.3. File \"vboxguestconfig.sh\" is deleted.
* Sat Dec 12 2020 Larry Finger - Fix additional mouse control dialog issues.
* Thu Dec 10 2020 Larry Finger - Forward Hans-Peter Jansen\'s fixes.
* Wed Dec 09 2020 Hans-Peter Jansen - Add vb-6.1.16-modal-dialog-parent.patch in order to solve the file selector dialog mouse control issues
* Tue Dec 08 2020 Dominique Leuenberger - Fix build with RPM 4.16: Do not install files to buildroot during the build phase:- Do not forcibly require systemd: systemd_ordering is sufficient.
* Mon Dec 07 2020 Hans-Peter Jansen - Add linux-5.10-r0drv-memobj-fix-r0.patch to fix build with kernel 5.10- Add linux-5.10-address-space-fixes.patch to fix sharedfolders with 5.10- Add linux-5.10-framebuffer-fixes.patch to fix framebuffer with 5.10
* Tue Oct 20 2020 Larry Finger - Version bump to 6.1.16 (released October 16 2020 by Oracle) This is a maintenance release. The following items were fixed and/or added: File \"fixes_for_5.9.patch\" deleted - fixed upstream. VMM: Fixed random memory corruption and XMM register state corruption inside the VM when Hyper-V is used (bug #19695) VMM: Fixed VMSVGA 3D support with Linux guests when Hyper-V is used (bug #19884) GUI: Fixed some Qt related crashes on macOS Big Sur Oracle Cloud Infrastructure integration: Fixed network integration not working behind some proxies USB: Mask out remote wake capability to avoid unresponsive devices Audio: Fixed issues with audio playback after host goes to sleep (bug #18594) Serial: Keep transferring data if the status line monitoring fails Serial: Fixed blocking a re-connect when TCP mode is used (bug #19878) HPET: Fixed inability of guests to use the last timer VBoxManage: Fixed detection of system locale when running \'VBoxManage unattended install\' without --locale (bug #19856) Linux host and guest: Support kernel version 5.9 (bug #19845) Linux guest: Workaround to improve resizing of 32-bit VMs with VMSVGA graphics controller, and do not try to use RandR version 1.3 due to bugs causing the X server to hang Linux guest: Fixed VBoxService crashing in the CPU hot-plug service under certain circumstances during a CPU hot-unplug event (bugs #19902 and #19903) Linux guest: Fixed Guest additions build for RHEL 8.3 beta (bug #19863)
* Fri Sep 18 2020 Larry Finger - %service_del_postun_without_restart is not yet available in Leap 15.{1,2} of SLE15_SP1. For that reason, a workaround is added.
* Fri Sep 18 2020 Hans-Peter Jansen - keep \"Provides: multiversion(kernel)\" in kmp package
* Fri Sep 11 2020 Franck Bui - Make use of %service_del_postun_without_restart And stop using DISABLE_RESTART_ON_UPDATE as this interface is obsolete.
* Thu Sep 10 2020 Larry Finger - Update to Oracle version 6.1.14a. This minor update enables the building of libvirt again. File \"fix_virtio_build.patch\" is removed.
* Tue Sep 08 2020 Larry Finger - Remove symbols that forced rebuild of initrd- Version update to 6.1.14 (released September 04 2020 by Oracle) File \"fix_virtio_build.patch\" is added to fix a build problem. This is a maintenance release. The following items were fixed and/or added: GUI: Fixes file name changes in the File location field when creating Virtual Hard Disk (bug #19286) VMM: Fixed running VMs which failed to start with VERR_NEM_MISSING_KERNEL_API_2 when Hyper-V is used (bug #19779 and #19804) Audio: fix regression in HDA emulation introduced in 6.1.0 Shared Clipboard: Fixed a potential crash when copying HTML data (6.1.2 regression; bug #19226) Linux host and guest: Linux kernel version 5.8 support EFI: Fixed reading ISO9660 filesystems on attached media (6.1.0 regression; bug #19682) EFI: Support booting from drives attached to the LsiLogic SCSI and SAS controller emulations
* Fri Aug 28 2020 Larry Finger - Pseudo version bump to 6.1.13, which is NOT an Oracle release. Update VB sources to run under kernel 5.8.0+ with no modifications to the kernel. These sources are derived from r85883 of the Oracle svn repository. For operations with USB{2,3}, the extension pack for revision 140056 must be installed. Once Oracle releases 6.1.14, then the extension pack and VB itself will have the same revision number. File \"fixes_for_5.8.patch\" is removed as that part was fixed upstream. Fixes boo#1175201.
* Thu Aug 20 2020 Larry Finger - Modify fixes_for_5.9.patch.
* Thu Aug 20 2020 Larry Finger - Fix build for kernel 5.9. File \"fixes_for_5.9.patch\" is added.
* Sat Aug 08 2020 Larry Finger - Delete temporary USBpassthru test patch.
* Fri Aug 07 2020 Larry Finger - Apply Oracle changes for kernel 5.8.
* Wed Jul 15 2020 Larry Finger - Version bump to 6.1.12 (released July 14 2020 by Oracle) This is a maintenance release. The following items were fixed and/or added: File \"turn_off_cloud_net.patch\" added. Fixes for CVE-2020-14628, CVE-2020-14646, CVE-2020-14647, CVE-2020-14649 CVE-2020-14713, CVE-2020-14674, CVE-2020-14675, CVE-2020-14676 CVE-2020-14677, CVE-2020-14699, CVE-2020-14711, CVE-2020-14629 CVE-2020-14703, CVE-2020-14704, CVE-2020-14648, CVE-2020-14650 CVE-2020-14673, CVE-2020-14694, CVE-2020-14695, CVE-2020-14698 CVE-2020-14700, CVE-2020-14712, CVE-2020-14707, CVE-2020-14714 CVE-2020-14715 bsc#1174159. UI: Fixes for Log-Viewer search-backward icon Devices: Fixes and improvements for the BusLogic SCSI controller emulation Serial Port: Regression fixes in FIFO data handling Oracle Cloud Infrastructure integration: Experimental new type of network attachment, allowing local VM to act as if it was run in cloud API: improved resource management in the guest control functionality VBoxManage: fixed command option parsing for the \"snapshot edit\" sub-command VBoxManage: Fix crash of \'VBoxManage internalcommands repairhd\' when processing invalid input (bug #19579) Guest Additions, 3D: New experimental GLX graphics output Guest Additions, 3D: Fixed releasing texture objects, which could cause guest crashes Guest Additions: Fixed writes to a file on a shared folder not being reflected on the host when the file is mmap\'ed and the used Linux kernel is between version 4.10.0 and 4.11.x Guest Additions: Fixed the shared folder driver on 32bit Windows 8 and newer returning an error when flushing writes to a file which is mapped into memory under rare circumstances Guest Additions: Improve resize coverage for VMSVGA graphics controller Guest Additions: Fix issues detecting guest additions ISO at runtime Guest Additions: Fixed German translation encoding for Windows GA installer
* Tue Jul 14 2020 Callum Farmer - More fixes for %_libexecdir changing to /usr/libexec(bsc#1174075) - Previous fixes accidentally removed from changelog after conflict
* Fri Jul 10 2020 Gary Ching-Pang Lin - Switch to multibuild to so that we can maintain one spec file for both virtualbox and virtualbox-kmp and build them separately. (bsc#1114605) + Add file \"_multibuild\" to specify the additional \"kmp\" build flavor. + Merge \"virtualbox-kmp.spec\" into \"virtualbox.spec\" + Drop file \"virtualbox-kmp.changes\". + Add file \"fixes_for_sle12.patch\"
* Tue Jun 23 2020 Gary Ching-Pang Lin - Split virtualbox-kmp from virtualbox.spec (bsc#1114605) Adds files \"virtualbox-kmp.spec\" and \"virtualbox-kmp.changes\".
* Sat Jun 13 2020 Larry Finger - Add fixes to build with kernel 5.8. File \"fixes_for_5.8.patch\" is added.- Remove file \"fixes_for_5.5.patch\". Fixed upstream.-`Add file \"fixes_for_makefile.patch\" to clean up the Makefile used from the vboxdrv service routine when modules are not available.
* Fri Jun 05 2020 Larry Finger - Version bump to 6.1.10 (released June 05 2020 by Oracle) This is a maintenance release. The following items were fixed and/or added: GUI: Fixed crash when using Qt on Xwayland sessions (bug #19583) GUI: Fixed mouse pointer doesn\'t work properly in Windows guests when scaling is on (bug #19597) VBoxManage: Fixed crash of \'VBoxManage internalcommands repairhd\' when processing invalid input (bug #19579) Settings: disable audio input and audio output by default for new VMs (bug #19527) Guest Additions: Fixed resizing and multi monitor handling for Wayland guests. (bug #19496) Guest Additions: Fixed VBoxClient error: The parent session seems to be non-X11. (bug #19590) Linux host and guest: Linux kernel version 5.7 support. (bug #19516 File \"fix_wayland_crash.patch\" is removed - fixed upstream.
* Fri May 29 2020 Larry Finger - Gsoap 2.8.103 changes the way that \"soap_socket_errno\" is handled. File \"handle_gsoap_208103.patch\" is added. Handle case where Wayland chooses wrong video. File \"fix_wayland_crash.patch\" is added.
* Sat May 16 2020 Larry Finger - Version bump to 6.1.8 (released May 15 2020 by Oracle) This is a maintenance release. The following items were fixed and/or added: File \"fixes_for_5.7.patch\" is removed as the issue was fixed upstream. GUI: Fix several layout and mouse position handling bugs with soft keyboard GUI: Fixed crash on last VM removed (6.1.4 regression; bug #19568, #19525, #19506, #19490, #19481, #19397) GUI and API: Allow renaming VMs which are in saved state Serial: Fixed slow guest output when using the TCP server mode without anyone being connected Guest Additions: Restored \'VBoxClient--checkhostversion\' functionality (6.1.0 regression; bug #19470) Guest Additions: Fixed resizing and multi monitor handling for X11 guests. (6.1.0 regression; bug #19496) Guest Additions: Build problems fix with Oracle Linux 8.2 (Red Hat compatible kernel) / Red Hat Enterprise Linux 8.2 / CentOS 8.2 (bug #19391) Guest Control/VBoxManage: Fixed handling of multiple environment variables supplied to \'VBoxManage guestcontrol VM run\' (6.1.6/6.0.20 regression; bug #19518) Guest Control: Implemented support for long(er) command lines Guest Control: Various stability improvements
* Wed Apr 15 2020 Larry Finger - Version bump to 6.1.6 (released April 14 2020 by Oracle) This version fixes bsc#1169249, bsc#1169202, and bsc#1166782. This is a maintenance release. The following items were fixed and/or added: GUI: Multiple enhancements including visual elements updates Graphics: Fixed monitor resizing and multi-monitor handling bugs on X11 guests with VMSVGA graphics adapter Graphics: Enhancements in 2D and 3D acceleration and rendering USB: Multiple enhancements improving prformance and stability Serial port: Improve error handling and fix hang when host port disappears VBoxManage: Multiple fixes for guestcontrol operations API: Fix for exception handling bug in Python bindings Shared clipboard: Multiple fixes including possible crash and HTML data support Linux host and guest: Support Linux kernel 5.6 (bug #19312) File \"VirtualBox-6.1.4-VBoxClient-vmsvga-x11-crash.patch\" removed - fixed upstream. File \"fixes_for_5.6.patch\" removed - fixed upstream. File \"change_default_display.patch\" removed - fixed upstream.
* Mon Apr 13 2020 Larry Finger - Fix bug that deletes everything in ~/.vbox/
* Mon Apr 13 2020 Larry Finger - Fix builds for kernel 5.7. File \"fixes_for_5.7.patch\" is added.
* Thu Apr 09 2020 Larry Finger - Change default display type for openSUSE virtual machines. The default type has been VMSVGA; however, this display type fails to utilize driver vboxvideo. thus the display size is fixed. This problem is under investigation, but until a fix is found, the default is changed to VBoxVGA with file \"add change_default_display.patch\".- Makefile in the kernel-host-source package has a typo bug fixed (boo#1168910) and a large number of warnings are fixed.
* Sun Apr 05 2020 Hans-Peter Jansen - apply fixes for kernel 5.6 unconditionally- adjust fixes_for_5.6.patch in such a way, it can be applied unconditionally (in order to support builds for newer kernel with older distributions)
* Sun Mar 29 2020 Larry Finger - Fix build errors for gcc-10 (boo#1167897). File \"fixes_for_gcc10.patch\" is added.- Convert /usr/bin/VirtualBox to use \"~/.config/VirtualBox\" instead \"~/.vbox\". This change was requested in boo#1167660.
* Fri Mar 27 2020 Antonio Larrosa - Add patch to fix missing include with Qt 5.15:
* fix-missing-includes-with-qt-5.15.patch
* Tue Mar 24 2020 Larry Finger - With version 6.1.4 of VB, the bidirectional clipboard part of VBoxClient for guest systems is failing. A patch is provided at https://www.virtualbox.org/ticket/19336. These changes have been added to file \"VirtualBox-6.1.4-VBoxClient-vmsvga-x11-crash.patch\". This fixes boo #1167403 \"VBoxClient --clipboard dies\".
* Sun Mar 22 2020 Larry Finger - Update the wrapper that starts the UI for VirtualBox to check the version of the extpack that is installed. If no pack is installed or if the license is not current, the new code does nothing. If there is a current license and the installed pack does not match the running version of VB, then the script downloads and installs the new version. File \"update-extpack.sh\" is added.
* Mon Mar 16 2020 Larry Finger - A fix for boo #1166782 (\"VirtualBox Guest 6.1.4 for OpenSUSE 15.1 constant segfault in libX11.so.6.3 every 5 seconds\") is fixed. File \"VirtualBox-6.1.4-VBoxClient-vmsvga-x11-crash.patch\", published in https://www.virtualbox.org/ticket/19357, fixes the problem.
* Wed Mar 11 2020 Larry Finger - Version bump to 6.1.4 (released February 19 2020 by Oracle) This is a maintenance release. The following items were fixed and/or added: Virtualization core: Fixed a rare issue with ICEBP instruction causing guru meditations on Intel hosts (6.1.0 regression; bug #19171) Virtualization core: Fixed macOS Catalina guests failing to boot after upgrading to 10.15.2 onwards (bug #19188) GUI: recent NLS integration and bug fixes for GUI and Qt translation tags USB: Fix isochronous transfers to the VM for xHCI Serial: Fix buffer handling, avoiding receiving stale data when the receive queue is flushed (bug #18671) Serial: Improve host serial port passthrough handling on Windows host VBoxManage: Restore old --clipboard option for modifyvm command Linux guest: Support Linux 5.5 (bug #19145) Linux guest: Shared folder fix for loopback mounting of images BIOS: Always report non-ATA disks as ready BIOS: Report EFI support through DMI table (bug 19144) VGA BIOS: Reduce stack space usage for INT 10h handlers
* Thu Feb 27 2020 Larry Finger - Kernel 5.6.0-rc3 introduced some fixes for the Y2038 problem. File \"fixes_for_5.6\" has been modified to handle these changes.
* Sat Feb 15 2020 Larry Finger - Update patches for v5.5 to handle errors in vboxvideo. boo#1163337.
* Wed Feb 12 2020 Larry Finger - Add file \"fixes_for_5.6.patch\" to handle API changes.
* Fri Jan 17 2020 Larry Finger - Version update to 6.1.2 (released January 14 2020i by Oracle) 18 Vulnerabilities fixed: CVE-2020-2674 CVE-2020-2682 CVE-2020-2698 CVE-2020-2701 CVE-2020-2702 CVE-2020-2726 CVE-2020-2681 CVE-2020-2689 CVE-2020-2690 CVE-2020-2691 CVE-2020-2692 CVE-2020-2703 CVE-2020-2704 CVE-2020-2705 CVE-2020-2725 CVE-2020-2678 CVE-2020-2727 CVE-2020-2693 See bsc#1161050 File \"fixes_for_leap15.2.patch\" added to fix build for Leap 15.2. File \"vbox_fix_for_gcc7.patch\" is deleted - fixed upstream. File \"fixes_for_5.4.patch\" is deleted - fixed upstream. Exclude 32-bit builds Update so the openSUSE Leap 42.3 builds OK. As announced earlier by Oracle, 32-bit builds are no longer supported. This is a maintenance release. The following items were fixed and/or added: Virtualization core: fixed performance issue observed with Windows XP guests on AMD hosts (6.0.0 regression; bug #19152) Virtualization core: consistent IBRS/IBPB CPUID feature reporting, avoids crash of NetBSD 9.0 RC1 installer (bug #19146) GUI: fixed updating of runtime info GUI: in Display settings, do not show \"2D video acceleration\" checkbox if it is meaningless for the selected graphics adapter Audio: fixed audio input handling when VRDE is enabled Audio: fixed crash in the HDA emulation when using multi-speaker configurations Storage: fixed use of encrypted disks with snapshots involved (6.1.0 regression; bug #19160) Storage: improve performance of virtio-scsi Storage: read-only support for compressed clusters in QCOW2 images Linux host: Support Linux 5.5 (guest additions not yet) Windows guest: accelerate 2D video decoding (scaling and color space conversion) if the VM is configured to use VBoxSVGA with 3D enabled Windows guest: fix guest additions installer to upgrade the mouse filter driver reliably Windows guest: when uninstalling older Guest Additions with old 3D support enabled try restoring original Direct3D files Linux guest: improve resize and multi-monitor handling for VMs using VMSVGA (known remaining issue: do not disable a monitor \"in the middle\", causes confusion)
 
ICM