summaryrefslogtreecommitdiffstats
path: root/debian/patches/32-disable-guest-version-check.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 03:01:54 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 03:01:54 +0000
commit0494175483c2d82f445ddca9cadb6ee6338e9f9c (patch)
tree336364dc245983722e34439ece449564e77ca286 /debian/patches/32-disable-guest-version-check.patch
parentAdding upstream version 6.0.4-dfsg. (diff)
downloadvirtualbox-0494175483c2d82f445ddca9cadb6ee6338e9f9c.tar.xz
virtualbox-0494175483c2d82f445ddca9cadb6ee6338e9f9c.zip
Adding debian version 6.0.4-dfsg-7.debian/6.0.4-dfsg-7debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/32-disable-guest-version-check.patch')
-rw-r--r--debian/patches/32-disable-guest-version-check.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/32-disable-guest-version-check.patch b/debian/patches/32-disable-guest-version-check.patch
new file mode 100644
index 00000000..bf7576e6
--- /dev/null
+++ b/debian/patches/32-disable-guest-version-check.patch
@@ -0,0 +1,13 @@
+Description: Disable notifications about outdated guest additions.
+Author: Felix Geyer <fgeyer@debian.org>
+
+--- a/src/VBox/Additions/x11/VBoxClient/hostversion.cpp
++++ b/src/VBox/Additions/x11/VBoxClient/hostversion.cpp
+@@ -40,6 +40,7 @@ public:
+
+ static int showNotify(const char *pszHeader, const char *pszBody)
+ {
++ return VINF_SUCCESS;
+ int rc;
+ # ifdef VBOX_WITH_DBUS
+ DBusConnection *conn;