forked from pool/virtualbox
221b12cb3b
- 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 <user>.start files for autostarting VMs is moved from /etc/vbox to /etc/vbox/autostart.d. In addition, the autostart service is hardened (by Oracle). OBS-URL: https://build.opensuse.org/request/show/888128 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=597 |
||
---|---|---|
_constraints | ||
_multibuild | ||
_service | ||
.gitattributes | ||
.gitignore | ||
fix_conflict_between_host_and_guest.patch | ||
Fix_for_server_1.19.patch | ||
fix_lib_search.patch | ||
fix_usb_rules.sh | ||
fix-missing-includes-with-qt-5.15.patch | ||
fixes_for_gcc10.patch | ||
fixes_for_leap15.2.patch | ||
fixes_for_leap15.3.patch | ||
fixes_for_Leap42.3.patch | ||
fixes_for_makefile.patch | ||
fixes_for_python.patch | ||
fixes_for_qt5.13.patch | ||
fixes_for_Qt5.11.patch | ||
fixes_for_sle12.patch | ||
gcc5-real-support.patch | ||
handle_gsoap_208103.patch | ||
internal-headers.patch | ||
modify_for_4_8_bo_move.patch | ||
README.autostart | ||
README.build | ||
remove_vbox_video_build.patch | ||
security_fixes.patch | ||
smap.diff | ||
switch_to_python3.4+.patch | ||
turn_off_cloud_net.patch | ||
update-extpack.sh | ||
UserManual.pdf | ||
vb-6.1.16-modal-dialog-parent.patch | ||
vbox_remove_smp_mflags.patch | ||
vbox-default-os-type.diff | ||
vbox-deprec-gsoap-service-proxies.diff | ||
vbox-disable-updates.diff | ||
vbox-fpie.diff | ||
vbox-gsoapssl-deps.diff | ||
vbox-no-build-dates.diff | ||
vbox-permissions_warning.diff | ||
vbox-python-detection.diff | ||
vbox-smc-napa.diff | ||
vbox-suid-warning.diff | ||
vbox-usb-warning.diff | ||
vbox-vboxadd-init-script.diff | ||
vbox-vboxdrv-init-script.diff | ||
vboxadd-service.service | ||
vboxautostart-service.service | ||
vboxautostart-service.sh | ||
vboxconfig.sh | ||
vboxdrv.service | ||
vboxdrv.sh | ||
vboxguestconfig.sh | ||
vboxweb-service.service | ||
vboxweb-service.sh | ||
virtualbox-60-vboxdrv.rules | ||
virtualbox-60-vboxguest.rules | ||
VirtualBox-6.1.20-patched.tar.bz2 | ||
virtualbox-default.virtualbox | ||
virtualbox-fix-ui-background-color.patch | ||
virtualbox-kmp-files | ||
virtualbox-kmp-files-leap | ||
virtualbox-kmp-preamble | ||
virtualbox-LocalConfig.kmk | ||
virtualbox-patch-source.sh | ||
virtualbox-rpmlintrc | ||
virtualbox-sed-params.patch | ||
virtualbox-snpritnf-buffer-overflow.patch | ||
virtualbox-wrapper.sh | ||
VirtualBox.appdata.xml | ||
virtualbox.changes | ||
virtualbox.spec |
Instructions for creating a separate VirtualBox project and building the packages Although it is possible to modify a project at the openSUSE Build System (OBS), I have found it to be more convenient to use the various osc commands to create a local copy, edit it on my own computer to fix any problems, and then push the result to OBS. A. Create a new sub-project: 1. Branch the package: osc branch Virtualization virtualbox 2. Checkout the package using the "osc co" command listed B. Build the project: 1. Use "osc build" to build. This step is rather compute intensive and takes about an hour on my Toshiba laptop with a dual-core Intel Core i7 CPU with hyper-threading, 12 GB RAM, and an SSD. 2. The build results are stored in the /var/tmp/build-root tree. These files can occupy a lot of disc space, particularly when one builds several flavors. To keep from running out of space on the / partition, I mount /var/tmp on a separate partition. At present, I have used about 43 GiB in that partition. 3. Special flavors: When a new kernel is released, there may be several API changes that affect builds of the kernel modules used by VirtualBox. In Factory, the project that contains the latest kernels is "Kernel-HEAD-standard". To run a test build with this kernel, use the command "osc build Kernel-HEAD-standard". When switching between kernel projects, use of the "--clean" switch is advised, otherwise strange "missing library" messages will result. 4. On occasion, there may be breakage in the build when there is an update with python or Qt. Use the "--alternative-project=<xxx>" switch to force usage of the revised component. C. Steps to take with a new release: 1. When Orable releases a new version, you will need to download then new tarball from https://download.virtualbox.org/virtualbox/. While downloading the file, I also get the new UserManual.pdf. 2. openSUSE makes some changes to the tarball by running the command bash ./virtualbox-patch-source.sh <name of tarball just downloaded> This command unpacks the tar file, makes some modifications to the source, and recreates the tar file with "patched" in its name. Any further modifications are made by patches that are applied during the build process. Do NOT make any further changes to the tar file. 3. Edit the "Version" line near the start of virtualbox.spec to select the new version. 4. Use "osc rm <old version>" and "osc add <new version>" to get the new file into osc. The local build will work without these changes, but the remote operations will fail.`