[Pkg-virtualbox-commits] [virtualbox] 01/01: Fixup previous upload
Gianfranco Costamagna
locutusofborg at moszumanska.debian.org
Tue Feb 20 10:48:46 UTC 2018
This is an automated email from the git hooks/post-receive script.
locutusofborg pushed a commit to branch master
in repository virtualbox.
commit dcd572640644eb31dae4978a047fdaa48c38b7ae
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Tue Feb 20 11:47:53 2018 +0100
Fixup previous upload
---
debian/changelog | 6 ++++++
debian/patches/3d-fixes.patch | 12 ------------
2 files changed, 6 insertions(+), 12 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index fe0590a..97434d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+virtualbox (5.2.6-dfsg-5) unstable; urgency=medium
+
+ * Fixup previous upload
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Tue, 20 Feb 2018 11:47:34 +0100
+
virtualbox (5.2.6-dfsg-4) unstable; urgency=medium
[ Ronny Standtke <ronny.standtke at gmx.net> ]
diff --git a/debian/patches/3d-fixes.patch b/debian/patches/3d-fixes.patch
index 24f5027..2182445 100644
--- a/debian/patches/3d-fixes.patch
+++ b/debian/patches/3d-fixes.patch
@@ -167,18 +167,6 @@ Last-Update: 2018-02-19
* Gets a property.
*
* @returns Pointer to the property if found, NULL if not.
-@@ -538,6 +560,11 @@ int Service::setPropertyBlock(uint32_t c
- uint32_t fFlags;
- rc = validateFlags(papszFlags[i], &fFlags);
- AssertRCBreak(rc);
-+ /*
-+ * Handle names which are read-only for the guest.
-+ */
-+ if (checkHostReserved(papszNames[i]))
-+ fFlags |= GUEST_PROP_F_RDONLYGUEST;
-
- Property *pProp = getPropertyInternal(papszNames[i]);
- if (pProp)
--- virtualbox-5.2.6-dfsg.orig/src/VBox/HostServices/GuestProperties/testcase/tstGuestPropSvc.cpp
+++ virtualbox-5.2.6-dfsg/src/VBox/HostServices/GuestProperties/testcase/tstGuestPropSvc.cpp
@@ -460,6 +460,11 @@ static void testSetProp(VBOXHGCMSVCFNTAB
--
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