1
0
forked from pool/virtualbox
Larry Finger ee37db802f Accepting request 926822 from home:lwfinger:branches:Virtualization
- 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)

OBS-URL: https://build.opensuse.org/request/show/926822
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=621
2021-10-21 17:55:02 +00:00

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.`
Description
No description provided
Readme 293 MiB
Languages
Shell 100%