svn commit: r559767 - in head/emulators/open-vm-tools: . files

Dima Panov fluffy at FreeBSD.org
Thu Dec 31 19:17:53 UTC 2020


Author: fluffy
Date: Thu Dec 31 19:17:51 2020
New Revision: 559767
URL: https://svnweb.freebsd.org/changeset/ports/559767

Log:
  emulators/open-vm-tools: update to 11.2.0 release
  
  PR:		250550
  Submitted by:	fluffy
  Approved by:	jpaetzel

Added:
  head/emulators/open-vm-tools/files/patch-pam_generic   (contents, props changed)
Deleted:
  head/emulators/open-vm-tools/files/patch-scripts_linux_pam.d_vmtoolsd
Modified:
  head/emulators/open-vm-tools/Makefile
  head/emulators/open-vm-tools/distinfo
  head/emulators/open-vm-tools/files/patch-lib_misc_util__misc.c
  head/emulators/open-vm-tools/files/patch-lib_vmCheck_vmcheck.c
  head/emulators/open-vm-tools/files/patch-modules_Makefile.am
  head/emulators/open-vm-tools/files/patch-modules_freebsd_vmblock_Makefile
  head/emulators/open-vm-tools/files/patch-services_vmtoolsd_Makefile.am

Modified: head/emulators/open-vm-tools/Makefile
==============================================================================
--- head/emulators/open-vm-tools/Makefile	Thu Dec 31 19:10:04 2020	(r559766)
+++ head/emulators/open-vm-tools/Makefile	Thu Dec 31 19:17:51 2020	(r559767)
@@ -19,8 +19,8 @@ ONLY_FOR_ARCHS=		amd64 i386
 LIB_DEPENDS=		libmspack.so:archivers/libmspack \
 			libdnet.so:net/libdnet
 
-RELEASE_VER=		11.1.5
-BUILD_VER=		16724464
+RELEASE_VER=		11.2.0
+BUILD_VER=		16938113
 
 OPTIONS_DEFINE=		DOCS LIBNOTIFY OPENSSL X11
 OPTIONS_DEFAULT=	DOCS LIBNOTIFY OPENSSL X11

Modified: head/emulators/open-vm-tools/distinfo
==============================================================================
--- head/emulators/open-vm-tools/distinfo	Thu Dec 31 19:10:04 2020	(r559766)
+++ head/emulators/open-vm-tools/distinfo	Thu Dec 31 19:17:51 2020	(r559767)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1599247749
-SHA256 (vmware-open-vm-tools-stable-11.1.5_GH0.tar.gz) = 0bbc20d725cb2e15db5bd5e6a9cbab7fc98c2e3208f19a233a2308468cb2dc04
-SIZE (vmware-open-vm-tools-stable-11.1.5_GH0.tar.gz) = 2668828
+TIMESTAMP = 1606400181
+SHA256 (vmware-open-vm-tools-stable-11.2.0_GH0.tar.gz) = 280970a15dd8210b89e68df5fce64fa8bfb3ff7ca3737ce5ebf8634d8c1a2494
+SIZE (vmware-open-vm-tools-stable-11.2.0_GH0.tar.gz) = 2710170

Modified: head/emulators/open-vm-tools/files/patch-lib_misc_util__misc.c
==============================================================================
--- head/emulators/open-vm-tools/files/patch-lib_misc_util__misc.c	Thu Dec 31 19:10:04 2020	(r559766)
+++ head/emulators/open-vm-tools/files/patch-lib_misc_util__misc.c	Thu Dec 31 19:17:51 2020	(r559767)
@@ -1,6 +1,6 @@
---- lib/misc/util_misc.c.orig	2018-03-30 18:44:35 UTC
+--- lib/misc/util_misc.c.orig	2020-10-16 23:15:58 UTC
 +++ lib/misc/util_misc.c
