svn commit: r535238 - in head/emulators/open-vm-tools: . files
Josh Paetzel
jpaetzel at FreeBSD.org
Thu May 14 14:18:17 UTC 2020
Author: jpaetzel
Date: Thu May 14 14:18:16 2020
New Revision: 535238
URL: https://svnweb.freebsd.org/changeset/ports/535238
Log:
Update to version 11.1.0
In terms of functionality this update is a no-op on
FreeBSD. Some local patches were upstreamed and have
been removed from the port.
Tested matrix is ESXi 6.5 and 6.7, and Fusion.
FreeBSD HEAD, 12.1-R, 12.0-R and 11.3-R AMD64
The test plan ensures the VM power control works from
the management app, that the memory balloon driver operates
properly, and that reporting back to vCenter as far as IP
and whether the tools are installed and operational works.
In particular no i386 versions of FreeBSD were
explicitly tested, nor was any testing done on ESXi 7.0
https://github.com/vmware/open-vm-tools/blob/stable-11.1.0/ReleaseNotes.md
The new functionality in this version of the tools is Windows/Linux
only. See the listed PR for the pieces FreeBSD needs to achieve parity.
PR: 246338
Submitted by: jwolfe at vmware.com
Sponsored by: Panzura
Deleted:
head/emulators/open-vm-tools/files/patch-libDeployPkg_processPosix.c
head/emulators/open-vm-tools/files/patch-modules_freebsd_shared_compat__vop.h
head/emulators/open-vm-tools/files/patch-modules_freebsd_vmblock_vnops.c
head/emulators/open-vm-tools/files/patch-modules_freebsd_vmmemctl_os.c
Modified:
head/emulators/open-vm-tools/Makefile
head/emulators/open-vm-tools/distinfo
Modified: head/emulators/open-vm-tools/Makefile
==============================================================================
--- head/emulators/open-vm-tools/Makefile Thu May 14 14:17:52 2020 (r535237)
+++ head/emulators/open-vm-tools/Makefile Thu May 14 14:18:16 2020 (r535238)
@@ -4,7 +4,6 @@
PORTNAME= open-vm-tools
PORTVERSION= ${RELEASE_VER}
DISTVERSIONPREFIX= stable-
-PORTREVISION= 3
PORTEPOCH= 2
CATEGORIES= emulators
@@ -19,8 +18,8 @@ ONLY_FOR_ARCHS= amd64 i386
LIB_DEPENDS= libmspack.so:archivers/libmspack \
libdnet.so:net/libdnet
-RELEASE_VER= 11.0.1
-BUILD_VER= 14773994
+RELEASE_VER= 11.1.0
+BUILD_VER= 16036546
OPTIONS_DEFINE= LIBNOTIFY OPENSSL X11
OPTIONS_DEFAULT= LIBNOTIFY OPENSSL X11
Modified: head/emulators/open-vm-tools/distinfo
==============================================================================
--- head/emulators/open-vm-tools/distinfo Thu May 14 14:17:52 2020 (r535237)
+++ head/emulators/open-vm-tools/distinfo Thu May 14 14:18:16 2020 (r535238)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1571957704
-SHA256 (vmware-open-vm-tools-stable-11.0.1_GH0.tar.gz) = 99f1e3c5245bb002c1e66cbb7a1078e1c3567db5f92cc2e00ab08557e9df4758
-SIZE (vmware-open-vm-tools-stable-11.0.1_GH0.tar.gz) = 2791701
+TIMESTAMP = 1589112329
+SHA256 (vmware-open-vm-tools-stable-11.1.0_GH0.tar.gz) = 5930448c65cf298e3dded2a3670750f4affaf3a631500a1774eeb4cfe0a32b80
+SIZE (vmware-open-vm-tools-stable-11.1.0_GH0.tar.gz) = 2667232
More information about the svn-ports-all
mailing list