[ubuntu/bionic-proposed] open-vm-tools 2:11.0.1-2ubuntu0.18.04.2 (Accepted)

Christian Ehrhardt christian.ehrhardt at canonical.com
Thu Dec 12 10:47:22 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: Mon, 09 Dec 2019 11:03:56 +0100
Changed-By: Christian Ehrhardt <christian.ehrhardt at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/open-vm-tools/2:11.0.1-2ubuntu0.18.04.2
-------------- next part --------------
Format: 1.8
Date: Mon, 09 Dec 2019 11:03:56 +0100
Source: open-vm-tools
Binary: open-vm-tools open-vm-tools-desktop open-vm-tools-dev
Architecture: source
Version: 2:11.0.1-2ubuntu0.18.04.2
Distribution: bionic
Urgency: high
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
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: 925794 925940 925959 934005 940853 942692
Launchpad-Bugs-Fixed: 1842301 1844834 1855686
Changes:
 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.
Checksums-Sha1:
 2922ee29cd249b0f6e4c549d422b7b6d15516333 2482 open-vm-tools_11.0.1-2ubuntu0.18.04.2.dsc
 5364d17db68ef8f36a9dd81fd522171aef2fb7fd 1732672 open-vm-tools_11.0.1.orig.tar.xz
 0cd7fa6d81d076ad83964b4dc0a69776afad89f8 30984 open-vm-tools_11.0.1-2ubuntu0.18.04.2.debian.tar.xz
 b8690ce02993778e66ebf8abe491c47928237843 8218 open-vm-tools_11.0.1-2ubuntu0.18.04.2_source.buildinfo
Checksums-Sha256:
 f8afb6f697ce4465684298ef195dd3332266e11e3cc63c7f487f4d902678ed08 2482 open-vm-tools_11.0.1-2ubuntu0.18.04.2.dsc
 39b671c7a25c210cf35a5e40b6448e9e59848c6ac4d291c00be87d7535bc8584 1732672 open-vm-tools_11.0.1.orig.tar.xz
 6925606fabbcfd0ae731950f83a396168656cf7a42a9129e645db53e0ec15b1a 30984 open-vm-tools_11.0.1-2ubuntu0.18.04.2.debian.tar.xz
 c92be5af9fe7c2a6e7a14d47be3cc40b55f2ac2a6d6f27fd19983214346b2b43 8218 open-vm-tools_11.0.1-2ubuntu0.18.04.2_source.buildinfo
Files:
 4ff44b040032e3550f13d73127040f3e 2482 admin optional open-vm-tools_11.0.1-2ubuntu0.18.04.2.dsc
 67550ae699c93b4beaef6803b4c7b472 1732672 admin optional open-vm-tools_11.0.1.orig.tar.xz
 089d8a0352742bbbeaee2282c9501d57 30984 admin optional open-vm-tools_11.0.1-2ubuntu0.18.04.2.debian.tar.xz
 8eb4e8e0b5e742c7fe69ec47f999e189 8218 admin optional open-vm-tools_11.0.1-2ubuntu0.18.04.2_source.buildinfo
Original-Maintainer: Bernd Zeimetz <bzed at debian.org>


More information about the Bionic-changes mailing list