]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Setting the VMware Tools version to 12.4.5.
authorKruti <kpendharkar@vmware.com>
Fri, 7 Jun 2024 16:55:03 +0000 (09:55 -0700)
committerKruti <kpendharkar@vmware.com>
Fri, 7 Jun 2024 16:55:03 +0000 (09:55 -0700)
open-vm-tools/Makefile.am
open-vm-tools/lib/Makefile.am
open-vm-tools/lib/include/vm_tools_version.h
open-vm-tools/vgauth/Makefile.am

index 3ad409e8f13b4af7620d4592ff5e0adcc6468e5d..30cde879619fa3da0e11f03eccc8db0585a61703 100644 (file)
@@ -72,6 +72,84 @@ if HAVE_UDEV
 endif
 
 
+install-data-local:
+       $(INSTALL) -d $(DESTDIR)/etc/vmware-tools/
+       $(INSTALL) -m 644 $(srcdir)/tools.conf $(DESTDIR)/etc/vmware-tools/tools.conf.example
+
+################################################################################
+### Copyright (c) 2007-2021,2023 VMware, Inc.  All rights reserved.
+###
+### Top-level Makefile for building the VMware OSS Tools.
+###
+###
+### This program is free software; you can redistribute it and/or modify
+### it under the terms of version 2 of the GNU General Public License as
+### published by the Free Software Foundation.
+###
+### This program is distributed in the hope that it will be useful,
+### but WITHOUT ANY WARRANTY; without even the implied warranty of
+### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+### GNU General Public License for more details.
+###
+### You should have received a copy of the GNU General Public License
+### along with this program; if not, write to the Free Software
+### Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+################################################################################
+
+# These flags get passed to aclocal when autoreconf calls it, and tell aclocal
+# that all of our macros are in the 'm4' subdirectory.
+ACLOCAL_AMFLAGS = -I m4
+
+SUBDIRS =
+SUBDIRS += lib
+if LINUX
+   SUBDIRS += libguestStoreClient
+endif
+SUBDIRS += libvmtools
+SUBDIRS += libhgfs
+SUBDIRS += hgfsclient
+if ENABLE_VGAUTH
+   SUBDIRS += vgauth
+   SUBDIRS += vgauthImport
+endif
+SUBDIRS += checkvm
+SUBDIRS += libguestlib
+if ENABLE_DEPLOYPKG
+   SUBDIRS += libDeployPkg
+endif
+SUBDIRS += rpctool
+SUBDIRS += namespacetool
+SUBDIRS += scripts
+SUBDIRS += services
+SUBDIRS += toolbox
+if HAVE_X11
+   SUBDIRS += vmware-user-suid-wrapper
+endif
+if HAVE_FUSE
+   SUBDIRS += vmblock-fuse
+   SUBDIRS += vmhgfs-fuse
+endif
+if !LINUX
+   SUBDIRS += vmblockmounter
+endif
+SUBDIRS += xferlogs
+if ENABLE_TESTS
+   SUBDIRS += tests
+endif
+if WITH_KERNEL_MODULES
+   SUBDIRS += modules
+endif
+SUBDIRS += docs
+if ENABLE_LIBAPPMONITOR
+   SUBDIRS += libappmonitor
+endif
+
+if HAVE_UDEV
+   SUBDIRS += udev
+   SUBDIRS += vmwgfxctrl
+endif
+
+
 install-data-local:
        $(INSTALL) -d $(DESTDIR)/etc/vmware-tools/
        $(INSTALL) -m 644 $(srcdir)/tools.conf $(DESTDIR)/etc/vmware-tools/tools.conf.example
index e37422cc1f54964c6f657c14f72a971a509d4db4..41656d0832e4c48a133ae11c246fb81b1e2220ec 100644 (file)
@@ -76,3 +76,81 @@ SUBDIRS += wiper
 SUBDIRS += xdg
 
 
