Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory 
checked in at 2017-12-23 12:18:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virtualbox (Old)
 and      /work/SRC/openSUSE:Factory/.virtualbox.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virtualbox"

Sat Dec 23 12:18:27 2017 rev:151 rq:558184 version:5.1.30

Changes:
--------
--- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes    2017-12-11 
18:55:32.925288669 +0100
+++ /work/SRC/openSUSE:Factory/.virtualbox.new/virtualbox.changes       
2017-12-23 12:18:30.422448438 +0100
@@ -1,0 +2,5 @@
+Mon Dec 11 14:02:07 UTC 2017 - [email protected]
+
+- Fix spelling mistakes in vbox-usb-warning.diff.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ vbox-usb-warning.diff ++++++
--- /var/tmp/diff_new_pack.ugG0LV/_old  2017-12-23 12:18:33.186313673 +0100
+++ /var/tmp/diff_new_pack.ugG0LV/_new  2017-12-23 12:18:33.186313673 +0100
@@ -3,13 +3,13 @@
 --- VirtualBox-5.1.22.orig/src/apps/Makefile.kmk
 +++ VirtualBox-5.1.22/src/apps/Makefile.kmk
 @@ -31,5 +31,7 @@ endif
- 
+
  include $(PATH_SUB_CURRENT)/VBoxPermissionMessage/Makefile.kmk
- 
+
 +include $(PATH_SUB_CURRENT)/VBoxUSB_DevRules/Makefile.kmk
 +
  include $(FILE_KBUILD_SUB_FOOTER)
- 
+
 Index: VirtualBox-5.1.22/src/apps/VBoxUSB_DevRules/Makefile.kmk
 ===================================================================
 --- /dev/null
@@ -64,12 +64,12 @@
 +      QPushButton *myYesButton = msgBox.addButton("Enable", 
QMessageBox::YesRole);
 +      QPushButton *myNoButton = msgBox.addButton("Disable", 
QMessageBox::NoRole);
 +      msgBox.setWindowTitle(QObject::tr("USB Rules and Permissions !"));
-+        msgBox.setText(QObject::tr("USB passthru opens a security hole. "
++        msgBox.setText(QObject::tr("USB passthrough opens a security hole. "
 +                      "Please read 
\nhttps://bugzilla.novell.com/show_bug.cgi?id=664520\n";
-+                      "to understand the problem.\n\nWe regard USB passthru 
to be extremely useful and worth the security risk. "
-+                      "thus the code defaults to enabling this feature. If 
you agree that the risk is acceptible, then click 'Enable'.\n"
++                      "to understand the problem.\n\nWe regard USB 
passthrough to be extremely useful and worth the security risk. "
++                      "Thus the code defaults to enabling this feature. If 
you agree that the risk is acceptable, then click 'Enable'.\n"
 +                      "You will not be asked this question again when VB is 
updated. If you later change your mind, run 'rm ~/.vbox/*'\n\n"
-+                      "If you wish to disable USB passthru to plug the 
security hole, then click 'Disable'. "
++                      "If you wish to disable USB passthrough to plug the 
security hole, then click 'Disable'. "
 +                      "You will be asked for the system password, and 
/etc/udev/rules.d/60-vboxdrv.rules will be changed.\n"
 +                      "These changes cannot be preserved through VB updates, 
thus this screen will be displayed again at that time."));
 +      msgBox.exec();



Reply via email to