]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Record the use of tools version 12.1.1 for the MacOS tools patch release.
authorKruti Pendharkar <kp025370@broadcom.com>
Wed, 8 Jan 2025 06:05:49 +0000 (22:05 -0800)
committerKruti Pendharkar <kp025370@broadcom.com>
Wed, 8 Jan 2025 06:05:49 +0000 (22:05 -0800)
The last darwin.iso for MacOS guests was at version 12.1.0. A
subsequent security issues was fixed in VMware Tools patch 12.1.1
(only darwin.iso).
Adding use of that version number as TOOLS_VERSION_MITER_SAW_PATCH1
in lib/include/vm_tools_version.h.

open-vm-tools/lib/include/vm_tools_version.h
open-vm-tools/services/plugins/gdp/gdpPlugin.c

index ec7047fbb0b326cd98464f5d0cb37eae1af9e8ec..6c95f342e729448f559b29306c168e2582999476 100644 (file)
@@ -1730,6 +1730,13 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion,   // IN
 #define   TOOLS_VERSION_MITER_SAW_RELEASE_V_MNR  1
 #define   TOOLS_VERSION_MITER_SAW_RELEASE_V_BASE 0
 
+#ifndef RC_INVOKED
+#define   TOOLS_VERSION_MITER_SAW_PATCH1 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_MITER_SAW_PATCH1_V)
+#endif /* RC_INVOKED */
+#define   TOOLS_VERSION_MITER_SAW_PATCH1_V_MJR  12
+#define   TOOLS_VERSION_MITER_SAW_PATCH1_V_MNR  1
+#define   TOOLS_VERSION_MITER_SAW_PATCH1_V_BASE 1
+
 #ifndef RC_INVOKED
 #define   TOOLS_VERSION_MITER_SAW_UPDATE1 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_MITER_SAW_UPDATE1_V)
 #endif /* RC_INVOKED */
index 9f5e15e88f675f4b428688fdd0b6fe51ddcd9df1..412c016f64262b652a63c7a7c287ecebcaef2536 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (c) 2020-2021,2023-2024 Broadcom. All rights reserved.
+ * Copyright (c) 2020-2021,2023-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