1
0
forked from pool/virtualbox

Accepting request 947766 from Virtualization

OBS-URL: https://build.opensuse.org/request/show/947766
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virtualbox?expand=0&rev=231
This commit is contained in:
Dominique Leuenberger 2022-01-23 11:15:04 +00:00 committed by Git OBS Bridge
commit 66ce9d0f17
5 changed files with 157 additions and 16 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:146b685a481888b3de307c518c11157aac946c23c13513d6b61cd898d1808f90
size 4985087
oid sha256:3c68d5ec7d75889a6e503bcbaf29468e20c308a2b51892d87ee31f4960501189
size 4987653

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1cf12f84aba63552f2e9c04b2ceb98d42966d234562912bc0c087f73777e8510
size 120861405

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c7333afd2ed1eb5eff5d213ec3281e2370a16219d3335c7f3666bb4d2f2aa993
size 120853001

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Thu Jan 20 17:19:56 UTC 2022 - Larry Finger <Larry.Finger@gmail.com>
- Version bump to 6.1.32 (released January 18 2022 by Oracle)
This is a maintenance release. The following items were fixed and/or added:
Fix for CVE-2022-21394 (boo#1194924)
VMM: Changed the guest RAM management when using Hyper-V to be more compatible with HVCI (bug #20627 and #20694)
VMM: Workaround for OS/2 guest unstability on newer AMD CPUs due to a missing TLB flush in OS/2 (bug #20625)
GUI: Fixed keyboard focus loss in rare circumstances when using the mini toolbar in fullscreen mode
Audio: Fixed accidental creation of empty debug log file when the OSS audio backend was configured
E1000: Fix link status reporting for certain Linux kernels (some Oracle Linux ones, probably more)
Unattended installation: Fixed regression introduced in 6.1.28, causing partitioning failure for Windows XP to 10 (bug #20769)
Linux host: Fix access to some USB devices, device class was not correctly handled (bug #20721)
Guest: Fixed wrong mouse position if guest is in text mode
Guest Control: Fixed folders copying from host to guest and from guest to host
Guest Control: Fixes for UNICODE handling
Shared Clipboard: Improved HTML content exchange between X11 and Windows guests and hosts
OS/2 Additions: Fixed some issues with extended attributes in the shared folders (bug #19453)
File "vboxclient-clipboard.service" was removed while the shared clipboard problem with Wayland is further investigated.
-------------------------------------------------------------------
Tue Jan 4 16:53:50 UTC 2022 - Larry Finger <Larry.Finger@gmail.com>
- Add libnotify-tools to build requirements for virtualbox-guest-x11 (boo#1194128)
Add service to start shared clipboard in Wayland sessions (boo#1194126). File "vboxclient-clipboard.service"
is added. Thanks to Andrei Borzenkov for providing this file.
-------------------------------------------------------------------
Thu Dec 30 17:53:07 UTC 2021 - Larry Finger <Larry.Finger@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -63,7 +63,7 @@ python3 -O -c "import sys, os, compileall; br='%{buildroot}'; compileall.compile
%endif
# ********* If the VB version exceeds 6.1.x, notify the libvirt maintainer!!
Name: virtualbox%{?dash}%{?name_suffix}
Version: 6.1.30
Version: 6.1.32
Release: 0
Summary: %{package_summary}
# FIXME: use correct group or remove it, see "https://en.opensuse.org/openSUSE:Package_group_guidelines"
@ -302,8 +302,20 @@ and others, and limited virtualization of macOS guests on Apple
hardware. VirtualBox is freely available as Open Source Software under
the terms of the GNU Public License (GPL).
##########################################
##########################################
%package qt
Summary: Qt GUI part for %{name}
Group: System/Emulators/PC
@ -320,8 +332,20 @@ Obsoletes: %{name}-ose-qt < %{version}
%description qt
This package contains the code for the GUI used to control VMs.
#########################################
#########################################
%package websrv
Summary: WebService GUI part for %{name}
Group: System/Emulators/PC
@ -332,12 +356,25 @@ Obsoletes: %{name}-vboxwebsrv < %{version}
%description websrv
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
Requires: %{name}-kmp = %{version}
Requires: libnotify-tools
Supplements: modalias(xorg-x11-server:pci:v000080EEd0000CAFEsv*sd*bc*sc*i*)
#rename from xorg-x11-driver-virtualbox-ose:
Provides: xorg-x11-driver-virtualbox-ose = %{version}
@ -346,8 +383,20 @@ Obsoletes: xorg-x11-driver-virtualbox-ose < %{version}
%description guest-x11
This package contains X11 guest utilities and X11 guest mouse and video drivers
###########################################
###########################################
%package guest-tools
Summary: VirtualBox guest tools
Group: System/Emulators/PC
@ -365,8 +414,20 @@ Requires(pre): net-tools-deprecated
%description guest-tools
VirtualBox guest addition tools.
###########################################
###########################################
%package -n python3-%{name}
Summary: Python bindings for %{name}
Group: Development/Libraries/Python
@ -384,8 +445,20 @@ Obsoletes: python3-%{name}-ose < %{version}
%description -n python3-%{name}
Python XPCOM bindings to %{name}. Used e.g. by vboxgtk package.
###########################################
###########################################
%package devel
Summary: Devel files for %{name}
Group: Development/Libraries/Other
@ -398,8 +471,20 @@ Obsoletes: %{name}-ose-devel < %{version}
%description devel
Development file for %{name}
###########################################
###########################################
%package host-source
Summary: Source files for %{name} host kernel modules
Group: Development/Sources
@ -429,8 +514,20 @@ Source files for %{name} guest kernel modules
These can be built for custom kernels using
sudo %{_sbindir}/vboxguestconfig
###########################################
###########################################
%package guest-desktop-icons
Summary: Icons for guest desktop files
Group: System/Emulators/PC
@ -441,8 +538,20 @@ BuildArch: noarch
%description guest-desktop-icons
This package contains icons for guest desktop files that were created on the desktop.
###########################################
###########################################
%package vnc
Summary: VNC desktop sharing
Group: System/Emulators/PC
@ -631,6 +740,7 @@ install -m 755 out/linux.*/release/bin/additions/VBoxControl %{buildroot}%{_bind
install -m 755 out/linux.*/release/bin/additions/VBoxService %{buildroot}%{_sbindir}/VBoxService
install -m 755 out/linux.*/release/bin/additions/mount.vboxsf %{buildroot}%{_sbindir}/mount.vboxsf
install -m 744 src/VBox/Additions/linux/installer/vboxadd-service.sh %{buildroot}%{_vbox_instdir}/vboxadd-service
install -d %{buildroot}%{_userunitdir}
# udev rule for guest (virtualbox-guest-tools)
install -m 644 %{SOURCE3} %{buildroot}%{_udevrulesdir}/60-vboxguest.rules
# /media is used for auto-mounting of shared folders