forked from pool/virtualbox
41af935351
Fixes for the following vulnerabilities (bsc#1076372) CVE-2018-2694, CVE-2018-2698, CVE-2018-2685, CVE-2018-2686, CVE-2018-2687, CVE-2018-2688 CVE-2018-2689, CVE-2018-2690, CVE-2018-2676, CVE-2018-2693, CVE-2017-5715 This is a maintenance release. The following items were fixed and/or added: GUI: fixed occasional screen corruption when host screen resolutio n is changed User interface: increase proposed disk size when creating new VMs for Windows 7 and newer User interface: various improvements for high resolution screens VMM: Fixed problems using 256MB VRAM in raw-mode VMs Audio: implemented support for audio playback and recording for macOS guests Audio: further timing improvements for Windows 10 guests Linux hosts: fixed problem accessing mini-toolbar under XFCE (bug #17280, contributed by Dusan Gallo) OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=397
29 lines
1.1 KiB
Diff
29 lines
1.1 KiB
Diff
Index: VirtualBox-5.2.6/src/VBox/Runtime/r0drv/linux/waitqueue-r0drv-linux.h
|
|
===================================================================
|
|
--- VirtualBox-5.2.6.orig/src/VBox/Runtime/r0drv/linux/waitqueue-r0drv-linux.h
|
|
+++ VirtualBox-5.2.6/src/VBox/Runtime/r0drv/linux/waitqueue-r0drv-linux.h
|
|
@@ -46,7 +46,7 @@
|
|
typedef struct RTR0SEMLNXWAIT
|
|
{
|
|
/** The wait queue entry. */
|
|
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 13, 0)
|
|
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 12, 0)
|
|
wait_queue_entry_t WaitQE;
|
|
#else
|
|
wait_queue_t WaitQE;
|
|
Index: VirtualBox-5.2.6/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
|
|
===================================================================
|
|
--- VirtualBox-5.2.6.orig/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
|
|
+++ VirtualBox-5.2.6/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
|
|
@@ -150,6 +150,10 @@ typedef struct VBOXNETFLTNOTIFIER *PVBOX
|
|
# endif
|
|
#endif
|
|
|
|
+# if 1
|
|
+#define SKB_GSO_UDP 0
|
|
+#endif
|
|
+
|
|
#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 20, 0)
|
|
# define VBOX_HAVE_SKB_VLAN
|
|
#else
|