Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory 
checked in at 2022-01-23 12:15:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virtualbox (Old)
 and      /work/SRC/openSUSE:Factory/.virtualbox.new.1938 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virtualbox"

Sun Jan 23 12:15:04 2022 rev:231 rq:947766 version:6.1.32

Changes:
--------
--- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes    2022-01-03 
10:49:11.511575219 +0100
+++ /work/SRC/openSUSE:Factory/.virtualbox.new.1938/virtualbox.changes  
2022-01-23 12:15:10.716672227 +0100
@@ -1,0 +2,31 @@
+Thu Jan 20 17:19:56 UTC 2022 - Larry Finger <larry.fin...@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.fin...@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.
+
+-------------------------------------------------------------------

Old:
----
  VirtualBox-6.1.30-patched.tar.bz2

New:
----
  VirtualBox-6.1.32-patched.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ virtualbox.spec ++++++
--- /var/tmp/diff_new_pack.IhIrBb/_old  2022-01-23 12:15:13.536653379 +0100
+++ /var/tmp/diff_new_pack.IhIrBb/_new  2022-01-23 12:15:13.540653352 +0100
@@ -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 @@
 %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 @@
 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 @@
 %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 @@
 %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 @@
 %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 @@
 %description guest-tools
 VirtualBox guest addition tools.
 
-###########################################
 
+
+
+
+
+
+
+
+
+
+
+
+
+###########################################
 %package -n python3-%{name}
 Summary:        Python bindings for %{name}
 Group:          Development/Libraries/Python
@@ -384,8 +445,20 @@
 %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 @@
 %description devel
 Development file for %{name}
 
-###########################################
 
+
+
+
+
+
+
+
+
+
+
+
+
+###########################################
 %package host-source
 Summary:        Source files for %{name} host kernel modules
 Group:          Development/Sources
@@ -429,8 +514,20 @@
 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 @@
 %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/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

++++++ UserManual.pdf ++++++
(binary differes)

++++++ VirtualBox-6.1.30-patched.tar.bz2 -> VirtualBox-6.1.32-patched.tar.bz2 
++++++
/work/SRC/openSUSE:Factory/virtualbox/VirtualBox-6.1.30-patched.tar.bz2 
/work/SRC/openSUSE:Factory/.virtualbox.new.1938/VirtualBox-6.1.32-patched.tar.bz2
 differ: char 11, line 1

Reply via email to