From 3e022f355d2ce5d8a26121ad10a1493b447dd0ce8925bd6add7475aadcf36a45 Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Tue, 4 May 2021 15:43:35 +0000 Subject: [PATCH] Accepting request 890457 from home:lwfinger:branches:Virtualization - 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 OBS-URL: https://build.opensuse.org/request/show/890457 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=601 --- VirtualBox-6.1.20-patched.tar.bz2 | 3 -- VirtualBox-6.1.22-patched.tar.bz2 | 3 ++ virtualbox.changes | 57 ++++++++++--------------------- virtualbox.spec | 29 +++++++++++++++- 4 files changed, 49 insertions(+), 43 deletions(-) delete mode 100644 VirtualBox-6.1.20-patched.tar.bz2 create mode 100644 VirtualBox-6.1.22-patched.tar.bz2 diff --git a/VirtualBox-6.1.20-patched.tar.bz2 b/VirtualBox-6.1.20-patched.tar.bz2 deleted file mode 100644 index a130941..0000000 --- a/VirtualBox-6.1.20-patched.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:604c082b4aa2637fe4c73bab19c23d64bc66e7299c145673b16629bc8fec98bb -size 120659635 diff --git a/VirtualBox-6.1.22-patched.tar.bz2 b/VirtualBox-6.1.22-patched.tar.bz2 new file mode 100644 index 0000000..fe3404d --- /dev/null +++ b/VirtualBox-6.1.22-patched.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25173c884e9d7391407fe235de908a1e7ffe05f76b1d0052fc5f0549ecd6eabb +size 120662152 diff --git a/virtualbox.changes b/virtualbox.changes index 3d97472..829196d 100644 --- a/virtualbox.changes +++ b/virtualbox.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Apr 30 18:38:18 UTC 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 15:02:12 UTC 2021 - Larry Finger @@ -43,45 +61,6 @@ Sat Apr 24 13:53:30 UTC 2021 - Callum Farmer - Use distconfdir for xinitrc.d files on TW -------------------------------------------------------------------- -Tue Apr 20 19:27:40 UTC 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). - ------------------------------------------------------------------- Wed Apr 7 16:21:58 UTC 2021 - Larry Finger diff --git a/virtualbox.spec b/virtualbox.spec index 1121423..83234b8 100644 --- a/virtualbox.spec +++ b/virtualbox.spec @@ -70,7 +70,7 @@ python3 -O -c "import sys, os, compileall; br='%{buildroot}'; compileall.compile # ********* If the VB version exceeds 6.1.x, notify the libvirt maintainer!! Name: virtualbox%{?dash}%{?name_suffix} -Version: 6.1.20 +Version: 6.1.22 Release: 0 Summary: %{package_summary} License: GPL-2.0-or-later @@ -329,7 +329,10 @@ the terms of the GNU Public License (GPL). + + ########################################## + %package qt Summary: Qt GUI part for %{name} Group: System/Emulators/PC @@ -363,7 +366,10 @@ This package contains the code for the GUI used to control VMs. + + ######################################### + %package websrv Summary: WebService GUI part for %{name} Group: System/Emulators/PC @@ -391,7 +397,10 @@ The VirtualBox web server is used to control headless VMs using a browser. + + ######################################### + %package guest-x11 Summary: VirtualBox X11 drivers for mouse and video Group: System/X11/Servers/XF86_4 @@ -421,7 +430,10 @@ This package contains X11 guest utilities and X11 guest mouse and video drivers + + ########################################### + %package guest-tools Summary: VirtualBox guest tools Group: System/Emulators/PC @@ -454,7 +466,10 @@ VirtualBox guest addition tools. + + ########################################### + %package -n python3-%{name} Summary: Python bindings for %{name} Group: Development/Libraries/Python @@ -489,7 +504,10 @@ Python XPCOM bindings to %{name}. Used e.g. by vboxgtk package. + + ########################################### + %package devel Summary: Devel files for %{name} Group: Development/Libraries/Other @@ -519,7 +537,10 @@ Development file for %{name} + + ########################################### + %package host-source Summary: Source files for %{name} host kernel modules Group: Development/Sources @@ -551,7 +572,10 @@ sudo /sbin/vboxguestconfig + + ########################################### + %package guest-desktop-icons Summary: Icons for guest desktop files Group: System/Emulators/PC @@ -579,7 +603,10 @@ This package contains icons for guest desktop files that were created on the des + + ########################################### + %package vnc Summary: VNC desktop sharing Group: System/Emulators/PC