[ubuntu/bionic-proposed] open-vm-tools 2:10.3.10-1~ubuntu0.18.04.1 (Accepted)

Christian Ehrhardt christian.ehrhardt at canonical.com
Fri Jun 7 20:52:37 UTC 2019


open-vm-tools (2:10.3.10-1~ubuntu0.18.04.1) bionic; urgency=medium

  * Backport recent open-vm-tools (LP: #1822204)

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.

open-vm-tools (2:10.3.5-8) unstable; urgency=medium

  [ Jean-Baptiste Lallement ]
  * [0f35aee] Add modaliases to open-vm-tools-desktop.
    Added Modaliases to open-vm-tools-desktop to auto-discover and
    auto-install the driver on Ubuntu via ubuntu-drivers. The driver is then
    installed at installation time and available on first boot for an
    improved user experience (LP: #1819207)

  [ Bernd Zeimetz ]
  * [dc4e1ce] Load vmwgfx module before vmtoolsd starts.
    As discussed on github in vmware/open-vm-tools#214
    we need to load the vmwgfx module before starting vmtoolsd
    for desktop users. Otherwise it is not able to retrieve the KMS
    resolutions and resizing the VM desktop fails.
    Thanks to @thomashvmw @rhertzog (Closes: #924518)

Date: Tue, 14 May 2019 09:07:32 +0200
Changed-By: Christian Ehrhardt <christian.ehrhardt at canonical.com>
Maintainer: Bernd Zeimetz <bzed at debian.org>
https://launchpad.net/ubuntu/+source/open-vm-tools/2:10.3.10-1~ubuntu0.18.04.1
-------------- next part --------------
Format: 1.8
Date: Tue, 14 May 2019 09:07:32 +0200
Source: open-vm-tools
Binary: open-vm-tools open-vm-tools-desktop open-vm-tools-dev
Architecture: source
Version: 2:10.3.10-1~ubuntu0.18.04.1
Distribution: bionic
Urgency: high
Maintainer: Bernd Zeimetz <bzed at debian.org>
Changed-By: Christian Ehrhardt <christian.ehrhardt at canonical.com>
Description:
 open-vm-tools - Open VMware Tools for virtual machines hosted on VMware (CLI)
 open-vm-tools-desktop - Open VMware Tools for virtual machines hosted on VMware (GUI)
 open-vm-tools-dev - Open VMware Tools for virtual machines hosted on VMware (developm
Closes: 924518 925940 925959
Launchpad-Bugs-Fixed: 1819207 1822204
Changes:
 open-vm-tools (2:10.3.10-1~ubuntu0.18.04.1) bionic; urgency=medium
 .
   * Backport recent open-vm-tools (LP: #1822204)
 .
 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.
 .
 open-vm-tools (2:10.3.5-8) unstable; urgency=medium
 .
   [ Jean-Baptiste Lallement ]
   * [0f35aee] Add modaliases to open-vm-tools-desktop.
     Added Modaliases to open-vm-tools-desktop to auto-discover and
     auto-install the driver on Ubuntu via ubuntu-drivers. The driver is then
     installed at installation time and available on first boot for an
     improved user experience (LP: #1819207)
 .
   [ Bernd Zeimetz ]
   * [dc4e1ce] Load vmwgfx module before vmtoolsd starts.
     As discussed on github in vmware/open-vm-tools#214
     we need to load the vmwgfx module before starting vmtoolsd
     for desktop users. Otherwise it is not able to retrieve the KMS
     resolutions and resizing the VM desktop fails.
     Thanks to @thomashvmw @rhertzog (Closes: #924518)
Checksums-Sha1:
 1bfd28b088f439c8c0b23803f1264369d4a982aa 2390 open-vm-tools_10.3.10-1~ubuntu0.18.04.1.dsc
 8f1efa9c8f91c14e3dc671a7a2ebb6bc79d31725 2237520 open-vm-tools_10.3.10.orig.tar.xz
 f78e2547d2458c6fd39b885d7dbc221c0a673edb 27616 open-vm-tools_10.3.10-1~ubuntu0.18.04.1.debian.tar.xz
 2bdf8aec5988bdb27323c0d0a70d482578993cf4 8102 open-vm-tools_10.3.10-1~ubuntu0.18.04.1_source.buildinfo
Checksums-Sha256:
 7ec2412035367a339427a8b8fb6e84780358f2d85f9055f53e9b9a5d516dfedb 2390 open-vm-tools_10.3.10-1~ubuntu0.18.04.1.dsc
 bab779fcaba98fa118553cfd3f94d62881e8f69372b03c01838cda9c3e422dd9 2237520 open-vm-tools_10.3.10.orig.tar.xz
 e284a0b13942f39d25f813d4d8170657bb8b4e5006bbd4da0c78860c63d4da5d 27616 open-vm-tools_10.3.10-1~ubuntu0.18.04.1.debian.tar.xz
 66eaf945da4f959014dbcb0140e56b653eff1ed33d771ee509422ecde291aa8a 8102 open-vm-tools_10.3.10-1~ubuntu0.18.04.1_source.buildinfo
Files:
 f0b67e3a9d1768b5f5c7442eee526795 2390 admin extra open-vm-tools_10.3.10-1~ubuntu0.18.04.1.dsc
 077358c0961053ecada2a90e5df999c6 2237520 admin extra open-vm-tools_10.3.10.orig.tar.xz
 d846a419ba894fb2c3cc0b1684886703 27616 admin extra open-vm-tools_10.3.10-1~ubuntu0.18.04.1.debian.tar.xz
 d369f93908d0ef0fe490de7667a98bc5 8102 admin extra open-vm-tools_10.3.10-1~ubuntu0.18.04.1_source.buildinfo


More information about the Bionic-changes mailing list