-@@ -303,7 +303,7 @@ Util_CanonicalPathsIdentical(const char *path1,  // IN
+@@ -304,7 +304,7 @@ Util_CanonicalPathsIdentical(const char *path1,  // IN
     return (strcmp(path1, path2) == 0);
  #elif defined(_WIN32)
     return (_stricmp(path1, path2) == 0);

Modified: head/emulators/open-vm-tools/files/patch-lib_vmCheck_vmcheck.c
==============================================================================
--- head/emulators/open-vm-tools/files/patch-lib_vmCheck_vmcheck.c	Thu Dec 31 19:10:04 2020	(r559766)
+++ head/emulators/open-vm-tools/files/patch-lib_vmCheck_vmcheck.c	Thu Dec 31 19:17:51 2020	(r559767)
@@ -1,6 +1,6 @@
---- lib/vmCheck/vmcheck.c.orig	2018-07-13 18:54:23 UTC
+--- lib/vmCheck/vmcheck.c.orig	2020-10-16 23:15:58 UTC
 +++ lib/vmCheck/vmcheck.c
-@@ -153,6 +153,7 @@ VmCheckSafe(SafeCheckFn checkFn)
+@@ -144,6 +144,7 @@ VmCheckSafe(SafeCheckFn checkFn)
  #else
     do {
        int signals[] = {

Modified: head/emulators/open-vm-tools/files/patch-modules_Makefile.am
==============================================================================
--- head/emulators/open-vm-tools/files/patch-modules_Makefile.am	Thu Dec 31 19:10:04 2020	(r559766)
+++ head/emulators/open-vm-tools/files/patch-modules_Makefile.am	Thu Dec 31 19:17:51 2020	(r559767)
@@ -6,12 +6,12 @@
  if FREEBSD
 -	for MOD in $(MODULES); do                                              \
 -	   $(INSTALL) -d $(DESTDIR)$(MODULES_DIR);                             \
--	   $(INSTALL) -m644 $(modulesrc)/$(MODULES_OS)/$$MOD.ko                \
+-	   $(INSTALL) -m 644 $(modulesrc)/$(MODULES_OS)/$$MOD.ko               \
 -	      $(DESTDIR)$(MODULES_DIR);                                        \
 -	done
 +#	for MOD in $(MODULES); do                                              \
 +#	   $(INSTALL) -d $(DESTDIR)$(MODULES_DIR);                             \
-+#	   $(INSTALL) -m644 $(modulesrc)/$(MODULES_OS)/$$MOD.ko                \
++#	   $(INSTALL) -m 644 $(modulesrc)/$(MODULES_OS)/$$MOD.ko               \
 +#	      $(DESTDIR)$(MODULES_DIR);                                        \
 +#	done
  endif

Modified: head/emulators/open-vm-tools/files/patch-modules_freebsd_vmblock_Makefile
==============================================================================
--- head/emulators/open-vm-tools/files/patch-modules_freebsd_vmblock_Makefile	Thu Dec 31 19:10:04 2020	(r559766)
+++ head/emulators/open-vm-tools/files/patch-modules_freebsd_vmblock_Makefile	Thu Dec 31 19:17:51 2020	(r559767)
@@ -1,6 +1,6 @@
---- modules/freebsd/vmblock/Makefile.orig
+--- modules/freebsd/vmblock/Makefile.orig	2020-10-16 23:15:58 UTC
 +++ modules/freebsd/vmblock/Makefile
-@@ -46,8 +46,6 @@
+@@ -46,8 +46,6 @@ SRCS   := $(HEADERS) $(CSRCS)
  
  KMOD    = vmblock
  PROG    = ../$(KMOD).ko

Added: head/emulators/open-vm-tools/files/patch-pam_generic
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/emulators/open-vm-tools/files/patch-pam_generic	Thu Dec 31 19:17:51 2020	(r559767)
@@ -0,0 +1,14 @@
+--- pam/generic.orig	2020-10-16 23:15:58 UTC
++++ pam/generic
+@@ -1,9 +1,5 @@
+ # This is a generic pam config file for open-vm-tools
+ # See https://kb.vmware.com/s/article/78251 for advice to use
+ # common authentication mechanisms.
+-auth       required         pam_shells.so
+-auth       sufficient       pam_unix.so shadow
+-auth       required         pam_unix_auth.so shadow
+-account    required         pam_shells.so
+-account    sufficient       pam_unix.so
+-account    required         pam_unix_acct.so
++auth       include          system
++account    include          system

Modified: head/emulators/open-vm-tools/files/patch-services_vmtoolsd_Makefile.am
==============================================================================
--- head/emulators/open-vm-tools/files/patch-services_vmtoolsd_Makefile.am	Thu Dec 31 19:10:04 2020	(r559766)
+++ head/emulators/open-vm-tools/files/patch-services_vmtoolsd_Makefile.am	Thu Dec 31 19:17:51 2020	(r559767)
@@ -1,11 +1,11 @@
 --- services/vmtoolsd/Makefile.am.orig	2017-04-25 03:59:07 UTC
 +++ services/vmtoolsd/Makefile.am
-@@ -83,7 +83,7 @@ install-data-hook:
+@@ -76,7 +76,7 @@ install-data-hook:
  	@INSTVMSG@ vmtoolsd $(srcdir)/l10n $(DESTDIR)$(datadir)
  
  install-exec-hook:
 -	$(INSTALL) -d $(DESTDIR)/etc/vmware-tools
 +#	$(INSTALL) -d $(DESTDIR)/etc/vmware-tools
+ 	$(INSTALL) -d $(DESTDIR)/$(PAM_PREFIX)/pam.d/
+ 	$(INSTALL) $(top_srcdir)/pam/generic $(DESTDIR)/$(PAM_PREFIX)/pam.d/vmtoolsd
  
- uninstall-hook:
- 	rm -rf $(DESTDIR)/etc/vmware-tools


More information about the svn-ports-all mailing list