[ubuntu/zesty-proposed] open-vm-tools 2:10.1.5-5055683-1ubuntu1 (Accepted)

FJKong fanjun.kong at canonical.com
Wed Mar 1 18:19:15 UTC 2017


open-vm-tools (2:10.1.5-5055683-1ubuntu1) zesty; urgency=medium

  * Merge from Debian unstable (LP: #1666430) Remaining changes:
    - Build without xmlsecurity support and xerces for now (universe)

open-vm-tools (2:10.1.5-5055683-1) unstable; urgency=medium

  * [60d1417] Merge tag 'upstream/10.1.5-5055683'
    Upstream version 10.1.5-5055683
    Closes: #856330

    10.1.5 is a point release fixing the following issues:
    - Authentication failure is reported as unknown general system error.
      Attempts to authenticate through VGAuth service might result
      in an authentication-specific error such as an expired account or
      password. The authentication-specific error might then be incorrectly
      reported as an unknown general system error, similar to the following:
      CommunicationException: Failed to create temp file on target
      <IP_ADDRESS>: A general system error occurred: Unknown error

    - Unable to backup virtual machines with active Docker containers.
      This bug should not happen in Debian stretch at all, but might
      be relevant for backports.

    - Fix ISO mappings for CentOS/OracleLinux. Not relevant for Debian

    - Thaw Filesystems if snapshot commit message to VMX fails.

    - Add missing agent configuration files that were accidentally
      ignored by .gitignore

open-vm-tools (2:10.1.0-4449150-4) unstable; urgency=medium

  [ Chris Glass ]
  * [d55b33f] Point the control file's homepage to the new one.
    The upstream open-vm-tools switched from sourceforge to github. This
    simply updates the link to reflect that.
    Signed-off-by: Chris Glass <chris.glass at canonical.com>

  [ Bernd Zeimetz ]
  * [f44a9a8] Drop duplicate udev rules.
    Timeouts are set in 99-vmware-scsi-udev.rules now,
    shipped by upstream.
    Thanks to Bernhard Schmidt (Closes: #851240)
  * [21df3fa] Install vgauth.service.
    vgauth is a service that allows authentication in the guest using SAML
    tokens. Necessary for guest operations initiated from the vSphere
    datacenter. (Closes: #855337)

open-vm-tools (2:10.1.0-4449150-3) unstable; urgency=medium

  * [17b04da] Override dh_md5sums for arch-dependent packages only.
    Thanks to Santiago Vila (Closes: #849876)

open-vm-tools (2:10.1.0-4449150-2) unstable; urgency=medium

  * [fe8ae94] Stay with .gz as compression.
  * [afb2f52] Use systemd-detect-virt if available.
    Use systemd-detect-virt to detect VMware platform because
    vmware-checkvm might misbehave on non-VMware platforms.
    (RHBZ#1251656)
  * [1505d5f] Re-indent files properly.
  * [1b0b7eb] vm-support script needs lspci from pciutils.
    (RHBZ#1388766)
  * [1e2eb34] Make dpkg --verify happy now. (Closes: #847221)

open-vm-tools (2:10.1.0-4449150-1) unstable; urgency=medium

  * [72150f0] Merge tag 'upstream/10.1.0-4449150'
    Upstream version 10.1.0-4449150
  * [d4743dd] Bump dh compat level to 10.
  * [acce982] Handle open-vm-tools subdirectory as shipped by upstream.
  * [9047555] Install upstream changelog.
  * [fafb845] Remove extra \ from md5sums file.
    See #843163
    dpkg: -V fails on files with \ in the name
    for details.
  * [1455af1] Refreshing patches.
  * [776971c] dh_autoreconf_clean doesn't need --sourcedirectory.
  * [d50714b] Stay with libssl1.0 for now. (Closes: #828476)
  * [a0c6696] Fix dkms.sh call for new directory structure.

Date: Wed, 01 Mar 2017 18:09:29 +0000
Changed-By: FJKong <fanjun.kong at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Iain Lane <iain at orangesquash.org.uk>
https://launchpad.net/ubuntu/+source/open-vm-tools/2:10.1.5-5055683-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 01 Mar 2017 18:09:29 +0000
Source: open-vm-tools
Binary: open-vm-tools open-vm-tools-desktop open-vm-tools-dev open-vm-tools-dkms
Architecture: source
Version: 2:10.1.5-5055683-1ubuntu1
Distribution: zesty
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: FJKong <fanjun.kong 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
 open-vm-tools-dkms - Open VMware Tools vmxnet kernel module (deprecated)
Closes: 828476 847221 849876 851240 855337 856330
Launchpad-Bugs-Fixed: 1666430
Changes:
 open-vm-tools (2:10.1.5-5055683-1ubuntu1) zesty; urgency=medium
 .
   * Merge from Debian unstable (LP: #1666430) Remaining changes:
     - Build without xmlsecurity support and xerces for now (universe)
 .
 open-vm-tools (2:10.1.5-5055683-1) unstable; urgency=medium
 .
   * [60d1417] Merge tag 'upstream/10.1.5-5055683'
     Upstream version 10.1.5-5055683
     Closes: #856330
 .
     10.1.5 is a point release fixing the following issues:
     - Authentication failure is reported as unknown general system error.
       Attempts to authenticate through VGAuth service might result
       in an authentication-specific error such as an expired account or
       password. The authentication-specific error might then be incorrectly
       reported as an unknown general system error, similar to the following:
       CommunicationException: Failed to create temp file on target
       <IP_ADDRESS>: A general system error occurred: Unknown error
 .
     - Unable to backup virtual machines with active Docker containers.
       This bug should not happen in Debian stretch at all, but might
       be relevant for backports.
 .
     - Fix ISO mappings for CentOS/OracleLinux. Not relevant for Debian
 .
     - Thaw Filesystems if snapshot commit message to VMX fails.
 .
     - Add missing agent configuration files that were accidentally
       ignored by .gitignore
 .
 open-vm-tools (2:10.1.0-4449150-4) unstable; urgency=medium
 .
   [ Chris Glass ]
   * [d55b33f] Point the control file's homepage to the new one.
     The upstream open-vm-tools switched from sourceforge to github. This
     simply updates the link to reflect that.
     Signed-off-by: Chris Glass <chris.glass at canonical.com>
 .
   [ Bernd Zeimetz ]
   * [f44a9a8] Drop duplicate udev rules.
     Timeouts are set in 99-vmware-scsi-udev.rules now,
     shipped by upstream.
     Thanks to Bernhard Schmidt (Closes: #851240)
   * [21df3fa] Install vgauth.service.
     vgauth is a service that allows authentication in the guest using SAML
     tokens. Necessary for guest operations initiated from the vSphere
     datacenter. (Closes: #855337)
 .
 open-vm-tools (2:10.1.0-4449150-3) unstable; urgency=medium
 .
   * [17b04da] Override dh_md5sums for arch-dependent packages only.
     Thanks to Santiago Vila (Closes: #849876)
 .
 open-vm-tools (2:10.1.0-4449150-2) unstable; urgency=medium
 .
   * [fe8ae94] Stay with .gz as compression.
   * [afb2f52] Use systemd-detect-virt if available.
     Use systemd-detect-virt to detect VMware platform because
     vmware-checkvm might misbehave on non-VMware platforms.
     (RHBZ#1251656)
   * [1505d5f] Re-indent files properly.
   * [1b0b7eb] vm-support script needs lspci from pciutils.
     (RHBZ#1388766)
   * [1e2eb34] Make dpkg --verify happy now. (Closes: #847221)
 .
 open-vm-tools (2:10.1.0-4449150-1) unstable; urgency=medium
 .
   * [72150f0] Merge tag 'upstream/10.1.0-4449150'
     Upstream version 10.1.0-4449150
   * [d4743dd] Bump dh compat level to 10.
   * [acce982] Handle open-vm-tools subdirectory as shipped by upstream.
   * [9047555] Install upstream changelog.
   * [fafb845] Remove extra \ from md5sums file.
     See #843163
     dpkg: -V fails on files with \ in the name
     for details.
   * [1455af1] Refreshing patches.
   * [776971c] dh_autoreconf_clean doesn't need --sourcedirectory.
   * [d50714b] Stay with libssl1.0 for now. (Closes: #828476)
   * [a0c6696] Fix dkms.sh call for new directory structure.
Checksums-Sha1:
 e59a4c246cbdd4f9b7c05adbca6e06e8b72900e8 2524 open-vm-tools_10.1.5-5055683-1ubuntu1.dsc
 7faf57fad61e84a68367e99dff91f7e291474bf1 5040610 open-vm-tools_10.1.5-5055683.orig.tar.gz
 0282c7bd11421422894ae1754ede075d9746a5c6 25632 open-vm-tools_10.1.5-5055683-1ubuntu1.debian.tar.xz
Checksums-Sha256:
 c9685149f39cad88aa675b24240dc67074aa79664a29e14981a126f656371582 2524 open-vm-tools_10.1.5-5055683-1ubuntu1.dsc
 c789f9b8053f9c5418bac4ce9547beb513e8eb2bbd3369821ca94a0d8cfade8f 5040610 open-vm-tools_10.1.5-5055683.orig.tar.gz
 da8623fe255899a80ff01f9839a788a61aa2d63dd4e79b527ade4bd25deffa7e 25632 open-vm-tools_10.1.5-5055683-1ubuntu1.debian.tar.xz
Files:
 1a6a0c420ba28deac633b0fa79655292 2524 admin extra open-vm-tools_10.1.5-5055683-1ubuntu1.dsc
 a1f88edfd30630cf4bf087ae92d8b435 5040610 admin extra open-vm-tools_10.1.5-5055683.orig.tar.gz
 0242972ba6942f51071c3988e54bda88 25632 admin extra open-vm-tools_10.1.5-5055683-1ubuntu1.debian.tar.xz
Original-Maintainer: Bernd Zeimetz <bzed at debian.org>

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCgAGBQJYtxB4AAoJEONS1cUcUEHU6r0P/0ykm+319sYStqVrXRSoGPmp
uAkSCrXNMictNJKQomRNS2/YRfNkTPteSpRYDHLP9fuz2XpBqN+HUhd6xohpBRPM
JdAx4jPcsV+dnoGd6QyiEjAhaAtkrLEOhNIMqBngbBp+GmKq2OX0/LyHzm6RLQA8
noeOsjUPS0ZnVdNIwwLOUBdJQnUqHrgWWxPos1X8jR1+QZ5gR5y4K4qPvoPTHyYU
KAl6xnjB3JJEAPEPxCdl1Buja29w9hiYVFAvDm0dS8tS/Kh3FMIfOUDCqS4qfC2D
YaEPrAI9PIKuYKvnGVQpghBPiyWR3N/U9Ze4eBmTitmt9yRT65fABO7W1YmaOUwA
TP9cjxRK2kUp/esLkvcnEql1/VZYbqkWPhENVTtXRaX9hGrSKapfgvbWwYFQnrI3
VbIuiI2KjNGO6teis7yEl59X8pb5AxSo4lTR8TTNurgyzLDk3hkUiGNNVdFaRxNE
53AfQ9qMgxMAAfSxsVLb2VpSnnjqoRK0bqKQi010+LhUOBKpFC5zjxEVJ096n+1x
gm9sjJTNU8K7wIlZJZ9XHxt/wjZFbXhbhfeDN3YWSpeMdOU8OmQSZhtqwfBqjWWn
qvdVQqRFQdaPUNB+vKo0w9dHPOX8huz6n/wVTIV2k3BGc6QZld9csd6tECcnImrH
y4mmg/GK7sr+i77zOyuu
=VINF
-----END PGP SIGNATURE-----


More information about the Zesty-changes mailing list