Bug 262384 - emulators/open-vm-tools open-vm-tools 12.0.0 has been released
Summary: emulators/open-vm-tools open-vm-tools 12.0.0 has been released
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-06 20:10 UTC by John Wolfe
Modified: 2022-04-11 19:42 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (garga)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Wolfe 2022-03-06 20:10:39 UTC
Open-vm-tools 12.0.0 was released on Mar. 4, 2022.

The VMware Tools 12.0.0 was officially released on Mar. 1, 2022.

This release contains two new, optional features
  - Support for managing Salt Minion.
  - port for gathering and publishing a list of containers running inside Linux guests.

and several fixes including:
  - build with either libfuse2 or libfuse3.

It contains a known problem - a potential Fail to Build from Source [FTBFS] and a pointer to an available fix from the "devel" branch at https://github.com/vmware/open-vm-tools/.

For complete details, see: https://github.com/vmware/open-vm-tools/releases/tag/stable-12.0.0

Release Notes are available at: https://github.com/vmware/open-vm-tools/blob/stable-12.0.0/ReleaseNotes.md

The granular changes that have gone into the 12.0.0 release are in the ChangeLog at https://github.com/vmware/open-vm-tools/blob/stable-12.0.0/open-vm-tools/ChangeLog.

Please rebase open-vm-tools to release 12.0.0 on supported FreeBSD releases
Comment 1 John Wolfe 2022-03-06 20:22:26 UTC
Renato,

I doubt that there is any use for the ContainerInfo support on FreeBSD.  Simply add "--enable-containerinfo=no" to the ./configure options to simplify the build.

There is Salt support for FreeBSD, but we will need to verify the Salt Minion setup if you choose to enable for FreeBSD.
Comment 2 Renato Botelho freebsd_committer freebsd_triage 2022-03-07 12:43:03 UTC
Awesome! I'm going to work on it this week
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-04-11 19:34:29 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9a6a38031327d06c070f2004b593d0e2274cc30b

commit 9a6a38031327d06c070f2004b593d0e2274cc30b
Author:     Renato Botelho <garga@FreeBSD.org>
AuthorDate: 2022-04-11 19:32:39 +0000
Commit:     Renato Botelho <garga@FreeBSD.org>
CommitDate: 2022-04-11 19:32:39 +0000

    emulators/open-vm-tools: Update to 12.0.0

    PR:             262384
    Sponsored by:   Rubicon Communications, LLC ("Netgate")

 emulators/open-vm-tools/Makefile | 6 +++---
 emulators/open-vm-tools/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)
Comment 4 Renato Botelho freebsd_committer freebsd_triage 2022-04-11 19:42:29 UTC
Salt option is only available for Linux according to configure script so I left it alone and did a regular upgrade