+################################################################################
+### Copyright (c) 2007-2016,2020-2023 VMware, Inc.  All rights reserved.
+###
+### This program is free software; you can redistribute it and/or modify
+### it under the terms of version 2 of the GNU General Public License as
+### published by the Free Software Foundation.
+###
+### This program is distributed in the hope that it will be useful,
+### but WITHOUT ANY WARRANTY; without even the implied warranty of
+### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+### GNU General Public License for more details.
+###
+### You should have received a copy of the GNU General Public License
+### along with this program; if not, write to the Free Software
+### Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+################################################################################
+
+SUBDIRS =
+SUBDIRS += guestRpc
+SUBDIRS += auth
+SUBDIRS += backdoor
+if HAVE_VSOCK
+SUBDIRS += asyncsocket
+endif
+SUBDIRS += sslDirect
+SUBDIRS += pollGtk
+SUBDIRS += poll
+SUBDIRS += dataMap
+SUBDIRS += hashMap
+SUBDIRS += dict
+SUBDIRS += dynxdr
+SUBDIRS += err
+SUBDIRS += file
+SUBDIRS += foundryMsg
+SUBDIRS += glibUtils
+SUBDIRS += guestApp
+if LINUX
+   SUBDIRS += guestStoreClientHelper
+   SUBDIRS += globalConfig
+endif
+SUBDIRS += hgfs
+SUBDIRS += hgfsBd
+SUBDIRS += hgfsHelper
+SUBDIRS += hgfsServer
+SUBDIRS += hgfsServerManagerGuest
+SUBDIRS += hgfsServerPolicyGuest
+if HAVE_GTKMM
+SUBDIRS += hgfsUri
+endif
+SUBDIRS += impersonate
+SUBDIRS += lock
+SUBDIRS += message
+SUBDIRS += misc
+SUBDIRS += netUtil
+SUBDIRS += nicInfo
+SUBDIRS += panic
+SUBDIRS += panicDefault
+SUBDIRS += procMgr
+SUBDIRS += rpcChannel
+SUBDIRS += rpcIn
+SUBDIRS += rpcOut
+SUBDIRS += rpcVmx
+if USE_SLASH_PROC
+   SUBDIRS += slashProc
+endif
+SUBDIRS += string
+SUBDIRS += jsmn
+SUBDIRS += stubs
+SUBDIRS += syncDriver
+SUBDIRS += system
+SUBDIRS += unicode
+SUBDIRS += user
+SUBDIRS += vmCheck
+SUBDIRS += vmSignal
+SUBDIRS += wiper
+SUBDIRS += xdg
+
+
index 2aa9462fdbacefa7dcb97f6140ca443e56ee26e1..ea3d2dfd3907771cc09fc33446fa307d27766ce9 100644 (file)
@@ -1,5 +1,6 @@
 /*********************************************************
- * Copyright (c) 1998-2023 VMware, Inc. All rights reserved.
+ * Copyright (c) 1998-2024 Broadcom. All rights reserved.
+ * The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published
@@ -1772,15 +1773,22 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion,   // IN
 #define   TOOLS_VERSION_HEDGE_TRIMMER_UPDATE1_V_BASE 5
 
 #ifndef RC_INVOKED
-#define   TOOLS_VERSION_NEXT TOOLS_VERSION_TO_UINT(TOOLS_VERSION_NEXT_V)
+#define   TOOLS_VERSION_SOCKET_WRENCH_RELEASE TOOLS_VERSION_TO_UINT(TOOLS_VERSION_SOCKET_WRENCH_RELEASE_V)
 #endif /* RC_INVOKED */
-#define   TOOLS_VERSION_NEXT_V_MJR  12
-#define   TOOLS_VERSION_NEXT_V_MNR  4
-#define   TOOLS_VERSION_NEXT_V_BASE 0
+#define   TOOLS_VERSION_SOCKET_WRENCH_RELEASE_V_MJR  12
+#define   TOOLS_VERSION_SOCKET_WRENCH_RELEASE_V_MNR  4
+#define   TOOLS_VERSION_SOCKET_WRENCH_RELEASE_V_BASE 0
 
-#define   TOOLS_VERSION_CURRENT        TOOLS_VERSION_NEXT
-#define   TOOLS_VERSION_CURRENT_STR    TOOLS_VERSION_TO_STR(TOOLS_VERSION_NEXT)
-#define   TOOLS_VERSION_CURRENT_CSV    TOOLS_VERSION_TO_CSV(TOOLS_VERSION_NEXT)
+#ifndef RC_INVOKED
+#define   TOOLS_VERSION_SOCKET_WRENCH_UPDATE1 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_SOCKET_WRENCH_UPDATE1_V)
+#endif /* RC_INVOKED */
+#define   TOOLS_VERSION_SOCKET_WRENCH_UPDATE1_V_MJR  12
+#define   TOOLS_VERSION_SOCKET_WRENCH_UPDATE1_V_MNR  4
+#define   TOOLS_VERSION_SOCKET_WRENCH_UPDATE1_V_BASE 5
+
+#define   TOOLS_VERSION_CURRENT        TOOLS_VERSION_SOCKET_WRENCH_UPDATE1
+#define   TOOLS_VERSION_CURRENT_STR    TOOLS_VERSION_TO_STR(TOOLS_VERSION_SOCKET_WRENCH_UPDATE1)
+#define   TOOLS_VERSION_CURRENT_CSV    TOOLS_VERSION_TO_CSV(TOOLS_VERSION_SOCKET_WRENCH_UPDATE1)
 
 /*
  * The extended Tools version is the current Tools version with the
index a984425bc130fc05826e05e048c9a400c032bc0f..ef160b99a0d2ed8306fc0e291811b16c06e93ba7 100644 (file)
@@ -20,3 +20,25 @@ SUBDIRS += lib
 SUBDIRS += cli
 SUBDIRS += service
 SUBDIRS += test
+################################################################################
+### Copyright (c) 2014-2017,2023 VMware, Inc.  All rights reserved.
+###
+### This program is free software; you can redistribute it and/or modify
+### it under the terms of version 2 of the GNU General Public License as
+### published by the Free Software Foundation.
+###
+### This program is distributed in the hope that it will be useful,
+### but WITHOUT ANY WARRANTY; without even the implied warranty of
+### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+### GNU General Public License for more details.
+###
+### You should have received a copy of the GNU General Public License
+### along with this program; if not, write to the Free Software
+### Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+################################################################################
+
+SUBDIRS =
+SUBDIRS += lib
+SUBDIRS += cli
+SUBDIRS += service
+SUBDIRS += test