Packages changed:
  busybox-links
  drbd (9.0.25~0+git.bd41626d -> 9.0.26~0+git.9114a038)
  kcm5-fcitx
  libressl (3.2.2 -> 3.2.3)
  lightdm
  mdevctl (0.61 -> 0.78)
  openldap2 (2.4.55 -> 2.4.56)
  perl-Mojolicious (8.66 -> 8.67)
  polkit-default-privs (1550+20201119.2c1dce4 -> 1550+20201208.135bf51)
  postgresql13
  qemu (5.1.0 -> 5.2.0)
  remmina (1.4.9 -> 1.4.10)
  rubygem-autoprefixer-rails (10.0.1.3 -> 10.1.0.0)
  rubygem-erubi (1.9.0 -> 1.10.0)
  rubygem-loofah (2.7.0 -> 2.8.0)
  rubygem-passenger (6.0.6 -> 6.0.7)
  rubygem-puma (5.0.4 -> 5.1.1)
  rubygem-tzinfo (2.0.2 -> 2.0.3)
  rubygem-zeitwerk (2.4.1 -> 2.4.2)
  scim
  supermin (5.1.20 -> 5.2.0)
  virtualbox (6.1.14 -> 6.1.16)
  virtualbox-kmp (6.1.14_k5.9.12_1 -> 6.1.16_k5.9.12_1)
  xdm
  yast2-network (4.3.30 -> 4.3.31)

=== Details ===

==== busybox-links ====
Subpackages: busybox-coreutils busybox-findutils busybox-gawk busybox-grep busybox-gzip busybox-patch busybox-psmisc busybox-sed busybox-sendmail busybox-tar busybox-xz

- busybox-adduser needs "nogroup" for system accounts, which have
  no group specified.

==== drbd ====
Version update (9.0.25~0+git.bd41626d -> 9.0.26~0+git.9114a038)
Subpackages: drbd-kmp-default

- bsc#1179708, compat to kernel v5.10
- Add patch compat_get_fs.patch
  Add patch remove_bdi_cap_stable_writes.patch
- Update to 9.0.26
  * fix a case of a disk unexpectedly becoming Outdated by moving the
  exchange of the initial packets into the body of the two-phase-commit
  that happens at a connect
  * fix adding of new volumes to resources with a primary node
  * reliably detect split brain situation on both nodes
  * fix an unexpected occurrence of NetworkFailure state in a tight
  drbdsetup disconnect; drbdsetup connect sequence
  * fix online verify to return to Established from VerifyS if the VerifyT node
  was temporarily Inconsistent during the run
  * fix a corner case where a node ends up Outdated after the crash and rejoin
  of a primary node
  * implement 'blockdev --setro' in DRBD
  * following upstream changes to DRBD up to Linux 5.9 and ensure
  compatibility with Linux 5.8 and 5.9
  * fix a crash if during resync a discard operation fails on the
  resync-target node
  * fix online verify to not clamp disk states to UpToDate
  * fix promoting resync-target nodes; the problem was that it could modify
  the bitmap of an ongoing resync; which leads to alarming log messages
  * pause a resync if the sync-source node becomes inconsistent; an example
  is a cascading resync where the upstream resync aborts and leaves the
  sync-source node for the downstream resync with an inconsistent disk;
  note, the node at the end of the chain could still have an outdated disk
  (better than inconsistent)
  * allow force primary on a sync-target node by breaking the resync
  * minor fixes to the compat tests
  * fix for writes not getting mirrored over a connection while the primary
  transitions through the WFBitMapS state
  * completed missing logic of the new two-phase-commit based connect process;
  avoid connecting partitions with a primary in each; ensure consistent
  decisions if the connect attempt will be retried
- Add patch compat-test-header.patch
  Add patch submit-bio-private-date.patch
- Remove patch rely-on-sb-handlers.patch (187bddac0)
  Remove patch fix-err-of-wrong-return-type.patch (969310232)
  Remove patch compat_remove_pgprot_88dca4c.patch (ee025dc84)
  Remove patch compat_generic_make_request.patch (8615d6837)
  Remove patch blk_alloc_queue_make_request.patch (edaa9b0f/fb59b40e)
  Remove patch remove_congested_fn_congested_data.patch (34484003/9b80d46b)
