[Pkg-virtualbox-commits] [virtualbox] 01/01: New upload

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Wed Oct 19 16:06:49 UTC 2016


This is an automated email from the git hooks/post-receive script.

locutusofborg pushed a commit to branch master
in repository virtualbox.

commit 48c79449c79fb38592140f61101629ba01667d78
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Wed Oct 19 18:05:12 2016 +0200

    New upload
---
 debian/changelog               |  6 ++++++
 debian/patches/fix-build.patch | 14 ++++++++++++++
 debian/patches/series          |  1 +
 3 files changed, 21 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index adf8a91..1172db0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+virtualbox (5.1.8-dfsg-2) unstable; urgency=medium
+
+  * Fix a build failure with newer gcc.
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Wed, 19 Oct 2016 18:03:27 +0200
+
 virtualbox (5.1.8-dfsg-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/patches/fix-build.patch b/debian/patches/fix-build.patch
new file mode 100644
index 0000000..ba9b8e5
--- /dev/null
+++ b/debian/patches/fix-build.patch
@@ -0,0 +1,14 @@
+Description: Upstream patch to workaround gcc-6 6.2.0-7 build failure
+
+--- virtualbox-5.1.8-dfsg.orig/src/VBox/Main/src-server/linux/HostDnsServiceLinux.cpp
++++ virtualbox-5.1.8-dfsg/src/VBox/Main/src-server/linux/HostDnsServiceLinux.cpp
+@@ -78,8 +78,8 @@ class AutoNotify:public FileDescriptor
+ 
+ struct InotifyEventWithName
+ {
+-    struct inotify_event e;
+     char name[NAME_MAX];
++    struct inotify_event e;
+ };
+ 
+ HostDnsServiceLinux::~HostDnsServiceLinux()
diff --git a/debian/patches/series b/debian/patches/series
index 5b32c83..9d721a2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -14,3 +14,4 @@
 32-disable-guest-version-check.patch
 35-libvdeplug-soname.patch
 36-fix-vnc-version-string.patch
+fix-build.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-virtualbox/virtualbox.git



More information about the Pkg-virtualbox-commits mailing list