Revisions of virtualbox
Lubos Kocman (lkocman-factory)
accepted
request 1172998
from
Larry Finger (lwfinger)
(revision 22)
Version Bump to 7.0.18
Yuchen Lin (maxlin_factory)
accepted
request 1163393
from
Larry Finger (lwfinger)
(revision 21)
- The location of vboxconfig is wrong. Add file fixes_for_vboxconfig.patch to fix. Some errors in vboxdrv.sh are fixed. - Further fixes for builds on Leap 15.6. Fixes boo#1221496. Adds file fixes_for_leap15.6.patch - add kernel-6.8.patch to fix kernel 6.8 build failures
Yuchen Lin (maxlin_factory)
accepted
request 1150503
from
Larry Finger (lwfinger)
(revision 20)
Updatte to Version 7.0.14
Yuchen Lin (maxlin_factory)
accepted
request 1126692
from
Larry Finger (lwfinger)
(revision 19)
Version Bump to VB 7.0.12. 3 CVE's fixed.
Yuchen Lin (maxlin_factory)
accepted
request 1112832
from
Larry Finger (lwfinger)
(revision 18)
- Fix problems wiith 6.5 kernels and shared folders. boo#1215463. Fix build errors for Leap 15.4, 15.5, and 15.6 due to gso.h not found. - An additional fix was needed to handle flexible arrays in kernel 6.5+. A fix was made for breakage of kernels 6.4.10+ boo#1212761 and boo#1214391. Note that the change in 6.4 missed an internal include that is present in kernel 6.5. - Fix build for kernel 6.5 Add file "fixes_for_6.5.patch" Reworked patches for various Leap versions: Added file "fixes_for_leap.patch" Deleted file "fixes_for_leap15.2.patch" Deleted file "fixes_for_leap15.3.patch" Deleted file "fixes_for_leap15.4.patch" Deleted file "fixes_for_leap15.5.patch" Thu July 19 15:24:39 UTC 2023 - Larry Rainey <llrainey15@gmail.com> - VirtualBox 7.0.10 (released July 18 2023) This is a maintenance release. The following items were fixed and/or added: OCI: Introduced general improvements VMM: Fixed a bug while walking page tables while executing nested VMs causing flooding of the release log as a consequence (Intel hosts only, bug #21551) GUI: Added general improvements TPM: Fixed a crash when a VM has a TPM version 1.2 configured (bug #21622) 3D: Initial support for OpenGL 4.1 3D: Fixed various graphics issues with Windows 11 guests (bugs #21136, #21515) Guest Control/VBoxManage: Fixed parameter "--ignore-orphaned-processes" Guest Control/VBoxManage: Fixed behavior of how handling argument 0 for a started guest process works: One can now explicitly specify it with the newly added option "--arg0". This will effectively restore the behavior of former VirtualBox versions Audio: Also use the PulseAudio backend when pipewire-pulse is running instead of falling back to ALSA (bug #21575) NAT: Adjusted UDP proxy timeout from 18-21 to 21-24 range to respect intended 20 second timeout (bug #21560)
Yuchen Lin (maxlin_factory)
committed
(revision 17)
branch from 15.5
Yuchen Lin (maxlin_factory)
accepted
request 1085152
from
Larry Finger (lwfinger)
(revision 16)
Update to version 7.0.8 - fixes a number of CVE issues.
Yuchen Lin (maxlin_factory)
accepted
request 1073640
from
Larry Finger (lwfinger)
(revision 15)
- 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. - 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. - Add file "fixes_for_gcc13.patch" to fix builds with GCC13. - Remove requires for unused sysvinit-tools - 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.
Yuchen Lin (maxlin_factory)
accepted
request 1061007
from
Larry Finger (lwfinger)
(revision 14)
Version bump to 7.0.6 - includes several CVE fixes.
Lubos Kocman (lkocman-factory)
accepted
request 1060679
from
Larry Finger (lwfinger)
(revision 13)
- Update 15.5 build after kernel update. boo#1207395.
Yuchen Lin (maxlin_factory)
accepted
request 1045425
from
Larry Finger (lwfinger)
(revision 12)
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
Yuchen Lin (maxlin_factory)
accepted
request 1037637
from
Larry Finger (lwfinger)
(revision 11)
VirtualBox version bump to 7.0.4 with many bugfixes.
Lubos Kocman (lkocman-factory)
accepted
request 1004757
from
Larry Finger (lwfinger)
(revision 10)
Version update. Many bug fixes.
Yuchen Lin (maxlin_factory)
accepted
request 998381
from
Larry Finger (lwfinger)
(revision 9)
Significant updates
Yuchen Lin (maxlin_factory)
accepted
request 992252
from
Yuchen Lin (maxlin_factory)
(revision 8)
virtualbox has different source in openSUSE:Leap:15.4:Update
Yuchen Lin (maxlin_factory)
committed
(revision 7)
branch from Leap 15.4
Yuchen Lin (maxlin_factory)
accepted
request 947767
from
Larry Finger (lwfinger)
(revision 6)
- 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. - 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.
Yuchen Lin (maxlin_factory)
accepted
request 935064
from
Larry Finger (lwfinger)
(revision 5)
A version update is in Factory and TW. It also should be in Leap 15.4.
Yuchen Lin (maxlin_factory)
accepted
request 927568
from
Larry Finger (lwfinger)
(revision 4)
Fixes for CVE vulnerabilities
Yuchen Lin (maxlin_factory)
committed
(revision 3)
updated package in openSUSE:Leap:15.3:Update
Displaying revisions 1 - 20 of 22