From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arne Fitzenreiter To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 201e5f689c9380c1cd5e2a6cbb9c3b8c7bfa7053 Date: Tue, 06 Jul 2021 16:44:55 +0000 Message-ID: <4GK7h73y7zz2xbj@people01.haj.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5517906780800036208==" List-Id: --===============5517906780800036208== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via 201e5f689c9380c1cd5e2a6cbb9c3b8c7bfa7053 (commit) from 955ab2f5c3a06b2c29ee9b992f80d20759fc4fc8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 201e5f689c9380c1cd5e2a6cbb9c3b8c7bfa7053 Author: Arne Fitzenreiter Date: Tue Jul 6 18:44:02 2021 +0200 openvmtools: update to stable-11.3.0 =20 Signed-off-by: Arne Fitzenreiter ----------------------------------------------------------------------- Summary of changes: config/rootfiles/packages/openvmtools | 8 ++++++++ lfs/openvmtools | 16 +++++++--------- 2 files changed, 15 insertions(+), 9 deletions(-) Difference in files: diff --git a/config/rootfiles/packages/openvmtools b/config/rootfiles/package= s/openvmtools index 5e72a3270..81e2e8292 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 edc159da9..28cb9fd2b 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 @@ =20 include Config =20 -VER =3D 11.1.0-16036546 +VER =3D stable-11.3.0 =20 THISAPP =3D open-vm-tools-$(VER) DL_FILE =3D $(THISAPP).tar.gz DL_FROM =3D $(URL_IPFIRE) -DIR_APP =3D $(DIR_SRC)/$(THISAPP) +DIR_APP =3D $(DIR_SRC)/$(THISAPP)/open-vm-tools TARGET =3D $(DIR_INFO)/$(THISAPP) -#SUP_ARCH =3D x86_64 i586 -SUP_ARCH =3D none +SUP_ARCH =3D x86_64 i586 PROG =3D openvmtools -PAK_VER =3D 7 - - +PAK_VER =3D 8 =20 DEPS =3D libtirpc =20 @@ -50,7 +47,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 349fc0eba5e37788750c5895d74ef855 +$(DL_FILE)_MD5 =3D 9b138316060f6ae39f58f7377caea31d =20 install : $(TARGET) =20 @@ -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=3D/usr \ --sysconfdir=3D/etc \ hooks/post-receive -- IPFire 2.x development tree --===============5517906780800036208==--