Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory 
checked in at 2018-01-16 09:38:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virtualbox (Old)
 and      /work/SRC/openSUSE:Factory/.virtualbox.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virtualbox"

Tue Jan 16 09:38:04 2018 rev:153 rq:563907 version:5.2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes    2018-01-09 
14:35:52.272539848 +0100
+++ /work/SRC/openSUSE:Factory/.virtualbox.new/virtualbox.changes       
2018-01-16 09:38:06.197673695 +0100
@@ -1,0 +2,5 @@
+Fri Jan 12 17:13:07 UTC 2018 - [email protected]
+
+- Updated file "fixes_for_leap15.patch" for new source.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ virtualbox.spec ++++++
--- /var/tmp/diff_new_pack.th5fKJ/_old  2018-01-16 09:38:08.985543200 +0100
+++ /var/tmp/diff_new_pack.th5fKJ/_new  2018-01-16 09:38:08.989543012 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package virtualbox
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,6 +27,7 @@
 %define _vbox_instdir  %{_libexecdir}/virtualbox
 %define _udevrulesdir %{_sysconfdir}/udev/rules.d
 Name:           virtualbox
+# ********* If the VB version exceeds 5.2.x, notify the libvirt maintainer!!
 Version:        5.2.4
 Release:        0
 Summary:        VirtualBox is an Emulator

++++++ fixes_for_leap15.patch ++++++
--- /var/tmp/diff_new_pack.th5fKJ/_old  2018-01-16 09:38:09.057539830 +0100
+++ /var/tmp/diff_new_pack.th5fKJ/_new  2018-01-16 09:38:09.061539642 +0100
@@ -1,7 +1,7 @@
-Index: VirtualBox-5.1.30/src/VBox/Runtime/r0drv/linux/waitqueue-r0drv-linux.h
+Index: VirtualBox-5.2.4/src/VBox/Runtime/r0drv/linux/waitqueue-r0drv-linux.h
 ===================================================================
---- VirtualBox-5.1.30.orig/src/VBox/Runtime/r0drv/linux/waitqueue-r0drv-linux.h
-+++ VirtualBox-5.1.30/src/VBox/Runtime/r0drv/linux/waitqueue-r0drv-linux.h
+--- VirtualBox-5.2.4.orig/src/VBox/Runtime/r0drv/linux/waitqueue-r0drv-linux.h
++++ VirtualBox-5.2.4/src/VBox/Runtime/r0drv/linux/waitqueue-r0drv-linux.h
 @@ -46,7 +46,7 @@
  typedef struct RTR0SEMLNXWAIT
  {
@@ -11,12 +11,12 @@
      wait_queue_entry_t WaitQE;
  #else
      wait_queue_t    WaitQE;
-Index: 
VirtualBox-5.1.30/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
+Index: 
VirtualBox-5.2.4/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
 ===================================================================
---- 
VirtualBox-5.1.30.orig/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
-+++ VirtualBox-5.1.30/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
-@@ -130,6 +130,10 @@ typedef struct VBOXNETFLTNOTIFIER *PVBOX
- #define SKB_GSO_UDP   0
+--- 
VirtualBox-5.2.4.orig/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
++++ VirtualBox-5.2.4/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
+@@ -150,6 +150,10 @@ typedef struct VBOXNETFLTNOTIFIER *PVBOX
+ # endif
  #endif
  
 +# if 1
@@ -26,12 +26,3 @@
  #if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 20, 0)
  # define VBOX_HAVE_SKB_VLAN
  #else
-@@ -726,7 +730,7 @@ static struct sk_buff *vboxNetFltLinuxSk
-         case PDMNETWORKGSOTYPE_IPV4_TCP:
-             fGsoType = SKB_GSO_TCPV4;
-             break;
--# if LINUX_VERSION_CODE < KERNEL_VERSION(4, 14, 0)
-+# if 1
-         case PDMNETWORKGSOTYPE_IPV4_UDP:
-             fGsoType = SKB_GSO_UDP;
-             break;



Reply via email to