[ubuntu/bionic-updates] open-vm-tools 2:11.0.1-2ubuntu0.18.04.2 (Accepted)
Łukasz Zemczak
lukasz.zemczak at canonical.com
Thu Dec 19 10:23:04 UTC 2019
open-vm-tools (2:11.0.1-2ubuntu0.18.04.2) bionic; urgency=medium
* d/p/lp-1855686-Avoid-vmtoolsd-crash-in-HostInfo.patch: fix crash with
uncommon lsb_output behavior (LP: #1855686)
open-vm-tools (2:11.0.1-2ubuntu0.18.04.1) bionic; urgency=medium
* Update to latest release v11 (LP: #1844834)
- d/rules: Revert "Enable all compiler errors again" for the older
compiler
open-vm-tools (2:11.0.1-2) unstable; urgency=medium
* [76c600f] Fix segfault for fs devices without /
See https://github.com/vmware/open-vm-tools/issues/378 for details.
Thanks to Mo Zhou (Closes: #942692)
open-vm-tools (2:11.0.1-1) unstable; urgency=medium
* [bb36e10] Update upstream source from tag 'upstream/11.0.1'
Update to upstream version '11.0.1'
with Debian dir 60c0d512096774b9a2a7cc9e4e94556b2893ae8a
open-vm-tools (2:11.0.0-2) unstable; urgency=medium
* [4cfe383] Update Vcs-Git/Browser to point to salsa.
* [bc253ad] Remove .travis.yml, add debian/.gitlab-ci.yml
* [c92ca3a] Add add_patch.sh script to add patches from upstream.
* [1d9b491] Add patch to remove deprecated inline functions
* [3e2e307] Rename lintian-override file properly
open-vm-tools (2:11.0.0-1) unstable; urgency=medium
[ goldstar611 ]
* [c138871] Ensure VGAuthService starts after AppArmor
https://gitlab.com/apparmor/apparmor/issues/13
[ Bernd Zeimetz ]
* [28ef841] New upstream version 11.0.0~0
* [f78ed2d] New upstream version 11.0.0
Closes: #940853
* [19efc80] Revert "Revert "Removing libdumbnet-dev.""
This reverts commit 31177fab964d92687501ab81774440a9b8d09e39.
* [bc14a8b] snapshot changelog
* [1c5e9ea] Dropping patches that were picked from upstream
open-vm-tools (2:10.3.10-3) unstable; urgency=medium
[ Bernd Zeimetz ]
* [19c646a] gcc9 compatibility.
Upstream commit c68172ef7f2d4f116078e2aba82986a8cab0b16e (Closes: #925794)
[ Christian Ehrhardt ]
* [865763e] Fix other ftbfs with GCC-9
* d/rules: disable address-of-packed-member gcc-9 warnings for pre 11.0 code
(LP: #1842301)
* d/rules: use modern syntax for disabling deprecated-declarations
* d/p/gcc9-Remove-GLib-2.32-deprecated-APIs-from-tools.patch: stop using outdated GLib features
Upstream commit a7c141fc
* d/p/gcc9-drop-obsolete-G_INLINE_FUNC.patch: stop using deprecated GLib Macro
* d/p/gcc9-GStaticRecMutex.patch: stop using deprecated GStaticRecMutex
Upstream commit 19ca3e36
* d/p/gcc9-build-error-in-vmblocktest.c.patch: avoid error due to stringop-truncation
Upstream commit 553d1283
[ Bernd Zeimetz ]
* [0ce2ba2] Policy 4.0.1: The extra priority has been deprecated
* [c8760c6] Bumping Standards-Version to 4.4.0
* [a6ed8ce] Don't override dh_builddeb.
debian-rules-should-not-use-custom-compression-settings
* [bdfd8b5] Remove add_patch script
* [be4d889] Update copyright years.
* [9ac710e] Remove autotools-dev dependency.
* [4296cf4] Fix permissions of udev rules file
* [ed11c19] A new lintian override
open-vm-tools (2:10.3.10-2) unstable; urgency=medium
[ Christian Ehrhardt ]
* [d79cc9d] d/control: fix postinst missing lsmod/modprobe.
Upgrades on open-vm-desktop can trigger errors like the following:
/var/lib/dpkg/info/open-vm-tools-desktop.postinst: 5:
/var/lib/dpkg/info/open-vm-tools-desktop.postinst: lsmod: not found
/var/lib/dpkg/info/open-vm-tools-desktop.postinst: 6:
/var/lib/dpkg/info/open-vm-tools-desktop.postinst: modprobe: not found
The reason is that kmod isn't a dependency of open-vm-tools-desktop and
could be missing e.g. if you installed it in a system container.
Once might discuss how useful open-vm-tools-desktop is in that
environment but a n issue to fix none the less.
Signed-off-by: Christian Ehrhardt <christian.ehrhardt at canonical.com>
[ Bernd Zeimetz ]
* [4d3f25f] Fix guest OS reporting for Debian/Buster.
Without this fix, open-vm-tools report other4xLinux64Guest instead of
Debian/Buster.
Reason is the output of lsb_release, which outputs:
$ lsb_release -sd
Debian GNU/Linux 10 (buster)
But the code in open-vm-tools expects '10.'.
Thanks to Oliver Kurth (Closes: #934005)
open-vm-tools (2:10.3.10-1) unstable; urgency=high
* [122e511] Update upstream source from tag 'upstream/10.3.10'
Update to upstream version '10.3.10'
with Debian dir fb12c7cfc99a9497795475c29306e78d08cc3712
- Closes: #925940
- Bugfix release for the 10.3 series.
- Correct and/or improve handling of certain quiesced
snapshot failures (shipped as patch in 2:10.3.5-6).
- Fix some bad derefs in primary NIC gather code
- Fix possible security issue with the permissions of the
intermediate staging directory and path.
Closes: #925959
- CONSTANT_EXPRESSION_RESULT in TimeUtil_StringToDate()
Found by coverity.
- Deploypkg log files of linux should not be world readable.
They might contain sensitive data.
- General code clean-up:
- Treat local variables "len" consistently as "size_t"
type in Posix_Getmntent_r()
- Improve readability of error handling logic in
ShrinkDoWipeAndShrink() and remove another line of dead code.
- Setting "errno" to ENOENT when there is no passwd entry
for the user.
- Fix NULL pointer dereference and remove three lines of dead code.
- Other changes/fixes, not related to Debian:
- Update copyright years
- Fix CentOS 7.6 detection
- Include vmware/tools/log.h to define g_info (fix for SLES)
- Special-case profile loading for StartProgram
(Win32 only)
- Changes to common source files not applicable to
open-vm-tools. (Code used by other vmware tools, unrelated
to open-vm-tools).
- Bump up the SYSIMAGE_VERSION for VMware tools 10.3.10
* [18de70f] Removing backported patches, shipped in 10.3.10.
Date: 2019-12-11 16:30:09.902972+00:00
Changed-By: Christian Ehrhardt <christian.ehrhardt at canonical.com>
Signed-By: Łukasz Zemczak <lukasz.zemczak at canonical.com>
https://launchpad.net/ubuntu/+source/open-vm-tools/2:11.0.1-2ubuntu0.18.04.2
-------------- next part --------------
Sorry, changesfile not available.
More information about the Bionic-changes
mailing list