From: Arne Fitzenreiter Date: Tue, 6 Jul 2021 16:44:02 +0000 (+0200) Subject: openvmtools: update to stable-11.3.0 X-Git-Tag: v2.27-core159~56 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=201e5f689c9380c1cd5e2a6cbb9c3b8c7bfa7053 openvmtools: update to stable-11.3.0 Signed-off-by: Arne Fitzenreiter --- diff --git a/config/rootfiles/packages/openvmtools b/config/rootfiles/packages/openvmtools index 5e72a32701..81e2e8292d 100644 --- a/config/rootfiles/packages/openvmtools +++ b/config/rootfiles/packages/openvmtools @@ -1,3 +1,4 @@ +etc/pam.d/vmtoolsd etc/rc.d/init.d/openvmtools etc/rc.d/rc0.d/K01openvmtools etc/rc.d/rc3.d/S60openvmtools @@ -27,6 +28,11 @@ usr/bin/vmware-xferlogs #usr/include/vmGuestLib/vmGuestLib.h #usr/include/vmGuestLib/vmSessionId.h #usr/include/vmGuestLib/vm_basic_types.h +#usr/lib/libguestStoreClient.a +#usr/lib/libguestStoreClient.la +#usr/lib/libguestStoreClient.so +usr/lib/libguestStoreClient.so.0 +usr/lib/libguestStoreClient.so.0.0.0 #usr/lib/libguestlib.a #usr/lib/libguestlib.la #usr/lib/libguestlib.so @@ -51,7 +57,9 @@ usr/lib/open-vm-tools/plugins/common/libhgfsServer.so usr/lib/open-vm-tools/plugins/common/libvix.so usr/lib/open-vm-tools/plugins/vmsvc usr/lib/open-vm-tools/plugins/vmsvc/libappInfo.so +usr/lib/open-vm-tools/plugins/vmsvc/libgdp.so usr/lib/open-vm-tools/plugins/vmsvc/libguestInfo.so +usr/lib/open-vm-tools/plugins/vmsvc/libguestStore.so usr/lib/open-vm-tools/plugins/vmsvc/libpowerOps.so usr/lib/open-vm-tools/plugins/vmsvc/libresolutionKMS.so usr/lib/open-vm-tools/plugins/vmsvc/libtimeSync.so diff --git a/lfs/openvmtools b/lfs/openvmtools index edc159da93..28cb9fd2b4 100644 --- a/lfs/openvmtools +++ b/lfs/openvmtools @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2021 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,19 +24,16 @@ include Config -VER = 11.1.0-16036546 +VER = stable-11.3.0 THISAPP = open-vm-tools-$(VER) DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) +DIR_APP = $(DIR_SRC)/$(THISAPP)/open-vm-tools TARGET = $(DIR_INFO)/$(THISAPP) -#SUP_ARCH = x86_64 i586 -SUP_ARCH = none +SUP_ARCH = x86_64 i586 PROG = openvmtools -PAK_VER = 7 - - +PAK_VER = 8 DEPS = libtirpc @@ -50,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 349fc0eba5e37788750c5895d74ef855 +$(DL_FILE)_MD5 = 9b138316060f6ae39f58f7377caea31d install : $(TARGET) @@ -82,6 +79,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && autoreconf -vfi cd $(DIR_APP) && ./configure \ --prefix=/usr \ --sysconfdir=/etc \