- Modify patch compat_remove_kernel_setsockopt.patch (518846b54)
  Modify patch compat_blk_queue_stack_limits.patch (edaa9b0f2)

==== kcm5-fcitx ====
Subpackages: kf5-kcm-fcitx kf5-kcm-fcitx-icons

- fix-building-with-qt-5.12.patch does not work as it said, it should
  detect Qt version by itself
- Add patch to build with Qt 5.12 which doesn't have
  QList::swapItemsAt. The patch is only applied if Qt < 5.13 is being
  used to build the package.
  * fix-building-with-qt-5.12.patch

==== libressl ====
Version update (3.2.2 -> 3.2.3)
Subpackages: libcrypto46 libssl48 libtls20

- Update to release 3.2.3
  * Fixed: Malformed ASN.1 in a certificate revocation list or a
    timestamp response token could lead to a NULL pointer
    dereference.

==== lightdm ====
Subpackages: liblightdm-gobject-1-0 lightdm-lang

- Only build the qt4 subpackage up to Leap 15.2 / SLE 15 SP2
  (boo#1179613)

==== mdevctl ====
Version update (0.61 -> 0.78)

- Update to version 0.78:
  * Automatic version commit for tag 0.78
  * use standard bash path
  * avoid other tags spilling into the .spec changelog
  * mdevctl: fix cleanup on error when creating and removing mdev
  * version support
  * Fix attributes getting applied via start-parent-mdevs
  * mdevctl: fix cleanup on error when writing to attribute
  * Remove never used 'available' option
  * Fix attribute validation
  jsc#SLE-15861, bsc#1179770

==== openldap2 ====
Version update (2.4.55 -> 2.4.56)
Subpackages: libldap-2_4-2 libldap-2_4-2-32bit libldap-data openldap2-client

- updated to 2.4.56
  OpenLDAP 2.4.56 Release (2020/11/10)
  Fixed slapd to remove assert in certificateListValidate (ITS#9383)
  Fixed slapd to remove assert in csnNormalize23 (ITS#9384)
  Fixed slapd to better parse ldapi listener URIs (ITS#9379)

==== perl-Mojolicious ====
Version update (8.66 -> 8.67)

- updated to 8.67
  see /usr/share/doc/packages/perl-Mojolicious/Changes
  8.67  2020-12-04
  - Deprecated Mojolicious::Routes::Route::route in favor of Mojolicious::Routes::Route::any.
  - Deprecated Mojolicious::Routes::Route::over in favor of Mojolicious::Routes::Route::requires.
  - Deprecated Mojolicious::Routes::Route::via in favor of Mojolicious::Routes::Route::methods.
  - Deprecated Mojolicious::Routes::Route::detour.
  - Added methods and requires methods to Mojolicious::Routes::Route.
  - Improved Mojolicious::Commands to throw an exception for invalid commands.

==== polkit-default-privs ====
Version update (1550+20201119.2c1dce4 -> 1550+20201208.135bf51)

- Update to version 1550+20201208.135bf51:
  * libvirt: allow the active session to create read-only connections (bsc#1179126)
  * profiles: cleanup outdates keep_always entries

==== postgresql13 ====
Subpackages: libpq5 postgresql13-contrib postgresql13-docs postgresql13-llvmjit postgresql13-server

- bsc#1178961: %ghost the symlinks to pg_config and ecpg.
- boo#1179765: BuildRequire libpq5 and libecpg6 when not building
  them to avoid dangling symlinks in the devel package.

==== qemu ====
Version update (5.1.0 -> 5.2.0)
Subpackages: qemu-arm qemu-block-curl qemu-block-dmg qemu-block-gluster qemu-block-iscsi qemu-block-nfs qemu-block-rbd qemu-block-ssh qemu-chardev-baum qemu-guest-agent qemu-hw-display-qxl qemu-hw-usb-redirect qemu-hw-usb-smartcard qemu-ipxe qemu-ksm qemu-kvm qemu-lang qemu-microvm qemu-ppc qemu-seabios qemu-sgabios qemu-skiboot qemu-tools qemu-ui-curses qemu-ui-gtk qemu-ui-spice-app qemu-vgabios qemu-vhost-user-gpu qemu-x86

- Update to v5.2.0: See http://wiki.qemu.org/ChangeLog/5.2
  Take note that ongoing feature deprecation is tracked at both
  http://wiki.qemu-project.org/Features/LegacyRemoval and in
  the deprecated.html file installed with the qemu package
  Some noteworthy changes:
  * Dropped system emulators: qemu-system-lm32, qemu-system-unicore32
  * Dropped linux user emulator: qemu-ppc64abi32
  * Added linux user emulator: qemu-extensaeb
  * Unicore32 and lm32 guest support dropped
  * New sub-packages (most due to ongoing modularization of QEMU):
  qemu-audio-spice, qemu-hw-chardev-spice, qemu-hw-display-virtio-vga,
  qemu-hw-display-virtio-gpu, qemu-hw-display-virtio-gpu-pci,
  qemu-ui-spice-core, qemu-ui-opengl, qemu-ivshmem-tools
  * x86: A new KVM feature which improves the handling of asynchronous page
  faults is available with -cpu ...,kvm-async-pf-int (requires Linux 5.8)
  * s390: More instructions emulated under TCG
  * PowerPC: nvdimm= machine option now functions correctly; misc improvements
  * ARM: new boards: mps2-an386 (Cortex-M4 based) and mps2-an500
  (Cortex-M7 based),  raspi3ap (the Pi 3 model A+), raspi0 (the Pi Zero)
  and raspi1ap (the Pi A+)
  * RISC-V: OpenSBI v0.8 included by default; Generic OpenSBI platform used
  when no -bios argument is supplied; Support for NUMA sockets on Virt
  and Spike Machines; Support for migrating machines; misc improvements
  * Misc NVMe improvements
  * The 'vhost-user-blk' export type has been added, allowing
  qemu-storage-daemon to act as a vhost-user-blk device backend
  * The SMBIOS OEM strings can now come from a file
  * 9pfs - misc performance related improvements
  * virtiofs - misc improvements
  * migration: The default migration bandwidth has been increased to 1Gbps
  (users are still encouraged to tune it to their own hardware); The new
  'calc-dirty-rate' and 'query-dirty-rate' QMP commands can help determine
  the likelihood of precopy migration success; TLS+multifd now supported
  for higher bandwidth encrypted migration; misc minor features added
  * Misc minor block features added
  * Misc doc improvements
  * qemu-microvm subpackage change: the bios-microvm.bin is now SeaBIOS based,
  and the qboot based on is now qboot.rom
  * elf2dmp is no longer part of qemu-tools (it was never intended to be
  a packaged binary)
  * Some subpackages which were 'Requires' are now 'Recommends', allowing for
  a smaller qemu packaging footprint if needed
  * Patches dropped (included in release tarball, unless otherwise noted):
  docs-fix-trace-docs-build-with-sphinx-3..patch (fixed differently)
  hw-hyperv-vmbus-Fix-32bit-compilation.patch
  linux-user-properly-test-for-infinite-ti.patch
  Switch-order-of-libraries-for-mpath-supp.patch (fixed differently)
  Conditionalize-ui-bitmap-installation-be.patch (fixed differently)
  hw-usb-hcd-xhci-Fix-GCC-9-build-warning.patch (no longer using gcc9)
  hw-usb-dev-mtp-Fix-GCC-9-build-warning.patch (no longer using gcc9)
  roms-Makefile-enable-cross-compile-for-b.patch (fixed with different patch)
  libvhost-user-handle-endianness-as-manda.patch
  virtio-add-vhost-user-fs-ccw-device.patch
  Fix-s-directive-argument-is-null-error.patch
  build-Workaround-compilation-error-with-.patch
  build-Be-explicit-about-fcommon-compiler.patch
  intel-Avoid-spurious-compiler-warning-on.patch
  golan-Add-explicit-type-casts-for-nodnic.patch
  Do-not-apply-WORKAROUND_CFLAGS-for-host-.patch
  ensure-headers-included-are-compatible-w.patch
  Enable-cross-compile-prefix-for-C-compil.patch (fixed differently)
  hw-net-net_tx_pkt-fix-assertion-failure-.patch
  hw-net-xgmac-Fix-buffer-overflow-in-xgma.patch
  s390x-protvirt-allow-to-IPL-secure-guest.patch
  usb-fix-setup_len-init-CVE-2020-14364.patch
  * Patches added:
  meson-install-ivshmem-client-and-ivshmem.patch
  Revert-roms-efirom-tests-uefi-test-tools.patch
  Makefile-Don-t-check-pc-bios-as-pre-requ.patch
  roms-Makefile-add-cross-file-to-qboot-me.patch
  qboot-add-cross.ini-file-to-handle-aarch.patch
  usb-Help-compiler-out-to-avoid-a-warning.patch
- In spec file, where reasonable, switch BuildRequires: XXX-devel
  to be pkgconfig(XXX') instead
- No longer disable link time optimization for qemu for x86. It looks like
  either the build service, qemu code changes and/or the switch to meson
  have resolved issues previously seen there. We still see problems for
  other architectures however.
- For the record, the following issues reported for SUSE SLE15-SP2
  are either fixed in this current package, or are otherwise no longer
  an issue: bsc#1172384 bsc#1174386 bsc#1174641 bsc#1174863 bsc#1175370
  bsc#1175441 bsc#1176494 CVE-2020-13361 CVE-2020-14364 CVE-2020-15863
  CVE-2020-16092 CVE-2020-24352
  and the following feature requests are satisfied by this package:
  jsc#SLE-13689 jsc#SEL-13780 jsc#SLE-13840
- To be more accurate, and to align with other qemu packaging
  practices, rename the qemu-s390 package to qemu-s390x. The old
  name (in the rpm namespace) is provided with a "Provides"
  directive, and an "Obsoletes" done against that name for prior
  qemu versions, as is standard practice (boo#1177764 jsc#SLE-17060)
- Take this opportunity to remove some ancient Split-Provides
  mechanisms which can't conceivably be needed any more:
  qemu-block-curl provided: qemu:%_libdir/%name/block-curl.so
  qemu-guest-agent provided: qemu:%_bindir/qemu-ga
  qemu-tools provided: qemu:%_libexecdir/qemu-bridge-helper
- Disable linux-user 'ls' test on 32 bit arm. It's failing with
  "Allocating guest commpage: Cannot allocate memory" error, which
  we should hunt down, but for now we don't want it to prevent the
  package from being built

==== remmina ====
Version update (1.4.9 -> 1.4.10)
Subpackages: remmina-lang remmina-plugin-rdp remmina-plugin-secret remmina-plugin-vnc remmina-plugin-xdmcp

- Update to release 1.4.10
  * Resolve "RDP Black Screen on connection" !2123 @antenore
  * Correctly importing and exporting audiocapturemode, closes #2349 !2124 @antenore
  * [RFC] rdp: add Use base credential for RD gateway authentication !2125 @Fantu
  * Resolve "Auto accept changes to fingerprints and auto accept certificates" !2126 @antenore
  * "Fingerprinters" corrected to "fingerprints". !2127 @kingu
  * Implementing network type option !2128 @antenore
  * Improving the terminal colour file picker !2129 @antenore
  * Resolve "[RDP] Since v1.4.9 Audio is no longer working" !2130 @antenore
  * New connection strings corrected !2131 @kingu
  * Correct location of Terminal colour scheme setting !2132 @kingu
  * Fixing pulseaudio LD_LIBRARY_PATH and staging PA libraries !2136 @antenore
  * [RFC][v2] RDP: Add Use base credential for RD gateway authentication !2135 @Fantu
  * fix incorrect name date log sessions ssh !2137 @acendrou
  * Resolve "Strange padding in main window" !2138 @antenore
  * Remove legacy rfx code !2139 @antenore
  * Resolve "RDP export features does not properly include gatewayhostname" !2140 @antenore
  * RDP log filters keep previous value across connections !2143 @antenore
  * [RFC][v2] RDP: Add Use base credential for RD gateway authentication !2135 @Fantu
  * Emit warning if libkf5wallet missing but required by -DWITH_KF5WALLET=ON !2144 @giox069
  * Do not activate performance optimisations based on network type unless explicitly requested. !2145 @antenore

==== rubygem-autoprefixer-rails ====
Version update (10.0.1.3 -> 10.1.0.0)

- updated to version 10.1.0.0
  * Fixed `Cannot read property 'proxyOf' of undefined` error (by Igor Kamyshev).
  * Added `dpcm` unit support to `min-resolution: 2dppx` (by Robert Eisele).
  * Fixed rational approximation in `min-resolution` (by Robert Eisele).

==== rubygem-erubi ====
Version update (1.9.0 -> 1.10.0)

- updated to version 1.10.0
  * Improve template parsing, mostly by reducing allocations (jeremyevans)
  * Do not ship tests in the gem, reducing gem size about 20% (jeremyevans)
  * Support :literal_prefix and :literal_postfix options for how to output literal tags (e.g. <%% code %>) (jaredcwhite) (#26, #27)

==== rubygem-loofah ====
Version update (2.7.0 -> 2.8.0)

- updated to version 2.8.0
  * Allow CSS properties `order`, `flex-direction`, `flex-grow`, `flex-wrap`, `flex-shrink`, `flex-flow`,
  `flex-basis`, `flex`, `justify-content`, `align-self`, `align-items`, and `align-content`.
  [[#197](https://github.com/flavorjones/loofah/issues/197)] (Thanks, [@miguelperez](https://github.com/miguelperez)!)

==== rubygem-passenger ====
Version update (6.0.6 -> 6.0.7)
Subpackages: ruby2.7-rubygem-passenger rubygem-passenger-apache2

- updated to version 6.0.7
  * Addresses regression introduced in 6.0.5 when attempting to establish database connection after fork and activerecord is not configured in the expected way. Closes GH-2281.
  * Addresses regression introduced in 5.1.5 where hook scripts would fail to run. As a result the PASSENGER_ERROR_PAGE and PASSENGER_CONFIG_MANIFEST env vars have been removed from the passenger hook script environment.
  * Match static rails assets on 8-digit content hash. Contributed by @mattozinga.
  * Allow skipping the Apache/Nginx sections of the `passenger-memory-stats` output, through the `--no-apache` and `--no-nginx` commandline options. Closes GH-2306. Contributed by Saverio Miroddi (@saveriomiroddi).
  * Fixes an issue where `passenger-memory-stats` would throw an error if a process went away while it was running. Closes GH-2305.
  * Fixes a formatting issue with apr-1 include flags on macOS.
  * Fixes a warning about BOOST_*_ENDIAN macros being deprecated by migrating to new suggested macros.
  * Fixes an occasional issue with the node loader where the startup handshake would fail to record progress.
  * Adds an option for specifying the address to bind ruby apps to, for sending requests directly to specific app instances:
  - Standalone: direct_instance_request_address
  - Nginx:      passenger_direct_instance_request_address
  - Apache:     PassengerDirectInstanceRequestAddress
  * Updated various library versions used in precompiled binaries (used for e.g. gem installs):
  - ccache: 4.0 (was: 3.7.10)
  - curl: 7.73.0 (was: 7.71.1)
  - git: 2.29.1 (was: 2.27.0)
  - gnupg: 2.2.23 (was: 2.2.21)
  - libgpg_error: 1.39 (was: 1.38)
  - ruby: 2.7.2 (was: 2.7.1)
  - libassuan 2.5.4 (was: 2.5.3)
  - libgcrypt 1.8.7 (was 1.8.6)
  - OpenSSL 1.1.1h (was 1.0.2u)
- added apache-rpm-macros and apache2-utils to gem2rpm.yml file
  (otherwise the dependencies are missing when generating the spec
  file again)
- use system apache rpm macros
- require apache2-utils for build (apachectl)

==== rubygem-puma ====
Version update (5.0.4 -> 5.1.1)

[#]# 5.1.1 / 2020-12-10
  * Bugfixes
  * Fix over eager matching against banned header names ([#2510])
  [#]# 5.1.0 / 2020-11-30
  * Features
  * Phased restart availability is now always logged, even if it is not available.
  * Prints the loaded configuration if the environment variable `PUMA_LOG_CONFIG` is present ([#2472])
  * Integrate with systemd's watchdog and notification features ([#2438])
  * Adds max_fast_inline as a configuration option for the Server object ([#2406])
  * You can now fork workers from worker 0 using SIGURG w/o fork_worker enabled [#2449]
  * Add option to bind to systemd activated sockets ([#2362])
  * Add compile option to change the `QUERY_STRING` max length ([#2485])
  * Bugfixes
  * Fix JRuby handling in Puma::DSL#ssl_bind ([#2489])
  * control_cli.rb - all normal output should be to @stdout ([#2487])
  * Catch 'Error in reactor loop escaped: mode not supported for this object: r' ([#2477])
  * Ignore Rails' reaper thread (and any thread marked forksafe) for warning ([#2475])
  * Ignore illegal (by Rack spec) response header ([#2439])
  * Close idle connections immediately on shutdown ([#2460])
  * Fix some instances of phased restart errors related to the `json` gem ([#2473])
  * Remove use of `json` gem to fix phased restart errors ([#2479])
  * Fix grouping regexp of ILLEGAL_HEADER_KEY_REGEX ([#2495])-

==== rubygem-tzinfo ====
Version update (2.0.2 -> 2.0.3)

- updated to version 2.0.3
  * Added support for handling "slim" format zoneinfo files that are produced by
    default by zic version 2020b and later. The POSIX-style TZ string is now used
    calculate DST transition times after the final defined transition in the file.
    [#120].
  * Fixed `TimeWithOffset#getlocal` returning a `TimeWithOffset` with the
    `timezone_offset` still assigned when called with an offset argument on JRuby
    9.3.
  * Rubinius is no longer supported.

==== rubygem-zeitwerk ====
Version update (2.4.1 -> 2.4.2)

- updated to version 2.4.2
  * Implements `Zeitwerk::Loader#on_load`, which allows you to configure blocks of code to be executed after a certain class or module have been loaded:
    ```ruby
    [#] config/environments/development.rb
    loader.on_load("SomeApiClient") do
    SomeApiClient.endpoint = "https://api.dev"
    [#] config/environments/production.rb
    loader.on_load("SomeApiClient") do
    SomeApiClient.endpoint = "https://api.prod"
    end
    ```
    See the [documentation](https://github.com/fxn/zeitwerk/blob/master/README.md#the-on_load-callback) for further details.

==== scim ====
Subpackages: scim-gtk scim-gtk-32bit scim-gtk3 scim-lang

- Do not build the qt4 subpackage for Leap 15.3 or newer
  (boo#1179613).

==== supermin ====
Version update (5.1.20 -> 5.2.0)

- update to 5.2.0:
  * rpm: extend the Multiple_matches exception
  * Use external command mv to rename old output directory (RHBZ#1670191).
  * rpm: do not unpack parameters
  * rpm: fix version comparison
  * rpm: provide a dummy supermin_rpm_get_arch implementation
  * ext2: Build symbolic links correctly (RHBZ#1770304).
  * Update gnulib to latest.
- switch to release tarball, use keyring for gpg validation
- run tests

==== virtualbox ====
Version update (6.1.14 -> 6.1.16)
Subpackages: virtualbox-guest-tools virtualbox-guest-x11

- Add vb-6.1.16-modal-dialog-parent.patch in order to solve the
  file selector dialog mouse control issues
- Fix build with RPM 4.16: Do not install files to buildroot during
  the build phase:
- Do not forcibly require systemd: systemd_ordering is sufficient.
- Add linux-5.10-r0drv-memobj-fix-r0.patch to fix build with kernel 5.10
- Add linux-5.10-address-space-fixes.patch to fix sharedfolders with 5.10
- Add linux-5.10-framebuffer-fixes.patch to fix framebuffer with 5.10
- Version bump to 6.1.16 (released October 16 2020 by Oracle)
  This is a maintenance release. The following items were fixed and/or added:
  File "fixes_for_5.9.patch" deleted - fixed upstream.
  VMM: Fixed random memory corruption and XMM register state corruption inside the VM when Hyper-V is used (bug #19695)
  VMM: Fixed VMSVGA 3D support with Linux guests when Hyper-V is used (bug #19884)
  GUI: Fixed some Qt related crashes on macOS Big Sur
  Oracle Cloud Infrastructure integration: Fixed network integration not working behind some proxies
  USB: Mask out remote wake capability to avoid unresponsive devices
  Audio: Fixed issues with audio playback after host goes to sleep (bug #18594)
  Serial: Keep transferring data if the status line monitoring fails
  Serial: Fixed blocking a re-connect when TCP mode is used (bug #19878)
  HPET: Fixed inability of guests to use the last timer
  VBoxManage: Fixed detection of system locale when running 'VBoxManage unattended install' without --locale (bug #19856)
  Linux host and guest: Support kernel version 5.9 (bug #19845)
  Linux guest: Workaround to improve resizing of 32-bit VMs with VMSVGA graphics controller, and do not try to use RandR version 1.3 due to bugs causing the X server to hang
  Linux guest: Fixed VBoxService crashing in the CPU hot-plug service under certain circumstances during a CPU hot-unplug event (bugs #19902 and #19903)
  Linux guest: Fixed Guest additions build for RHEL 8.3 beta (bug #19863)

==== virtualbox-kmp ====
Version update (6.1.14_k5.9.12_1 -> 6.1.16_k5.9.12_1)

- Add vb-6.1.16-modal-dialog-parent.patch in order to solve the
  file selector dialog mouse control issues
- Fix build with RPM 4.16: Do not install files to buildroot during
  the build phase:
- Do not forcibly require systemd: systemd_ordering is sufficient.
- Add linux-5.10-r0drv-memobj-fix-r0.patch to fix build with kernel 5.10
- Add linux-5.10-address-space-fixes.patch to fix sharedfolders with 5.10
- Add linux-5.10-framebuffer-fixes.patch to fix framebuffer with 5.10
- Version bump to 6.1.16 (released October 16 2020 by Oracle)
  This is a maintenance release. The following items were fixed and/or added:
  File "fixes_for_5.9.patch" deleted - fixed upstream.
  VMM: Fixed random memory corruption and XMM register state corruption inside the VM when Hyper-V is used (bug #19695)
  VMM: Fixed VMSVGA 3D support with Linux guests when Hyper-V is used (bug #19884)
  GUI: Fixed some Qt related crashes on macOS Big Sur
  Oracle Cloud Infrastructure integration: Fixed network integration not working behind some proxies
  USB: Mask out remote wake capability to avoid unresponsive devices
  Audio: Fixed issues with audio playback after host goes to sleep (bug #18594)
  Serial: Keep transferring data if the status line monitoring fails
  Serial: Fixed blocking a re-connect when TCP mode is used (bug #19878)
  HPET: Fixed inability of guests to use the last timer
  VBoxManage: Fixed detection of system locale when running 'VBoxManage unattended install' without --locale (bug #19856)
  Linux host and guest: Support kernel version 5.9 (bug #19845)
  Linux guest: Workaround to improve resizing of 32-bit VMs with VMSVGA graphics controller, and do not try to use RandR version 1.3 due to bugs causing the X server to hang
  Linux guest: Fixed VBoxService crashing in the CPU hot-plug service under certain circumstances during a CPU hot-unplug event (bugs #19902 and #19903)
  Linux guest: Fixed Guest additions build for RHEL 8.3 beta (bug #19863)

==== xdm ====
Subpackages: xdm-xsession

- fixed %postun for older releases than factory/TW (see change
  right below, which broke it)

==== yast2-network ====
Version update (4.3.30 -> 4.3.31)

- Clean the ifcfg file cached data before the connection
  configuration changes are written (bsc#1178950)
- 4.3.31