summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-05 09:23:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-05 09:23:14 +0000
commit25f4a88c928a602f9964508d9dabeea5eda4ea62 (patch)
tree0bec6b532a24ca87c537bbb4a4e9054ad1a0a5ff
parentMerging upstream version 7.0.20-dfsg. (diff)
downloadvirtualbox-25f4a88c928a602f9964508d9dabeea5eda4ea62.tar.xz
virtualbox-25f4a88c928a602f9964508d9dabeea5eda4ea62.zip
Adding debian version 7.0.20-dfsg-1.debian/7.0.20-dfsg-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/changelog6
-rw-r--r--debian/patches/27-hide-host-cache-warning.patch2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 54e7be41..cc8301c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+virtualbox (7.0.20-dfsg-1) unstable; urgency=medium
+
+ * New upstream version 7.0.20-dfsg
+
+ -- Gianfranco Costamagna <locutusofborg@debian.org> Tue, 16 Jul 2024 17:48:29 +0200
+
virtualbox (7.0.18-dfsg-2) unstable; urgency=medium
* Set back R^3: no
diff --git a/debian/patches/27-hide-host-cache-warning.patch b/debian/patches/27-hide-host-cache-warning.patch
index b20a775b..9e82ab2f 100644
--- a/debian/patches/27-hide-host-cache-warning.patch
+++ b/debian/patches/27-hide-host-cache-warning.patch
@@ -6,7 +6,7 @@ Index: virtualbox/src/VBox/Main/src-client/ConsoleImpl2.cpp
===================================================================
--- virtualbox.orig/src/VBox/Main/src-client/ConsoleImpl2.cpp
+++ virtualbox/src/VBox/Main/src-client/ConsoleImpl2.cpp
-@@ -4628,34 +4628,12 @@
+@@ -4641,34 +4641,12 @@
if ( enmFsTypeFile == RTFSTYPE_EXT4
|| enmFsTypeFile == RTFSTYPE_XFS)
{