|
|
|
|
Changelog for libvmtools0-10.3.10-lp150.2.16.1.x86_64.rpm :
* Tue May 07 2019 kallan - Update vmtoolsd.service tools to run after the network service is ready. (bsc#1133623)- Link VGAuthService to libxmlsec1 rather than libxml-security-c in SLES 12 SP3. (bsc#1122435) * Fri Mar 29 2019 kallan - Update to 10.3.10 (build 12406962) (boo#1130898) + Resolved - In certain cases, quiesced snapshots on Linux guests do not include backup manifests.- Drop unnecessary patch: - include_log_h_for_g_info.patch - no_manifest_on_aborted_snapshot.patch - send_vmbackup_event_generic_manifest.patch - vmtoolsd_bailout_on_rpc_errors.patch * Wed Mar 13 2019 kallan - Link VGAuthService to libxmlsec1 rather than libxml-security-c for SLES 15 and SLES 15 SP1. It requires libxmlsec1 to be available in the base. VGAuthService is already being linked with libxmlsec1 for SLES 12 SP4. (bsc#1122435) * Tue Feb 26 2019 Martin Liška - Add gcc9-warnings.patch (bsc#1126102). * Fri Feb 08 2019 kallanAATTsuse.com- Link VGAuthService to libxmlsec1 rather than libxml-security-c in SLE products where available. (bsc#1122435)- Add patches to correct and/or improve handling of certain quiesced snapshot failures (bsc#1124397). + no_manifest_on_aborted_snapshot.patch Don\'t send a backup manifest when aborting a Linux quiesced snapshot. + vmtoolsd_bailout_on_rpc_errors.patch Bail out vmtoolsd early when there are RPC errors. + send_vmbackup_event_generic_manifest.patch Always send VMBACKUP_EVENT_GENERIC_MANIFEST during quiesced snapshots. + include_log_h_for_g_info.patch Include vmware/tools/log.h to define g_info. * Tue Jan 29 2019 kallanAATTsuse.com- Update vmtoolsd.service to support cloud-init customization by default by adding \"DefaultDependencies=no\" and \"Before=cloud-init-local.service\" to the [Unit] section of vmtoolsd.service (bsc#1121964) .- Copyright year updated in spec file. * Fri Nov 09 2018 kallanAATTsuse.com- Update to 10.3.5 (build 10430147) (boo#1115118) + While running a quiesced snapshot of a Linux guest on the vSphere hosts earlier than version 6.7, open-vm-tools logs warning messages. + CreateTemporaryFileInGuest/CreateTemporaryDirectoryInGuest returns a file path that does not exist. + Excessive spikes of the Memory/Workload percentage metric, in a vRealize Operations cluster. + open-vm-tools Service running as vmusr crashes on Linux systems which are not running on the VMware platform.- Drop unnecessary patch: - false-negative-cloud-init.patch - handle-linux-kernel-stat-overflow.patch - optional-override-os-name.patch * Fri Oct 12 2018 kallanAATTsuse.com- Added Handle Linux kernel /proc FS uint32 type stat overflow when calculating (bsc#1110793). + handle-linux-kernel-stat-overflow.patch On both 32-bit and 64-bit Linux, tools always parses Linux kernel /proc FS stats as uint64 values. For rate stats, current - previous can handle uint64 type stat overflow, but not uint32 type.- Added patch for Optional override for short and long OS names sent from Tools (bsc#1047469). + optional-override-os-name.patch Added support for customers to override the returned long and short OS names through the tools config file. If the setting is present, then names gathered by hostinfo will be ignored. The user is responsible for setting the appropriate names.- Added patch for Workaround for false negative result when detecting cloud-init existance (bsc#1111619) + false-negative-cloud-init.patch \"cloud-init -v\" cmd is used to detect if cloud-init is properly configured and it works on most linux distros. However in some linux distro like Amazon Linux 2, \"cloud-init -v\" will print result to stderr instead of stdout and it makes \"forkExecAndWaitCommand\" give false negative result. 1. added a new bool switch in \"ForkExecAndWaitCommand\" to choose if we should ignore the stderr output when the return code is 0 2. removed unnecessary reference for \"ForkExecAndWaitCommand\" in linuxDeploymentUtilities.c 3. trivial change for some formatting * Wed Aug 15 2018 kallanAATTsuse.com- After updating the project to include openSUSE_Leap_15.0 and SLE_15, the builds for these two projects fail because of unresolved dependencies. Some Factory configuration settings were being used for them. Need to adjust the spec file to not use Factory configuration settings for openSUSE_Leap_15.0 and SLE_15. * Fri Aug 10 2018 kallanAATTsuse.com- Remove vgauthd.service from the %pre and %post section in the spec file. This allows vmtoolsd.service to enable vgauthd if needed which creates the vmtoolsd.service.requires/vgauthd.service symlink. (bsc#1103868)- Add Requires: libxmlsec1-openssl1 to the spec file. This is needed when using xmlsec1 rather than xml-ssecurity-c. * Mon Aug 06 2018 kallanAATTsuse.com- Update to 10.3.0 (build 8931395) + Starting with 10.3.0, open-vm-tools builds with xmlsec1 by default (instead of building with xml-security). To revert to the old behavior and build with xml-security, use the option \'--enable-xmlsecurity\' for the ./configure command. + Add BuildRequires: libxml2-devel + Add BuildRequires: pkgconfig(xmlsec1) for all openSUSE builds + Use --enable-xmlsecurity when building for SLE- Drop unnecessary patches - 100-libtirpc.patch * Thu May 17 2018 mlatimerAATTsuse.com- Switch from sunrpc to libtirpc to enable building under glibc 2.27 in openSUSE Factory. (commit 375d4463c68be3a133e4377655b68cc090cd9511) + 100-libtirpc.patch * Fri Apr 06 2018 mlatimerAATTsuse.com- Update to 10.2.5 (build 8068406) (boo#1089181) + Compatible with supported versions of VMware vSphere ESXi 5.5 and later, VMware Workstation 14.0 and VMware Fusion 10.0.0. + Quiesced snapshot: Ability to exclude specific file systems from quiesced snapshots on Linux guest operating systems. For more details, see [Documentation](https://docs.vmware.com/en/VMware-Tools/index.html) + Disable display mode setting: A configuration option is introduced to disable normal display mode setting functionality using open-vm-tools. For more details, see [KB 53572](https://kb.vmware.com/s/article/53572).- Drop unnecessary patches - udev_rules-disk-devs-only.patch * Tue Feb 13 2018 dimstarAATTopensuse.org- Stop depending on the meta-package xorg-x11-devel as BuildRequires, but use the explicit module names configure is looking for: pkgconfig(sm), pkgconfig(xcomposite), pkgconfig(xext), pkgconfig(xi), pkgconfig(xinerama), pkgconfig(xrandr), pkgconfig(xrender) and pkgconfig(xtst). * Thu Dec 21 2017 mlatimerAATTsuse.com- The VMware provided open-vm-tools-deploypkg is now obsoleted. * Fri Dec 15 2017 mlatimerAATTsuse.com- Update to 10.2.0 (build 7253323) (boo#1073174) + Fix memory leak in vmtoolsd. + Add SUSE Server for SAP Applications to hostinfoPosix.c + Fix crash issue when stopping vmtoolsd(vmuser). + Add new GOS definitions (e.g. SLES 15) for virtual hardware version 14. + Add /usr/bin/vmware-user symlink to vmware-user-suid-wrapper. + Provide vmware-vgauth-smoketest, for VGAUthservice validation.- Modify udev rules to only adjust timeout on disk devices (bsc#1063320) + udev_rules-disk-devs-only.patch- Due to a hard dependency on glibc 2.12, open-vm-tools 10.2.0 no longer builds for SLES11. Remove all SLES11 specific options in spec file.- Drop unnecessary patches - Report-SLES12-SAP-guest-OS-as-SLES12.patch - resolutionKMS-wayland.patch - fix_discards_qualifiers_warning.patch (only applicable to SLES11) * Fri Oct 13 2017 mlatimerAATTsuse.com- Build deploypackage plugin for SLES11 (bsc#1062837) (The VMware provided open-vm-tools-deploypkg is now obsolete.)- Enable building with ssl capabilities for SLES11. +fix_discards_qualifiers_warning.patch * Fri Oct 06 2017 mlatimerAATTsuse.com- Update to 10.1.15 stable release + Tools Hgfs Plugin: refresh Hgfs drives on client start + Report version data via guestinfo vars + Add entries for MacOS 10.13 (High Sierra) to guest_os_tables.h * Mon Aug 21 2017 mlatimerAATTsuse.com- open-vm-tools fails to correctly set screen resolution under Wayland environments (boo#1054800) + resolutionKMS-wayland.patch * Tue Aug 15 2017 mlatimerAATTsuse.com- Update to 10.1.10 stable release (boo#1051977, bsc#1052129) + Map certain PAM errors to VGAUTH_E_AUTHENTICATION_DENIED. + Exclude non-directory and non-existing paths during quiescing. + Fix timesync state to be uncalibrated when adjustment is large (>60ms). + Fix an invalid class pointer access when the VSS provider is not installed. + Add support for the new selection target name \"text/rtf\" for copy/paste. + VMCI: reset datagram buffer pointer on dealloc + randomly generate tmp directory name + Previously Common Agent Framework (CAF) builds were linking against specific versions of PCRE and libiconv. That restriction has been removed. + Reverts commit 7023998ba5594871a658c5ef1be4dbda6c0158eb to prevent intermittent hangs during soft reboots of RHEL 6.8 Linux VM. + Includes fix for VMs freezing during snapshots (bsc#1051627) (Thaw filesystems if the snapshot commit message to VMX fails. Commit b443e6456ffda66c0279032ab932ef271f8e1ae6)- Drop unnecessary patch: + glibc-sysmacros.patch * Fri Mar 31 2017 kenAATTsuse.com- Fix unowned /var/lib/vmware directory. (bsc#1028866)- Fix package dependency for open-vm-tools on libvmtools0 (bsc#1031968) * Mon Mar 27 2017 kenAATTsuse.com- fix build failure caused by upstream glibc change requiring explicit include of sys/sysmacros.h + glibc-sysmacros.patch * Thu Mar 09 2017 kenAATTsuse.com- Updated to 10.1.5 stable release (boo#1027987) + Authentication failure is reported as unknown general system error. + Unable to backup virtual machines with active Docker containers. * Mon Feb 20 2017 kukukAATTsuse.de- Don\'t require insserv if we don\'t need it. * Tue Feb 07 2017 kenAATTsuse.com- Sumbitting update for SLE11SP4, SLE12SP1, SLE12SP2 see fate#322214 & fate#322218 * Wed Dec 14 2016 sparschauerAATTsuse.de- Report SLES12-SAP guest OS as SLES12 (bsc#1013496) + Report-SLES12-SAP-guest-OS-as-SLES12.patch * Thu Dec 01 2016 kenAATTsuse.com- Remove building KMP modules. No longer needed or wanted for current releases. User space tool vmhgfs-fuse has replaced the need for vmhgfs kernel module. * Sat Nov 12 2016 kenAATTsuse.com- Updated to 10.1.0 stable release (boo#1011057) + vmware-namespace-cmd command line utility. + gtk3 support + Common Agent Framework (CAF) + guest authentication with xmlsec1 + FreeBSD support + sub-command to push updated network information to the host on demand + udev rules for configuring SCSI timeouts in the guest + fixes for Ubuntu 16.10 + Fix for quiesced snapshot failure leaving guest file system quiesced (bsc#1006796) + Fix for CVE-2015-5191 (bsc#1007600)- Dropped upstream patches included (or not necessary) in 10.1.0: + vmw-bitmask-gcc6.patch + no-unused-const.patch + enable-gcc46+.patch * Wed Nov 02 2016 jcejkaAATTsuse.de- Add udev rule to increase VMware virtual disk timeout values (bsc#994598) [99-vmware-scsi-udev.rules] * Wed Jul 13 2016 kenAATTsuse.com- Fix vmtoolsd init script to run vmtoolsd in background. (bsc#971031) + fix originally done in SLE-11-SP4 code base by tcechAATTsuse.cz * Thu Jun 16 2016 kenAATTsuse.com- Added patches for GCC 6 build failure (boo#985110) + vmw-bitmask-gcc6.patch + no-unused-const.patch * Wed Jun 08 2016 kenAATTsuse.com- Update to 10.0.7-gtk3 stable branch + add support for gtk3, needed by the dndcp and resolutionset plugins + remove files generated by autoreconf + a few minor build fixes- Update fixes copy-n-paste and drag-n-drop regressions (bsc#978424)- Added new vmblock-fuse.service- Drop upstream patches included (or not necessary) in 10.0.7-gtk3: + open-vm-tools-posixly.patch + open-vm-tools-buildsystem-fixup.patch * Fri Apr 29 2016 afaerberAATTsuse.de- Sanitize the filename handling some more. The official GitHub filename is open-vm-tools-stable-10.0.7.tar.gz. * Thu Apr 28 2016 kenAATTsuse.com- Update to 10.0.7 stable branch + Added namespace command line utility \"vmware-namespace-cmd\". * Fri Apr 22 2016 jslabyAATTsuse.com- they renamed open-vm-tools-stable-10.0.5.tar.gz to stable-10.0.5.tar.gz -- fix .spec accordingly * Wed Apr 20 2016 dimstarAATTopensuse.org- Add open-vm-tools-posixly.patch: defined(linux) is not posix compliant and modern compilers no longer accept it. Change to defined(__linux__) https://github.com/vmware/open-vm-tools/pull/81- Add open-vm-tools-buildsystem-fixup.patch: since libsigc++ injects - std=c++11 into CFLAGS, the various objects in open-vm-tools need to be split up a bit in order to not have a mixed C/C++ object receiving the same CFLAGS. * Wed Dec 23 2015 mlatimerAATTsuse.com- Compile without gtkmm support for SLES12 based environments (which do not provide gtkmm2.4) * Tue Dec 01 2015 mlatimerAATTsuse.com- Update to 10.0.5 stable branch + [vgauth] fix timestamp check + [libresolutionSet.so] Add an error handler to X11 resolutionSet + [vmci.ko] Kill tasklet when unloading vmci module + [libvmbackup.so] Quiesced snapshots Skip freezing autofs mounts. + [vmhgfs.ko] make vmhgfs compatible with Linux kernel 4.2 * Fri Oct 30 2015 mlatimerAATTsuse.com- Enable vgauth for openSUSE Leap 42.1 (bsc#952645) * Thu Oct 22 2015 mlatimerAATTsuse.com- Remove vgauth requirements from vmtoolsd.service file if vgauth is not enabled.- Remove gcc4.7 requirement for older environments. * Wed Sep 09 2015 mlatimerAATTsuse.com- Enable certificate-based access control via SAML tokens (vgauth) on openSUSE Factory. * Thu Sep 03 2015 mlatimerAATTsuse.com- Update to open-vm-tools-10.0.0-3000743 (boo#944615) + Common versioning + Quiesced snapshots enhancements for Linux guests running IO workload + Shared Folders (Linux kernel 4.0.0 and higher only) + ESXi Serviceability + GuestInfo Enhancements + Internationalization, with support for: + English + French + German + Spanish + Italian + Japanese + Korean + Simplified Chinese + Traditional Chinese + Compatibility with all supported versions of VMware vSphere, VMware Workstation 12.0 and VMware Fusion 8.0- Drop upstream patches included (or not necessary) in 10.0.0: - 0001-Fix-vmxnet-module-on-kernels-3.16.patch - 0002-Fix-d_alias-to-d_u.d_alias-for-kernel-3.18.patch - 0003-Fix-f_dentry-msghdr-kernel-3.19.patch - 0004-vmhgfs-bdi-kernel-4.0.patch - xutils-add-cstring.patch- Remove vmhgfs define to ensure vmhgfs is always built- Only build kernel modules for versions <= openSUSE 13.2 * Wed Sep 02 2015 mlatimerAATTsuse.com- Do not attempt to start vmware-vmblock-fuse if vmware-vmblock-fuse (included with the -desktop package) is not installed (bsc#943236) * Wed Aug 12 2015 dimstarAATTopensuse.org- For SLE11, the KMP is still required; the .spec file logic is now only enabled in the linked package, the 2nd spec file must not be part of the main package open-vm-tools (as Factory would immediately create the linked package, which would fail building with Linux 4.x) (boo#941384). * Mon Aug 10 2015 dimstarAATTopensuse.org- Drop KMP related .spec and .changes file (bsc#938593) (for now we keep the logic in the .spec file, in case we want to resurrect it). * Mon Jul 13 2015 mlatimerAATTsuse.com- Update to open-vm-tools-9.10.2-2822639 + Fix various compilation errors + Retry sending vmbackup event with elevated privileges + Add a -h option to vgauth + Workaround NFS open bug by retrying on ESTALE + Fix the HGFS protocol opcode to differentiate headers + Thaw filesystems when the snapshot commit message to VMX fails- Drop upstream patches included in 9.10.2: - toolboxcmd-fix-logic.patch - asm_x86.patch * Sun Jun 28 2015 antoine.belvireAATTlaposte.net- Fix compilation issues with GCC 5: * Add toolboxcmd-fix-logic.patch * Add asm_x86.patch * Thu May 21 2015 mlatimerAATTsuse.com- Build using gcc4.7 for SLES11 environments to avoid mul64.h dependency problem for i586 architectures- Include cstddef to resolve compile problems under gcc4.7 enable-gcc46+.patch- Ensure xutils builds properly under older versions of gcc xutils-add-cstring.patch- Prevent files on shared folders from being truncated to 0 bytes under 4.0 kernel 0004-vmhgfs-bdi-kernel-4.0.patch * Mon May 18 2015 mlatimerAATTsuse.com- Update to open-vm-tools-9.10.0-2476743: + vgauth added + deploypkg added + guest proxycerttool added + hgfs and vmci/vsock fixes + asyncsocket enhancements + library fixes and improvements + locking and logging fixes and improvements + foundry fixes + vm-support script fixes- Replace obsolete patches with rebased versions (from ArchLinux): - Drop 0001-Remove-unused-DEPRECATED-macro.patch - Drop 0002-Conditionally-define-g_info-macro.patch - Drop 0003-Add-kuid_t-kgid_t-compatibility-layer.patch - Drop 0004-Use-new-link-helpers.patch - Drop 0005-Update-hgfs-file-operations-for-newer-kernels.patch - Drop 0006-Fix-vmxnet-module-on-kernels-3.16.patch - Drop 0007-Fix-vmhgfs-module-on-kernels-3.16.patch - Drop 0008-Fix-segfault-in-vmhgfs.patch - Drop open-vm-tools-linux-3.17.7.patch - Drop open-vm-tools-linux-3.17.patch - Drop open-vm-tools-linux-3.18.0.patch - Add 0001-Fix-vmxnet-module-on-kernels-3.16.patch - Add 0002-Fix-d_alias-to-d_u.d_alias-for-kernel-3.18.patch - Add 0003-Fix-f_dentry-msghdr-kernel-3.19.patch- Add libmspack BuildRequires (deploypkg).- Add openssl BuildRequires (grabbitmqproxy and vgauth).- Compile using --without-xmlsecurity and --without-xerces as pkgconfig(xml-security-c) is not yet available in the build service, (disables vgauth support).- Disable deploypkg for older versions of SLES and openSUSE.- Disable ssl for older versions of SLES and openSUSE (disables grabbitmqproxy and vgauth).- Update spec file to be compatible with SLES and openSUSE.- This update also addresses a suspend with systemd issue (bsc#913727) * Tue May 05 2015 dimstarAATTopensuse.org- Handle kernel 4.0: we can\'t just compare the \'minor\' part of the version anymore when applying patches. * Thu Mar 12 2015 mlatimerAATTsuse.com- Prevent autoinstallation of open-vm-tools in SLES11SP4 environments due to potential conflict with VMware tools. (bsc#921618) * Thu Feb 19 2015 dimstarAATTopensuse.org- Add open-vm-tools-linux-3.19.0.patch: Fix building of vmhgfs with Kernel 3.19.0+. * Wed Jan 21 2015 mlatimerAATTsuse.com- Remove modprobe of deprecated vmsync module from SysV init script. * Fri Jan 16 2015 mlatimerAATTsuse.com- Update specfile to ensure kernel modules are not built or required for SLES11SP4 and SLES12. * Fri Jan 09 2015 mlatimerAATTsuse.com- Use fuse-devel instead of pkgconfig(fuse) in SLES11SP4. * Mon Jan 05 2015 dimstarAATTopensuse.org- Add open-vm-tools-linux-3.17.7.patch: Fix building of vmhgfs with Kernel 3.17.7+.- Add open-vm-tools-linux-3.18.0.patch: Fix building of vmhgfs with Kernel 3.18.0+. * Mon Jan 05 2015 dimstarAATTopensuse.org- Split building of KMPs into own spec file: open-vm-tools-KMP: the resulting KMP packages keep their existing name, as this is handled through the kernel_package macros. This split allows to work around boo#905420. * Sat Nov 29 2014 Led - fix bashisms in vmware-user-autostart-wrapper script * Wed Nov 12 2014 dimstarAATTopensuse.org- Add open-vm-tools-linux-3.17.patch: Fix build with Linux 3.17.0. * Mon Nov 10 2014 dimstarAATTopensuse.org- Sync up patches with ArchLinux: + Added 0001-Remove-unused-DEPRECATED-macro.patch + Added 0002-Conditionally-define-g_info-macro.patch + Added 0003-Add-kuid_t-kgid_t-compatibility-layer.patch + Added 0004-Use-new-link-helpers.patch + Added 0005-Update-hgfs-file-operations-for-newer-kernels.patch + Added 0006-Fix-vmxnet-module-on-kernels-3.16.patch + Added 0007-Fix-vmhgfs-module-on-kernels-3.16.patch + Added 0008-Fix-segfault-in-vmhgfs.patch + Droped g_info_redefine.patch (now named 0002-Conditionally-define-g_info-macro.patch).- Enable building of KMP packages. * Mon Nov 10 2014 Led - Fix bashisms in preun script. * Fri Oct 31 2014 crrodriguezAATTopensuse.org- Do not generate timestamps in the doxygen docs. * Mon Oct 20 2014 dimstarAATTopensuse.org- Add -Wno-cpp to CFLAGS.
|
|
|