virtualbox 5.2.28-1 (i586;x86_64) 2019-5349
3

Status published
Submitter cris [@T] beebgames.com
Platform 3.0
Repository main
URL https://abf.openmandriva.org/build_lists/496975
Packages
dkms-vboxadditions-5.2.28-1.i586.binary
dkms-virtualbox-5.2.28-1.i586.binary
virtualbox-5.2.28-1.i586.source
virtualbox-5.2.28-1.i586.binary
virtualbox-debuginfo-5.2.28-1.i586.debuginfo
virtualbox-doc-5.2.28-1.i586.binary
virtualbox-guest-additions-5.2.28-1.i586.binary
x11-driver-video-vboxvideo-5.2.28-1.i586.binary
dkms-vboxadditions-5.2.28-1.x86_64.binary
dkms-virtualbox-5.2.28-1.x86_64.binary
virtualbox-5.2.28-1.x86_64.source
virtualbox-5.2.28-1.x86_64.binary
virtualbox-debuginfo-5.2.28-1.x86_64.debuginfo
virtualbox-doc-5.2.28-1.x86_64.binary
virtualbox-guest-additions-5.2.28-1.x86_64.binary
x11-driver-video-vboxvideo-5.2.28-1.x86_64.binary
Build Date 2019-05-01 22:58:17 +0000 UTC
Last Updated 2019-05-10 06:02:20.409430446 +0000 UTC
$ git diff --patch-with-stat --summary c541d86aaf9ab2c30ec3cc8971f9b111f6e8cafd..4dfeb5d7845793d3c84fdef3cb2b398a436bf14d

 .abf.yml                                     |  6 ++++--
 virtualbox-fix-modules-rebuild-command.patch | 29 ++++++++++++++--------------
 virtualbox.spec                              |  2 +-
 3 files changed, 19 insertions(+), 18 deletions(-)

diff --git a/.abf.yml b/.abf.yml
index a520fad..4faa8bb 100644
--- a/.abf.yml
+++ b/.abf.yml
@@ -1,6 +1,8 @@
 removed_sources:
   VirtualBox-5.2.20.tar.bz2: 74a4626bc9f16a606f861341bdecc073756384d2
   VirtualBox-5.2.22.tar.bz2: 3c2d3efa26e1ea41a4762ecd060c2aca269b5fc2
-sources:
-  UserManual.pdf: b90be49775bb695db550868e17ce9720cf365141
   VirtualBox-5.2.24.tar.bz2: 2dd12760b6e30c9168d5b2fc27a4a39ccda10896
+  VirtualBox-5.2.26.tar.bz2: 9e04b93f4c5a0999bd3f940fad6fbd8e108cc8a0
+sources:
+  UserManual.pdf: 1b8e919069c743645c873154cc8519b7cf69e864
+  VirtualBox-5.2.28.tar.bz2: 81c81da212d932c354d3f4dd2dc9e54c6eecb89a
diff --git a/virtualbox-fix-modules-rebuild-command.patch b/virtualbox-fix-modules-rebuild-command.patch
index 1310bcf..eaaa946 100644
--- a/virtualbox-fix-modules-rebuild-command.patch
+++ b/virtualbox-fix-modules-rebuild-command.patch
@@ -19,31 +19,30 @@ diff -Naur VirtualBox-5.1.0/src/VBox/Installer/linux/VBox.sh VirtualBox-5.1.0.tp
  
           and if that is not successful, try to re-install the package.
  
-diff -Naur VirtualBox-5.1.0/src/VBox/VMM/VMMR3/VM.cpp VirtualBox-5.1.0.tpg/src/VBox/VMM/VMMR3/VM.cpp
---- VirtualBox-5.1.0/src/VBox/VMM/VMMR3/VM.cpp	2016-07-12 14:55:10.000000000 +0000
-+++ VirtualBox-5.1.0.tpg/src/VBox/VMM/VMMR3/VM.cpp	2016-07-22 20:06:49.569237389 +0000
-@@ -319,7 +319,7 @@
-                     pszError = N_("One of the kernel modules was not successfully loaded. Make sure "
-                                   "that no kernel modules from an older version of VirtualBox exist. "
-                                   "Then try to recompile and reload the kernel modules by executing "
+--- VirtualBox-5.2.28/src/VBox/VMM/VMMR3/VM.cpp.0001~	2019-05-01 13:22:09.436593592 +0100
++++ VirtualBox-5.2.28/src/VBox/VMM/VMMR3/VM.cpp	2019-05-01 13:26:29.309729489 +0100
+@@ -278,7 +278,7 @@
+                                   "Secure Boot that the modules are signed if necessary in the right "
+                                   "way for your host system.  Then try to recompile and reload the "
+                                   "kernel modules by executing "
 -                                  "'/sbin/vboxconfig' as root");
 +                                  "'dkms autoinstall --verbose' as root");
                      break;
  #endif
  
-@@ -385,7 +385,7 @@
-                     pszError = N_("VirtualBox kernel driver not loaded. The vboxdrv kernel module "
-                                   "was either not loaded or /dev/vboxdrv is not set up properly. "
-                                   "Re-setup the kernel module by executing "
+@@ -346,7 +346,7 @@
+                                   "or you are using EFI Secure Boot and the module is not signed "
+                                   "in the right way for your system.  If necessary, try setting up "
+                                   "the kernel module again by executing "
 -                                  "'/sbin/vboxconfig' as root");
 +                                  "'dkms autoinstall --verbose' as root");
  #else
                      pszError = N_("VirtualBox kernel driver not loaded");
  #endif
-@@ -427,7 +427,7 @@
-                     pszError = N_("VirtualBox kernel driver not installed. The vboxdrv kernel module "
-                                   "was either not loaded or /dev/vboxdrv was not created for some "
-                                   "reason. Re-setup the kernel module by executing "
+@@ -390,7 +390,7 @@
+                                   "or you are using EFI Secure Boot and the module is not signed "
+                                   "in the right way for your system.  If necessary, try setting up "
+                                   "the kernel module again by executing "
 -                                  "'/sbin/vboxconfig' as root");
 +                                  "'dkms autoinstall --verbose' as root");
  #else
diff --git a/virtualbox.spec b/virtualbox.spec
index 6f1a0b8..405bca4 100644
--- a/virtualbox.spec
+++ b/virtualbox.spec
@@ -43,7 +43,7 @@
 
 Summary:	A general-purpose full virtualizer for x86 hardware
 Name:		virtualbox
-Version:	5.2.24
+Version:	5.2.28
 Release:	1
 License:	GPLv2
 Group:		Emulators
Not Available

cris [@T] beebgames.comNo Comment.1784d 22hrs
cris [@T] beebgames.comNo Comment.1784d 22hrs