Hello community, here is the log from the commit of package virtualbox for openSUSE:Factory checked in at 2020-07-17 20:46:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/virtualbox (Old) and /work/SRC/openSUSE:Factory/.virtualbox.new.3592 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "virtualbox" Fri Jul 17 20:46:56 2020 rev:202 rq:821172 version:6.1.12 Changes: -------- --- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes 2020-07-14 07:45:04.831032359 +0200 +++ /work/SRC/openSUSE:Factory/.virtualbox.new.3592/virtualbox.changes 2020-07-17 20:47:52.604733382 +0200 @@ -1,0 +2,37 @@ +Wed Jul 15 18:52:28 UTC 2020 - Larry Finger <[email protected]> + +- Version bump to 6.1.12 (released July 14 2020 by Oracle) + + This is a maintenance release. The following items were fixed and/or added: + + File "turn_off_cloud_net.patch" added. + Fixes for CVE-2020-14628, CVE-2020-14646, CVE-2020-14647, CVE-2020-14649 + CVE-2020-14713, CVE-2020-14674, CVE-2020-14675, CVE-2020-14676 + CVE-2020-14677, CVE-2020-14699, CVE-2020-14711, CVE-2020-14629 + CVE-2020-14703, CVE-2020-14704, CVE-2020-14648, CVE-2020-14650 + CVE-2020-14673, CVE-2020-14694, CVE-2020-14695, CVE-2020-14698 + CVE-2020-14700, CVE-2020-14712, CVE-2020-14707, CVE-2020-14714 + CVE-2020-14715 bsc#1174159. + + UI: Fixes for Log-Viewer search-backward icon + Devices: Fixes and improvements for the BusLogic SCSI controller emulation + Serial Port: Regression fixes in FIFO data handling + Oracle Cloud Infrastructure integration: Experimental new type of network attachment, allowing local VM to act as if it was run in cloud + API: improved resource management in the guest control functionality + VBoxManage: fixed command option parsing for the "snapshot edit" sub-command + VBoxManage: Fix crash of 'VBoxManage internalcommands repairhd' when processing invalid input (bug #19579) + Guest Additions, 3D: New experimental GLX graphics output + Guest Additions, 3D: Fixed releasing texture objects, which could cause guest crashes + Guest Additions: Fixed writes to a file on a shared folder not being reflected on the host when the file is mmap'ed and the used Linux kernel is between version 4.10.0 and 4.11.x + Guest Additions: Fixed the shared folder driver on 32bit Windows 8 and newer returning an error when flushing writes to a file which is mapped into memory under rare circumstances + Guest Additions: Improve resize coverage for VMSVGA graphics controller + Guest Additions: Fix issues detecting guest additions ISO at runtime + Guest Additions: Fixed German translation encoding for Windows GA installer + +------------------------------------------------------------------- +Tue Jul 14 10:37:53 UTC 2020 - Callum Farmer <[email protected]> + +- More fixes for %_libexecdir changing to /usr/libexec(bsc#1174075) + - Previous fixes accidentally removed from changelog after conflict + +------------------------------------------------------------------- Old: ---- VirtualBox-6.1.10-patched.tar.bz2 New: ---- VirtualBox-6.1.12-patched.tar.bz2 turn_off_cloud_net.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ virtualbox.spec ++++++ --- /var/tmp/diff_new_pack.WtSO6y/_old 2020-07-17 20:47:55.232736183 +0200 +++ /var/tmp/diff_new_pack.WtSO6y/_new 2020-07-17 20:47:55.236736187 +0200 @@ -66,7 +66,7 @@ # ********* If the VB version exceeds 6.1.x, notify the libvirt maintainer!! Name: virtualbox%{?dash}%{?name_suffix} -Version: 6.1.10 +Version: 6.1.12 Release: 0 Summary: %{package_summary} License: GPL-2.0-or-later @@ -147,6 +147,8 @@ Patch112: modify_for_4_8_bo_move.patch # Remove all mention of _smp_mflags Patch113: vbox_remove_smp_mflags.patch +# Disable experimental and incomplete CLOUD_NET +Patch114: turn_off_cloud_net.patch # Fix for missing include needed for server 1.19 Patch116: Fix_for_server_1.19.patch # Fix invalid use of internal headers @@ -285,7 +287,7 @@ ### Requirements for virtualbox-kmp ### %if %{kmp_package} BuildRequires: libxml2-devel -%(sed -e '/^Provides: multiversion(kernel)/d' %{_libexecdir}/rpm/kernel-module-subpackage > %{_builddir}/virtualbox-kmp-template) +%(sed -e '/^Provides: multiversion(kernel)/d' %{_prefix}/lib/rpm/kernel-module-subpackage > %{_builddir}/virtualbox-kmp-template) %kernel_module_package -t %{_builddir}/virtualbox-kmp-template -p %{SOURCE7} -n virtualbox -f %{SOURCE5} -x kdump um xen pae xenpae pv Obsoletes: virtualbox-guest-kmp Obsoletes: virtualbox-host-kmp @@ -475,6 +477,7 @@ %patch111 -p1 %patch112 -p1 %patch113 -p1 +%patch114 -p1 %patch116 -p1 %patch118 -p1 %patch120 -p1 ++++++ UserManual.pdf ++++++ (binary differes) ++++++ VirtualBox-6.1.10-patched.tar.bz2 -> VirtualBox-6.1.12-patched.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/virtualbox/VirtualBox-6.1.10-patched.tar.bz2 /work/SRC/openSUSE:Factory/.virtualbox.new.3592/VirtualBox-6.1.12-patched.tar.bz2 differ: char 11, line 1 ++++++ fix-missing-includes-with-qt-5.15.patch ++++++ --- /var/tmp/diff_new_pack.WtSO6y/_old 2020-07-17 20:47:55.388736349 +0200 +++ /var/tmp/diff_new_pack.WtSO6y/_new 2020-07-17 20:47:55.388736349 +0200 @@ -1,40 +1,20 @@ -Index: VirtualBox-6.1.4/src/VBox/Frontends/VirtualBox/src/globals/UIImageTools.cpp +Index: VirtualBox-6.1.12/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupBox.cpp =================================================================== ---- VirtualBox-6.1.4.orig/src/VBox/Frontends/VirtualBox/src/globals/UIImageTools.cpp -+++ VirtualBox-6.1.4/src/VBox/Frontends/VirtualBox/src/globals/UIImageTools.cpp -@@ -17,6 +17,7 @@ - +--- VirtualBox-6.1.12.orig/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupBox.cpp ++++ VirtualBox-6.1.12/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupBox.cpp +@@ -18,6 +18,7 @@ /* Qt includes: */ - #include <QPainter> -+#include <QPainterPath> - - /* GUI include */ - #include "UIImageTools.h" -Index: VirtualBox-6.1.4/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupBox.cpp -=================================================================== ---- VirtualBox-6.1.4.orig/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupBox.cpp -+++ VirtualBox-6.1.4/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupBox.cpp -@@ -19,6 +19,7 @@ #include <QApplication> #include <QLabel> - #include <QPainter> +#include <QPainterPath> #include <QPaintEvent> #include <QStyle> #include <QVBoxLayout> -Index: VirtualBox-6.1.4/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupBox.h +Index: VirtualBox-6.1.12/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupBox.h =================================================================== ---- VirtualBox-6.1.4.orig/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupBox.h -+++ VirtualBox-6.1.4/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupBox.h -@@ -24,6 +24,7 @@ - /* Qt includes: */ - #include <QIcon> - #include <QWidget> -+#include <QPainterPath> - - /* GUI includes: */ - #include "UILibraryDefs.h" -@@ -34,7 +35,6 @@ class QIcon; +--- VirtualBox-6.1.12.orig/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupBox.h ++++ VirtualBox-6.1.12/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupBox.h +@@ -37,7 +37,6 @@ class QIcon; class QLabel; class QMouseEvent; class QObject; @@ -42,27 +22,3 @@ class QPaintEvent; class QResizeEvent; class QString; -Index: VirtualBox-6.1.4/src/VBox/Frontends/VirtualBox/src/widgets/UIMiniToolBar.cpp -=================================================================== ---- VirtualBox-6.1.4.orig/src/VBox/Frontends/VirtualBox/src/widgets/UIMiniToolBar.cpp -+++ VirtualBox-6.1.4/src/VBox/Frontends/VirtualBox/src/widgets/UIMiniToolBar.cpp -@@ -21,6 +21,7 @@ - #include <QMenu> - #include <QMoveEvent> - #include <QPainter> -+#include <QPainterPath> - #include <QStateMachine> - #include <QStyle> - #include <QTimer> -Index: VirtualBox-6.1.4/src/VBox/Frontends/VirtualBox/src/widgets/UIMenuToolBar.cpp -=================================================================== ---- VirtualBox-6.1.4.orig/src/VBox/Frontends/VirtualBox/src/widgets/UIMenuToolBar.cpp -+++ VirtualBox-6.1.4/src/VBox/Frontends/VirtualBox/src/widgets/UIMenuToolBar.cpp -@@ -19,6 +19,7 @@ - #include <QApplication> - #include <QHBoxLayout> - #include <QPainter> -+#include <QPainterPath> - #include <QStyle> - #include <QToolButton> - ++++++ turn_off_cloud_net.patch ++++++ Index: VirtualBox-6.1.12/Config.kmk =================================================================== --- VirtualBox-6.1.12.orig/Config.kmk +++ VirtualBox-6.1.12/Config.kmk @@ -802,7 +802,7 @@ endif # Use new VBoxNetDhcpd instead of old VBoxNetDHCP VBOX_WITH_DHCPD = 1 # Experimental suport for cloud network integration -VBOX_WITH_CLOUD_NET = 1 +#VBOX_WITH_CLOUD_NET = 1 ## @}
