Revisions of virtualbox

Larry Rainey's avatar Larry Rainey (larryr) accepted request 1087024 from Larry Finger's avatar Larry Finger (lwfinger) (revision 695)
- Patch python311.patch fails on Leap 15.4 and Leap 15.5. Change spec file so that it is only
  applied for Tumbleweed.
Larry Finger's avatar Larry Finger (lwfinger) accepted request 1086821 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 694)
- update python311.patch to also detect vboxpython module with python 3.11
buildservice-autocommit accepted request 1085561 from Larry Finger's avatar Larry Finger (lwfinger) (revision 693)
baserev update by copy to link target
Larry Finger's avatar Larry Finger (lwfinger) accepted request 1085560 from Larry Finger's avatar Larry Finger (lwfinger) (revision 692)
- Update fix_7.0.6_locking_problems.patch for Vagrent/virtualbox startup problems boo#1209727
buildservice-autocommit accepted request 1085155 from Larry Finger's avatar Larry Finger (lwfinger) (revision 691)
baserev update by copy to link target
Larry Finger's avatar Larry Finger (lwfinger) accepted request 1084876 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 690)
- add python311.patch to make it detect Python 3.11 as well
- spec file cleanups
buildservice-autocommit accepted request 1084830 from Larry Finger's avatar Larry Finger (lwfinger) (revision 689)
baserev update by copy to link target
Larry Finger's avatar Larry Finger (lwfinger) accepted request 1084829 from Larry Rainey's avatar Larry Rainey (larryr) (revision 688)
- 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.
Larry Finger's avatar Larry Finger (lwfinger) accepted request 1084796 from Larry Rainey's avatar Larry Rainey (larryr) (revision 687)
- 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
buildservice-autocommit accepted request 1073626 from Larry Finger's avatar Larry Finger (lwfinger) (revision 686)
baserev update by copy to link target
Larry Finger's avatar Larry Finger (lwfinger) accepted request 1073624 from Larry Finger's avatar Larry Finger (lwfinger) (revision 685)
- 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.

  spec-cleaner used to remove extra blank line is spec file.
buildservice-autocommit accepted request 1069752 from Larry Finger's avatar Larry Finger (lwfinger) (revision 684)
baserev update by copy to link target
Larry Finger's avatar Larry Finger (lwfinger) accepted request 1069750 from Larry Finger's avatar Larry Finger (lwfinger) (revision 683)
- 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 lines
Larry Finger's avatar Larry Finger (lwfinger) accepted request 1069741 from Larry Finger's avatar Larry Finger (lwfinger) (revision 682)
- Added file "fixea_for_kernel_6.3.patch" to handle API change.
- File "fixes_for_gcc13.patch" updated for additional changes in GCC 13 boo#1207468
Larry Finger's avatar Larry Finger (lwfinger) accepted request 1069494 from Larry Finger's avatar Larry Finger (lwfinger) (revision 681)
-  GCC 13 changed and the fixes patch needed revising. boo#1207468
buildservice-autocommit accepted request 1068550 from Larry Finger's avatar Larry Finger (lwfinger) (revision 680)
baserev update by copy to link target
Larry Finger's avatar Larry Finger (lwfinger) accepted request 1068549 from Larry Finger's avatar Larry Finger (lwfinger) (revision 679)
- Add file "fixes_for_gcc13.patch" to fix builds with GCC13. boo#1207468
buildservice-autocommit accepted request 1065572 from Larry Finger's avatar Larry Finger (lwfinger) (revision 678)
baserev update by copy to link target
Larry Finger's avatar Larry Finger (lwfinger) accepted request 1065457 from Thorsten Kukuk's avatar Thorsten Kukuk (kukuk) (revision 677)
- Remove requires for unused sysvinit-tools
buildservice-autocommit accepted request 1062967 from Larry Rainey's avatar Larry Rainey (larryr) (revision 676)
baserev update by copy to link target
Displaying revisions 61 - 80 of 755
openSUSE Build Service is sponsored by