From 236f9fadb065810c92bd22727f2a1c015bef554f Mon Sep 17 00:00:00 2001 From: Tan Zien Date: Sun, 6 Jul 2025 06:52:37 +0800 Subject: [PATCH] open-vm-tools: update to 13.0.0 for detailed change log, please refer to: https://github.com/vmware/open-vm-tools/blob/stable-12.5.0/open-vm-tools/ChangeLog Signed-off-by: Tan Zien --- utils/open-vm-tools/Makefile | 25 ++++++++++--------- .../open-vm-tools/patches/0002-off64_t.patch | 2 +- .../open-vm-tools/patches/010-warnings.patch | 4 +-- 3 files changed, 16 insertions(+), 15 deletions(-) diff --git a/utils/open-vm-tools/Makefile b/utils/open-vm-tools/Makefile index e655090d20..b7173a16c0 100644 --- a/utils/open-vm-tools/Makefile +++ b/utils/open-vm-tools/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=open-vm-tools -PKG_VERSION:=12.5.0 +PKG_VERSION:=13.0.0 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-24276846.tar.gz +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-24696409.tar.gz PKG_SOURCE_URL:=https://github.com/vmware/open-vm-tools/releases/download/stable-$(PKG_VERSION) -PKG_HASH:=7eefd632f10ed4afc48559bcae31a598501377e72dec4b9965cee53e8c4f47ce -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)-24276846 +PKG_HASH:=ce855a7d9a0a6561e6009784eb2a34f6a1d98b2a883afce5290cd426f78e7a6d +PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)-24696409 PKG_LICENSE:=LGPL-2.1-or-later PKG_LICENSE_FILES:=LICENSE @@ -132,17 +132,18 @@ define Package/open-vm-tools/install $(INSTALL_DIR) $(1)/etc/hotplug.d/block/ $(INSTALL_BIN) ./files/vmware-scsi.hotplug $(1)/etc/hotplug.d/block/80-vmware-scsi - $(INSTALL_DIR) $(1)/usr/share/open-vm-tools/messages/de/ - $(CP) $(PKG_INSTALL_DIR)/usr/share/open-vm-tools/messages/de/toolboxcmd.vmsg $(1)/usr/share/open-vm-tools/messages/de/ - $(CP) $(PKG_INSTALL_DIR)/usr/share/open-vm-tools/messages/de/vmtoolsd.vmsg $(1)/usr/share/open-vm-tools/messages/de/ - $(INSTALL_DIR) $(1)/usr/share/open-vm-tools/messages/ko/ - $(CP) $(PKG_INSTALL_DIR)/usr/share/open-vm-tools/messages/ko/toolboxcmd.vmsg $(1)/usr/share/open-vm-tools/messages/ko/ - $(CP) $(PKG_INSTALL_DIR)/usr/share/open-vm-tools/messages/ko/vmtoolsd.vmsg $(1)/usr/share/open-vm-tools/messages/ko/ - $(INSTALL_DIR) $(1)/usr/share/open-vm-tools/messages/zh_CN/ - $(CP) $(PKG_INSTALL_DIR)/usr/share/open-vm-tools/messages/zh_CN/toolboxcmd.vmsg $(1)/usr/share/open-vm-tools/messages/zh_CN/ + $(INSTALL_DIR) $(1)/usr/share/open-vm-tools/messages/fr/ + $(CP) $(PKG_INSTALL_DIR)/usr/share/open-vm-tools/messages/fr/toolboxcmd.vmsg $(1)/usr/share/open-vm-tools/messages/fr/ + $(CP) $(PKG_INSTALL_DIR)/usr/share/open-vm-tools/messages/fr/vmtoolsd.vmsg $(1)/usr/share/open-vm-tools/messages/fr/ $(INSTALL_DIR) $(1)/usr/share/open-vm-tools/messages/ja/ $(CP) $(PKG_INSTALL_DIR)/usr/share/open-vm-tools/messages/ja/toolboxcmd.vmsg $(1)/usr/share/open-vm-tools/messages/ja/ $(CP) $(PKG_INSTALL_DIR)/usr/share/open-vm-tools/messages/ja/vmtoolsd.vmsg $(1)/usr/share/open-vm-tools/messages/ja/ + $(INSTALL_DIR) $(1)/usr/share/open-vm-tools/messages/en/ + $(CP) $(PKG_INSTALL_DIR)/usr/share/open-vm-tools/messages/en/toolboxcmd.vmsg $(1)/usr/share/open-vm-tools/messages/en/ + $(CP) $(PKG_INSTALL_DIR)/usr/share/open-vm-tools/messages/en/vmtoolsd.vmsg $(1)/usr/share/open-vm-tools/messages/en/ + $(INSTALL_DIR) $(1)/usr/share/open-vm-tools/messages/es/ + $(CP) $(PKG_INSTALL_DIR)/usr/share/open-vm-tools/messages/es/toolboxcmd.vmsg $(1)/usr/share/open-vm-tools/messages/es/ + $(CP) $(PKG_INSTALL_DIR)/usr/share/open-vm-tools/messages/es/vmtoolsd.vmsg $(1)/usr/share/open-vm-tools/messages/es/ endef define Package/open-vm-tools-fuse/install diff --git a/utils/open-vm-tools/patches/0002-off64_t.patch b/utils/open-vm-tools/patches/0002-off64_t.patch index aaf330d5f0..72bf1fcee0 100644 --- a/utils/open-vm-tools/patches/0002-off64_t.patch +++ b/utils/open-vm-tools/patches/0002-off64_t.patch @@ -15,7 +15,7 @@ Signed-off-by: Natanael Copa --- a/lib/file/fileIOPosix.c +++ b/lib/file/fileIOPosix.c -@@ -203,7 +203,7 @@ static AlignedPool alignedPool; +@@ -204,7 +204,7 @@ static AlignedPool alignedPool; * are not available in any header file. */ diff --git a/utils/open-vm-tools/patches/010-warnings.patch b/utils/open-vm-tools/patches/010-warnings.patch index 5a2bf09a33..174182602e 100644 --- a/utils/open-vm-tools/patches/010-warnings.patch +++ b/utils/open-vm-tools/patches/010-warnings.patch @@ -10,7 +10,7 @@ --- a/lib/file/fileIOPosix.c +++ b/lib/file/fileIOPosix.c -@@ -1746,7 +1746,7 @@ FileIOPreadvInternal( +@@ -1747,7 +1747,7 @@ FileIOPreadvInternal( * the library horizon this can go away. */ /* coverity[func_conv] */ @@ -19,7 +19,7 @@ fret = FileIOPreadvCoalesced(fd, entries, numEntries, offset, totalSize, &bytesRead); break; -@@ -1887,7 +1887,7 @@ FileIOPwritevInternal( +@@ -1888,7 +1888,7 @@ FileIOPwritevInternal( * the library horizon this can go away. */ /* coverity[func_conv] */