From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 6/6] openvmtools: Update to 11.0.0 Date: Sat, 04 Jan 2020 16:49:16 +0000 Message-ID: <20200104164916.12051-6-michael.tremer@ipfire.org> In-Reply-To: <20200104164916.12051-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1498658483449512433==" List-Id: --===============1498658483449512433== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Michael Tremer --- config/rootfiles/packages/openvmtools | 2 ++ lfs/openvmtools | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/packages/openvmtools b/config/rootfiles/package= s/openvmtools index 35a33dd97..de1ec10c4 100644 --- a/config/rootfiles/packages/openvmtools +++ b/config/rootfiles/packages/openvmtools @@ -11,6 +11,7 @@ etc/vmware-tools/scripts/vmware etc/vmware-tools/scripts/vmware/network etc/vmware-tools/statechange.subr etc/vmware-tools/suspend-vm-default +etc/vmware-tools/tools.conf.example etc/vmware-tools/vm-support lib/udev/rules.d/99-vmware-scsi-udev.rules sbin/mount.vmhgfs @@ -56,6 +57,7 @@ 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 usr/lib/open-vm-tools/plugins/vmsvc/libvmbackup.so +usr/lib/open-vm-tools/plugins/vmusr #usr/lib/pkgconfig/vmguestlib.pc usr/sbin/mount.vmhgfs #usr/share/open-vm-tools diff --git a/lfs/openvmtools b/lfs/openvmtools index 2246dfd4e..296ba28bb 100644 --- a/lfs/openvmtools +++ b/lfs/openvmtools @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 10.2.0-7253323 +VER =3D 11.0.0-14549434 =20 THISAPP =3D open-vm-tools-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -33,7 +33,7 @@ DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) SUP_ARCH =3D x86_64 i586 PROG =3D openvmtools -PAK_VER =3D 3 +PAK_VER =3D 4 =20 DEPS =3D "" =20 @@ -45,7 +45,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 9256c2402640ad19eb79cf49635e01b5 +$(DL_FILE)_MD5 =3D d3d4e23b143c921f1afc90e5331d3a70 =20 install : $(TARGET) =20 --=20 2.20.1 --===============1498658483449512433==--