Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory 
checked in at 2018-12-03 10:05:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virtualbox (Old)
 and      /work/SRC/openSUSE:Factory/.virtualbox.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virtualbox"

Mon Dec  3 10:05:26 2018 rev:170 rq:652201 version:5.2.22

Changes:
--------
--- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes    2018-11-10 
16:50:35.276401265 +0100
+++ /work/SRC/openSUSE:Factory/.virtualbox.new.19453/virtualbox.changes 
2018-12-03 10:05:59.587951751 +0100
@@ -1,0 +2,30 @@
+Tue Nov 27 01:04:06 UTC 2018 - Larry Finger <[email protected]>
+
+- Fix the changes for kernel 4.20 API differences. The previous version 
compiled but had an error in logic.
+
+-------------------------------------------------------------------
+Fri Nov  9 19:30:20 UTC 2018 - Larry Finger <[email protected]>
+
+- Version bump to 5.2.22 (released November 09 2018 by Oracle)
+
+This is a maintenance release. The following items were fixed and/or added:
+
+Audio: fixed a regression in the Core Audio backend causing a hang when 
returning from host sleep when processing input buffers
+Audio: fixed a potential crash in the HDA emulation if a stream has no valid 
mixer sink attached -- thanks to Rink Springer (rink@…)
+Linux Additions: disable 3D for recent guests using Wayland (bug #18116)
+Linux Additions: fix for rebuilding kernel modules for new kernels on RPM 
guests
+Linux Additions: further fixes for Linux 4.19
+Linux Additions: fixed errors rebuilding initrd files with dracut on EL 6 (bug 
18055#)
+Linux Additions: fixed 5.2.20 regression: guests not remembering the screen 
size after shutdown and restart (bug #18078)
+
+Patch file "gcc8-configure.patch" removed. The issue is fixed upstream.
+Patch file "fixes_for_4.19.patch" removed. The issue is fixed upstream.
+Add file "change_default_net_adapter.patch" to set PCnet-FAST III as the 
default adapter. This helps with the vulnerability listed in bsc#1115041.
+-------------------------------------------------------------------
+Thu Nov  8 19:53:22 UTC 2018 - Larry Finger <[email protected]>
+
+- Update "fixes_for_4.20.patch" for one additional API change so that
+  Kernel_HEAD_standard will build.
+  The description of VB was modified as suggested by Jan Engelhardt.
+
+-------------------------------------------------------------------

Old:
----
  VirtualBox-5.2.20-patched.tar.bz2
  fixes_for_4.19.patch
  gcc8-configure.patch

New:
----
  VirtualBox-5.2.22-patched.tar.bz2
  change_default_net_adapter.patch

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

Other differences:
------------------
++++++ virtualbox.spec ++++++
--- /var/tmp/diff_new_pack.tlSA6a/_old  2018-12-03 10:06:02.407949168 +0100
+++ /var/tmp/diff_new_pack.tlSA6a/_new  2018-12-03 10:06:02.411949164 +0100
@@ -40,7 +40,7 @@
 %define _udevrulesdir %{_sysconfdir}/udev/rules.d
 Name:           virtualbox
 # ********* If the VB version exceeds 5.2.x, notify the libvirt maintainer!!
-Version:        5.2.20
+Version:        5.2.22
 Release:        0
 Summary:        VirtualBox is an Emulator
 License:        GPL-2.0-or-later
@@ -123,16 +123,15 @@
 Patch120:       fixes_for_python.patch
 # Remove vboxvideo from build
 Patch121:       remove_vbox_video_build.patch
-Patch124:       gcc8-configure.patch
 # Fix build for Qt 5.11
-Patch125:       fixes_for_Qt5.11.patch
+Patch122:       fixes_for_Qt5.11.patch
 # Switch to Python 3.6
-Patch126:       switch_to_python3.6.patch
-Patch127:       fix_32_bit_builds.patch
-# Fix API changes for kernel 4.19+
-Patch128:       fixes_for_4.19.patch
+Patch123:       switch_to_python3.6.patch
+Patch124:       fix_32_bit_builds.patch
 # Fix API changes for kernel 4.20+
-Patch129:       fixes_for_4.20.patch
+Patch125:       fixes_for_4.20.patch
+# Change default network adapter
+Patch126:       change_default_net_adapter.patch
 #
 BuildRequires:  LibVNCServer-devel
 BuildRequires:  SDL-devel
@@ -233,10 +232,12 @@
 %posttrans
 
 %description
-VirtualBox is an extremely feature rich, high performance product
-for enterprise customers, it is also the only professional solution
-that is freely available as Open Source Software under the terms of the
-GNU Public License (GPL).
+VirtualBox is a hosted hypervisor for x86 computers. It supports the
+creation and management of guest virtual machines running versions
+and derivations of Windows, Linux, BSD, OS/2, Solaris, Haiku, OSx86
+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
@@ -431,12 +432,11 @@
 %endif
 %patch120 -p1
 %patch121 -p1
+%patch122 -p1
+%patch123 -p1
 %patch124 -p1
 %patch125 -p1
 %patch126 -p1
-%patch127 -p1
-%patch128 -p1
-%patch129 -p1
 
 #copy user manual
 cp %{SOURCE1} UserManual.pdf

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

++++++ VirtualBox-5.2.20-patched.tar.bz2 -> VirtualBox-5.2.22-patched.tar.bz2 
++++++
/work/SRC/openSUSE:Factory/virtualbox/VirtualBox-5.2.20-patched.tar.bz2 
/work/SRC/openSUSE:Factory/.virtualbox.new.19453/VirtualBox-5.2.22-patched.tar.bz2
 differ: char 11, line 1

++++++ change_default_net_adapter.patch ++++++
Index: VirtualBox-5.2.22/src/VBox/Main/src-all/Global.cpp
===================================================================
--- VirtualBox-5.2.22.orig/src/VBox/Main/src-all/Global.cpp
+++ VirtualBox-5.2.22/src/VBox/Main/src-all/Global.cpp
@@ -181,18 +181,18 @@ const Global::OSType Global::sOSTypes[]
 
     { "Linux",   "Linux",             "Linux24_64",         "Linux 2.4 
(64-bit)",
       VBOXOSTYPE_Linux24_x64,     VBOXOSHINT_64BIT | VBOXOSHINT_HWVIRTEX | 
VBOXOSHINT_IOAPIC | VBOXOSHINT_RTCUTC,
-       128,  16,  4 * _1G64, NetworkAdapterType_I82540EM, 0, 
StorageControllerType_PIIX4, StorageBus_IDE,
+       128,  16,  4 * _1G64, NetworkAdapterType_Am79C973, 0, 
StorageControllerType_PIIX4, StorageBus_IDE,
         StorageControllerType_IntelAhci, StorageBus_SATA, ChipsetType_PIIX3, 
AudioControllerType_AC97, AudioCodecType_AD1980  },
 
     { "Linux",   "Linux",             "Linux26",            "Linux 2.6 / 3.x / 
4.x (32-bit)",
       VBOXOSTYPE_Linux26,         VBOXOSHINT_RTCUTC | VBOXOSHINT_USBTABLET | 
VBOXOSHINT_X2APIC,
-       512,  16,  8 * _1G64, NetworkAdapterType_I82540EM, 0, 
StorageControllerType_PIIX4, StorageBus_IDE,
+       512,  16,  8 * _1G64, NetworkAdapterType_Am79C973, 0, 
StorageControllerType_PIIX4, StorageBus_IDE,
         StorageControllerType_IntelAhci, StorageBus_SATA, ChipsetType_PIIX3, 
AudioControllerType_AC97, AudioCodecType_AD1980  },
 
     { "Linux",   "Linux",             "Linux26_64",         "Linux 2.6 / 3.x / 
4.x (64-bit)",
       VBOXOSTYPE_Linux26_x64,     VBOXOSHINT_64BIT | VBOXOSHINT_HWVIRTEX | 
VBOXOSHINT_IOAPIC | VBOXOSHINT_RTCUTC
                                 | VBOXOSHINT_USBTABLET | VBOXOSHINT_X2APIC,
-      1024,  16,  8 * _1G64, NetworkAdapterType_I82540EM, 0, 
StorageControllerType_PIIX4, StorageBus_IDE,
+      1024,  16,  8 * _1G64, NetworkAdapterType_Am79C973, 0, 
StorageControllerType_PIIX4, StorageBus_IDE,
         StorageControllerType_IntelAhci, StorageBus_SATA, ChipsetType_PIIX3, 
AudioControllerType_AC97, AudioCodecType_AD1980  },
 
     { "Linux",   "Linux",             "ArchLinux",          "Arch Linux 
(32-bit)",
@@ -219,13 +219,13 @@ const Global::OSType Global::sOSTypes[]
 
     { "Linux",   "Linux",             "OpenSUSE",           "openSUSE 
(32-bit)",
       VBOXOSTYPE_OpenSUSE,        VBOXOSHINT_RTCUTC | VBOXOSHINT_USBTABLET | 
VBOXOSHINT_X2APIC,
-      1024,  16,  8 * _1G64, NetworkAdapterType_I82540EM, 0, 
StorageControllerType_PIIX4, StorageBus_IDE,
+      1024,  16,  8 * _1G64, NetworkAdapterType_Am79C973, 0, 
StorageControllerType_PIIX4, StorageBus_IDE,
         StorageControllerType_IntelAhci, StorageBus_SATA, ChipsetType_PIIX3, 
AudioControllerType_AC97, AudioCodecType_AD1980  },
 
     { "Linux",   "Linux",             "OpenSUSE_64",        "openSUSE 
(64-bit)",
       VBOXOSTYPE_OpenSUSE_x64,    VBOXOSHINT_64BIT | VBOXOSHINT_HWVIRTEX | 
VBOXOSHINT_IOAPIC | VBOXOSHINT_RTCUTC
                                 | VBOXOSHINT_USBTABLET | VBOXOSHINT_X2APIC,
-      1024,  16,  8 * _1G64, NetworkAdapterType_I82540EM, 0, 
StorageControllerType_PIIX4, StorageBus_IDE,
+      1024,  16,  8 * _1G64, NetworkAdapterType_Am79C973, 0, 
StorageControllerType_PIIX4, StorageBus_IDE,
         StorageControllerType_IntelAhci, StorageBus_SATA, ChipsetType_PIIX3, 
AudioControllerType_AC97, AudioCodecType_AD1980  },
 
     { "Linux",   "Linux",             "Fedora",             "Fedora (32-bit)",
@@ -323,7 +323,7 @@ const Global::OSType Global::sOSTypes[]
     { "Linux",   "Linux",             "Linux_64",           "Other Linux 
(64-bit)",
       VBOXOSTYPE_Linux_x64,       VBOXOSHINT_64BIT | VBOXOSHINT_PAE | 
VBOXOSHINT_HWVIRTEX | VBOXOSHINT_IOAPIC
                                 | VBOXOSHINT_RTCUTC | VBOXOSHINT_USBTABLET | 
VBOXOSHINT_X2APIC,
-       512,  16,  8 * _1G64, NetworkAdapterType_I82540EM, 0, 
StorageControllerType_PIIX4, StorageBus_IDE,
+       512,  16,  8 * _1G64, NetworkAdapterType_Am79C973, 0, 
StorageControllerType_PIIX4, StorageBus_IDE,
         StorageControllerType_PIIX4, StorageBus_IDE, ChipsetType_PIIX3, 
AudioControllerType_AC97, AudioCodecType_STAC9700  },
 
     { "Solaris", "Solaris",           "Solaris",            "Oracle Solaris 10 
5/09 and earlier (32-bit)",
++++++ fixes_for_4.20.patch ++++++
--- /var/tmp/diff_new_pack.tlSA6a/_old  2018-12-03 10:06:02.479949101 +0100
+++ /var/tmp/diff_new_pack.tlSA6a/_new  2018-12-03 10:06:02.483949098 +0100
@@ -1,7 +1,7 @@
-Index: 
VirtualBox-5.2.20/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c
+Index: 
VirtualBox-5.2.22/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c
 ===================================================================
---- 
VirtualBox-5.2.20.orig/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c
-+++ VirtualBox-5.2.20/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c
+--- 
VirtualBox-5.2.22.orig/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c
++++ VirtualBox-5.2.22/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c
 @@ -84,8 +84,11 @@ static long VBoxNetAdpLinuxIOCtlUnlocked
  #endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 36) */
  
@@ -27,85 +27,38 @@
      .get_link           = ethtool_op_get_link,
  };
  
-@@ -200,10 +207,64 @@ static void vboxNetAdpEthGetDrvinfo(stru
+@@ -200,8 +207,18 @@ static void vboxNetAdpEthGetDrvinfo(stru
                  "N/A");
  }
  
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 20, 0)
-+static bool
-+convert_link_ksettings_to_legacy_settings(
-+      struct ethtool_cmd *legacy_settings,
-+      const struct ethtool_link_ksettings *link_ksettings)
-+{
-+      bool retval = true;
-+
-+      memset(legacy_settings, 0, sizeof(*legacy_settings));
-+      /* this also clears the deprecated fields in legacy structure:
-+       * __u8         transceiver;
-+       * __u32        maxtxpkt;
-+       * __u32        maxrxpkt;
-+       */
-+
-+      retval &= ethtool_convert_link_mode_to_legacy_u32(
-+              &legacy_settings->supported,
-+              link_ksettings->link_modes.supported);
-+      retval &= ethtool_convert_link_mode_to_legacy_u32(
-+              &legacy_settings->advertising,
-+              link_ksettings->link_modes.advertising);
-+      retval &= ethtool_convert_link_mode_to_legacy_u32(
-+              &legacy_settings->lp_advertising,
-+              link_ksettings->link_modes.lp_advertising);
-+      ethtool_cmd_speed_set(legacy_settings, link_ksettings->base.speed);
-+      legacy_settings->duplex
-+              = link_ksettings->base.duplex;
-+      legacy_settings->port
-+              = link_ksettings->base.port;
-+      legacy_settings->phy_address
-+              = link_ksettings->base.phy_address;
-+      legacy_settings->autoneg
-+              = link_ksettings->base.autoneg;
-+      legacy_settings->mdio_support
-+              = link_ksettings->base.mdio_support;
-+      legacy_settings->eth_tp_mdix
-+              = link_ksettings->base.eth_tp_mdix;
-+      legacy_settings->eth_tp_mdix_ctrl
-+              = link_ksettings->base.eth_tp_mdix_ctrl;
-+      legacy_settings->transceiver
-+              = link_ksettings->base.transceiver;
-+      return retval;
-+}
-+#endif
- 
+-
  /* ethtool_ops::get_settings */
 +#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 20, 0)
 +static int vboxNetAdpEthGetSettings(struct net_device *pNetDev, struct 
ethtool_link_ksettings *link_ksettings)
++{
++      link_ksettings->link_modes.supported[0] = 0;
++      ethtool_link_ksettings_zero_link_mode(link_ksettings, advertising);
++      link_ksettings->base.speed = SPEED_10;
++      link_ksettings->base.duplex = DUPLEX_FULL;
++      link_ksettings->base.port = PORT_TP;
++      link_ksettings->base.phy_address = 0;
++      link_ksettings->base.autoneg = AUTONEG_DISABLE;
 +#else
  static int vboxNetAdpEthGetSettings(struct net_device *pNetDev, struct 
ethtool_cmd *cmd)
-+#endif
  {
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 20, 0)
-+    struct ethtool_cmd *cmd = kzalloc(sizeof(struct ethtool_cmd), GFP_KERNEL);
-+    if (!cmd)
-+      return 1;
-+    convert_link_ksettings_to_legacy_settings(cmd, link_ksettings);
-+#endif
      cmd->supported      = 0;
-     cmd->advertising    = 0;
- #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 27)
-@@ -218,6 +279,9 @@ static int vboxNetAdpEthGetSettings(stru
+@@ -218,6 +235,7 @@ static int vboxNetAdpEthGetSettings(stru
      cmd->autoneg        = AUTONEG_DISABLE;
      cmd->maxtxpkt       = 0;
      cmd->maxrxpkt       = 0;
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 20, 0)
-+    kfree(cmd);
 +#endif
      return 0;
  }
  
-Index: VirtualBox-5.2.20/src/VBox/Runtime/r0drv/linux/time-r0drv-linux.c
+Index: VirtualBox-5.2.22/src/VBox/Runtime/r0drv/linux/time-r0drv-linux.c
 ===================================================================
---- VirtualBox-5.2.20.orig/src/VBox/Runtime/r0drv/linux/time-r0drv-linux.c
-+++ VirtualBox-5.2.20/src/VBox/Runtime/r0drv/linux/time-r0drv-linux.c
+--- VirtualBox-5.2.22.orig/src/VBox/Runtime/r0drv/linux/time-r0drv-linux.c
++++ VirtualBox-5.2.22/src/VBox/Runtime/r0drv/linux/time-r0drv-linux.c
 @@ -171,11 +171,19 @@ RTDECL(PRTTIMESPEC) RTTimeNow(PRTTIMESPE
  {
      IPRT_LINUX_SAVE_EFL_AC();
@@ -127,10 +80,10 @@
  #else   /* < 2.6.16 */
      struct timeval Tv;
      do_gettimeofday(&Tv);
-Index: VirtualBox-5.2.20/include/iprt/time.h
+Index: VirtualBox-5.2.22/include/iprt/time.h
 ===================================================================
---- VirtualBox-5.2.20.orig/include/iprt/time.h
-+++ VirtualBox-5.2.20/include/iprt/time.h
+--- VirtualBox-5.2.22.orig/include/iprt/time.h
++++ VirtualBox-5.2.22/include/iprt/time.h
 @@ -54,7 +54,6 @@ typedef struct RTTIMESPEC
      int64_t     i64NanosecondsRelativeToUnixEpoch;
  } RTTIMESPEC;
@@ -173,3 +126,20 @@
  #endif /* various ways of detecting struct timespec */
  
  
+Index: VirtualBox-5.2.22/src/VBox/Additions/linux/drm/vbox_fb.c
+===================================================================
+--- VirtualBox-5.2.22.orig/src/VBox/Additions/linux/drm/vbox_fb.c
++++ VirtualBox-5.2.22/src/VBox/Additions/linux/drm/vbox_fb.c
+@@ -297,8 +297,12 @@ static int vboxfb_create(struct drm_fb_h
+        * The last flag forces a mode set on VT switches even if the kernel
+        * does not think it is needed.
+        */
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 20, 0)
++      info->flags = FBINFO_DEFAULT | FBINFO_MISC_ALWAYS_SETPAR;
++#else
+       info->flags = FBINFO_DEFAULT | FBINFO_CAN_FORCE_OUTPUT |
+                     FBINFO_MISC_ALWAYS_SETPAR;
++#endif
+       info->fbops = &vboxfb_ops;
+ 
+       ret = fb_alloc_cmap(&info->cmap, 256, 0);

++++++ vbox-vboxadd-init-script.diff ++++++
--- /var/tmp/diff_new_pack.tlSA6a/_old  2018-12-03 10:06:02.535949051 +0100
+++ /var/tmp/diff_new_pack.tlSA6a/_new  2018-12-03 10:06:02.535949051 +0100
@@ -1,7 +1,7 @@
-Index: VirtualBox-5.2.20/src/VBox/Additions/linux/installer/vboxadd.sh
+Index: VirtualBox-5.2.22/src/VBox/Additions/linux/installer/vboxadd.sh
 ===================================================================
---- VirtualBox-5.2.20.orig/src/VBox/Additions/linux/installer/vboxadd.sh
-+++ VirtualBox-5.2.20/src/VBox/Additions/linux/installer/vboxadd.sh
+--- VirtualBox-5.2.22.orig/src/VBox/Additions/linux/installer/vboxadd.sh
++++ VirtualBox-5.2.22/src/VBox/Additions/linux/installer/vboxadd.sh
 @@ -26,11 +26,14 @@
  # Provides:       vboxadd
  # Required-Start:
@@ -66,7 +66,7 @@
 @@ -224,9 +206,8 @@ start()
      begin "Starting."
      # If we got this far assume that the slow set-up has been done.
-     QUICKSETUP=yes
+     QUICKSETUP=start
 -    if test -z "${INSTALL_NO_MODULE_BUILDS}"; then
 -        uname -r | grep -q -E '^2\.6|^3|^4' 2>/dev/null &&
 -            ps -A -o comm | grep -q '/*udevd$' 2>/dev/null ||
@@ -84,9 +84,9 @@
                      fail "modprobe vboxguest failed"
              }
              case "$no_udev" in 1)
-@@ -270,7 +251,8 @@ start()
-     rm -Rf /var/lib/VBoxGuestAdditions/lib
-     if /usr/bin/VBoxClient --check3d 2>/dev/null; then
+@@ -284,7 +265,8 @@ start()
+     fi
+     if test -n "${setup_gl}"; then
          mkdir -p /var/lib/VBoxGuestAdditions/lib
 -        ln -sf "${INSTALL_DIR}/lib/VBoxOGL.so" 
/var/lib/VBoxGuestAdditions/lib/libGL.so.1
 +        ln -sf "/usr/lib64/VBoxOGL.so" 
/var/lib/VBoxGuestAdditions/lib/libGL.so.1
@@ -94,7 +94,7 @@
          # SELinux for the OpenGL libraries, so that gdm can load them during 
the
          # acceleration support check.  This prevents an "Oh no, something has 
gone
          # wrong!" error when starting EL7 guests.
-@@ -281,6 +263,15 @@ start()
+@@ -295,6 +277,15 @@ start()
              chcon -h  -t lib_t "/var/lib/VBoxGuestAdditions/lib/libGL.so.1"
          fi
          echo "/var/lib/VBoxGuestAdditions/lib" > 
/etc/ld.so.conf.d/00vboxvideo.conf
@@ -110,7 +110,7 @@
      fi
      ldconfig
  
-@@ -455,9 +446,9 @@ create_udev_rule()
+@@ -488,9 +479,9 @@ create_udev_rule()
          echo "KERNEL=${udev_fix}\"vboxuser\", NAME=\"vboxuser\", 
OWNER=\"vboxadd\", MODE=\"0666\"" >> /etc/udev/rules.d/60-vboxadd.rules
      fi
  }
@@ -123,7 +123,7 @@
      # And a post-installation script for rebuilding modules when a new kernel
      # is installed.
      mkdir -p /etc/kernel/postinst.d /etc/kernel/prerm.d
-@@ -487,20 +478,13 @@ shared_folder_setup()
+@@ -521,20 +512,13 @@ shared_folder_setup()
      ## @todo It would be nicer if the kernel module just parsed parameters
      # itself instead of needing a separate binary to do that.
      ln -sf "${INSTALL_DIR}/other/mount.vboxsf" /sbin
@@ -146,7 +146,7 @@
      export BUILD_TYPE
      export USERNAME
  
-@@ -517,16 +501,33 @@ setup()
+@@ -551,16 +535,33 @@ setup()
      shared_folder_setup
      if  running_vboxguest || running_vboxadd; then
          info "Running kernel modules will not be replaced until the system is 
restarted"
@@ -185,7 +185,7 @@
          depmod
  
          # Remove old module sources
-@@ -536,13 +537,14 @@ cleanup()
+@@ -570,13 +571,14 @@ cleanup()
      fi
  
      # Clean-up X11-related bits
@@ -204,10 +204,10 @@
      fi
      rm /etc/udev/rules.d/60-vboxadd.rules 2>/dev/null
  }
-Index: VirtualBox-5.2.20/src/VBox/Additions/linux/installer/vboxadd-service.sh
+Index: VirtualBox-5.2.22/src/VBox/Additions/linux/installer/vboxadd-service.sh
 ===================================================================
---- 
VirtualBox-5.2.20.orig/src/VBox/Additions/linux/installer/vboxadd-service.sh
-+++ VirtualBox-5.2.20/src/VBox/Additions/linux/installer/vboxadd-service.sh
+--- 
VirtualBox-5.2.22.orig/src/VBox/Additions/linux/installer/vboxadd-service.sh
++++ VirtualBox-5.2.22/src/VBox/Additions/linux/installer/vboxadd-service.sh
 @@ -26,7 +26,7 @@
  # Provides:       vboxadd-service
  # Required-Start: vboxadd
@@ -217,10 +217,10 @@
  # Default-Stop:   0 1 6
  # X-Conflicts-With: systemd-timesyncd.service
  # Description:    VirtualBox Additions Service
-Index: VirtualBox-5.2.20/src/VBox/Installer/linux/vboxautostart-service.sh
+Index: VirtualBox-5.2.22/src/VBox/Installer/linux/vboxautostart-service.sh
 ===================================================================
---- VirtualBox-5.2.20.orig/src/VBox/Installer/linux/vboxautostart-service.sh
-+++ VirtualBox-5.2.20/src/VBox/Installer/linux/vboxautostart-service.sh
+--- VirtualBox-5.2.22.orig/src/VBox/Installer/linux/vboxautostart-service.sh
++++ VirtualBox-5.2.22/src/VBox/Installer/linux/vboxautostart-service.sh
 @@ -23,7 +23,7 @@
  # Provides:       vboxautostart-service
  # Required-Start: vboxdrv
@@ -230,10 +230,10 @@
  # Default-Stop:   0 1 6
  # Description:    VirtualBox autostart service
  ### END INIT INFO
-Index: VirtualBox-5.2.20/src/VBox/Installer/linux/vboxballoonctrl-service.sh
+Index: VirtualBox-5.2.22/src/VBox/Installer/linux/vboxballoonctrl-service.sh
 ===================================================================
---- VirtualBox-5.2.20.orig/src/VBox/Installer/linux/vboxballoonctrl-service.sh
-+++ VirtualBox-5.2.20/src/VBox/Installer/linux/vboxballoonctrl-service.sh
+--- VirtualBox-5.2.22.orig/src/VBox/Installer/linux/vboxballoonctrl-service.sh
++++ VirtualBox-5.2.22/src/VBox/Installer/linux/vboxballoonctrl-service.sh
 @@ -23,7 +23,7 @@
  # Provides:       vboxballoonctrl-service
  # Required-Start: vboxdrv
@@ -243,10 +243,10 @@
  # Default-Stop:   0 1 6
  # Description:    VirtualBox watchdog daemon
  ### END INIT INFO
-Index: 
VirtualBox-5.2.20/src/VBox/ValidationKit/testboxscript/linux/testboxscript-service.sh
+Index: 
VirtualBox-5.2.22/src/VBox/ValidationKit/testboxscript/linux/testboxscript-service.sh
 ===================================================================
---- 
VirtualBox-5.2.20.orig/src/VBox/ValidationKit/testboxscript/linux/testboxscript-service.sh
-+++ 
VirtualBox-5.2.20/src/VBox/ValidationKit/testboxscript/linux/testboxscript-service.sh
+--- 
VirtualBox-5.2.22.orig/src/VBox/ValidationKit/testboxscript/linux/testboxscript-service.sh
++++ 
VirtualBox-5.2.22/src/VBox/ValidationKit/testboxscript/linux/testboxscript-service.sh
 @@ -31,7 +31,7 @@
  # Provides:       testboxscript-service
  # Required-Start: $network
@@ -256,10 +256,10 @@
  # Default-Stop:   0 1 6
  # Description:    TestBoxScript service
  ### END INIT INFO
-Index: 
VirtualBox-5.2.20/src/VBox/ValidationKit/utils/TestExecServ/linux/vboxtxs-nat.sh
+Index: 
VirtualBox-5.2.22/src/VBox/ValidationKit/utils/TestExecServ/linux/vboxtxs-nat.sh
 ===================================================================
---- 
VirtualBox-5.2.20.orig/src/VBox/ValidationKit/utils/TestExecServ/linux/vboxtxs-nat.sh
-+++ 
VirtualBox-5.2.20/src/VBox/ValidationKit/utils/TestExecServ/linux/vboxtxs-nat.sh
+--- 
VirtualBox-5.2.22.orig/src/VBox/ValidationKit/utils/TestExecServ/linux/vboxtxs-nat.sh
++++ 
VirtualBox-5.2.22/src/VBox/ValidationKit/utils/TestExecServ/linux/vboxtxs-nat.sh
 @@ -31,7 +31,7 @@
  # Provides:       vboxtxs
  # Required-Start: $network
@@ -269,10 +269,10 @@
  # Default-Stop:   0 1 6
  # Description:    VirtualBox Test Execution Service
  ### END INIT INFO
-Index: 
VirtualBox-5.2.20/src/VBox/ValidationKit/utils/TestExecServ/linux/vboxtxs.sh
+Index: 
VirtualBox-5.2.22/src/VBox/ValidationKit/utils/TestExecServ/linux/vboxtxs.sh
 ===================================================================
---- 
VirtualBox-5.2.20.orig/src/VBox/ValidationKit/utils/TestExecServ/linux/vboxtxs.sh
-+++ 
VirtualBox-5.2.20/src/VBox/ValidationKit/utils/TestExecServ/linux/vboxtxs.sh
+--- 
VirtualBox-5.2.22.orig/src/VBox/ValidationKit/utils/TestExecServ/linux/vboxtxs.sh
++++ 
VirtualBox-5.2.22/src/VBox/ValidationKit/utils/TestExecServ/linux/vboxtxs.sh
 @@ -31,7 +31,7 @@
  # Provides:       vboxtxs
  # Required-Start: $network



Reply via email to