From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] openvmtools: Update to version stable-12.0.0 Date: Fri, 29 Apr 2022 19:10:41 +0000 Message-ID: In-Reply-To: <20220425124154.3437080-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1444257137769581696==" List-Id: --===============1444257137769581696== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from version stable-11.3.0 to stable-12.0.0 > - Update of rootfile > - Changelog is a bit too long to include here. More details can be found at > https://github.com/vmware/open-vm-tools/blob/stable-12.0.0/ReleaseNotes= .md > https://github.com/vmware/open-vm-tools/blob/stable-11.3.5/ReleaseNotes= .md > - In version 11.3.5 mount.vmhgfs was removed from openvmtools > It has been replaced by hgfs-fuse >=20 > Signed-off-by: Adolf Belka > --- > config/rootfiles/packages/openvmtools | 5 +++-- > lfs/openvmtools | 6 +++--- > 2 files changed, 6 insertions(+), 5 deletions(-) >=20 > diff --git a/config/rootfiles/packages/openvmtools b/config/rootfiles/packa= ges/openvmtools > index 81e2e8292..c1b349528 100644 > --- a/config/rootfiles/packages/openvmtools > +++ b/config/rootfiles/packages/openvmtools > @@ -14,14 +14,15 @@ etc/vmware-tools/statechange.subr > etc/vmware-tools/suspend-vm-default > etc/vmware-tools/tools.conf.example > lib/udev/rules.d/99-vmware-scsi-udev.rules > -sbin/mount.vmhgfs > usr/bin/vm-support > +usr/bin/vmhgfs-fuse > usr/bin/vmtoolsd > usr/bin/vmware-checkvm > usr/bin/vmware-hgfsclient > usr/bin/vmware-namespace-cmd > usr/bin/vmware-rpctool > usr/bin/vmware-toolbox-cmd > +usr/bin/vmware-vmblock-fuse > usr/bin/vmware-xferlogs > #usr/include/vmGuestLib > #usr/include/vmGuestLib/includeCheck.h > @@ -57,6 +58,7 @@ 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/libcomponentMgr.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 > @@ -65,7 +67,6 @@ 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/pkgconfig/vmguestlib.pc > -usr/sbin/mount.vmhgfs > #usr/share/open-vm-tools > #usr/share/open-vm-tools/messages > #usr/share/open-vm-tools/messages/de > diff --git a/lfs/openvmtools b/lfs/openvmtools > index df508e47b..1207f9e2e 100644 > --- a/lfs/openvmtools > +++ b/lfs/openvmtools > @@ -26,7 +26,7 @@ include Config > =20 > SUMMARY =3D Open Virtual Machine Tools > =20 > -VER =3D stable-11.3.0 > +VER =3D stable-12.0.0 > =20 > THISAPP =3D open-vm-tools-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -35,7 +35,7 @@ DIR_APP =3D $(DIR_SRC)/$(THISAPP)/open-vm-tools > TARGET =3D $(DIR_INFO)/$(THISAPP) > SUP_ARCH =3D x86_64 > PROG =3D openvmtools > -PAK_VER =3D 8 > +PAK_VER =3D 9 > =20 > DEPS =3D libtirpc > =20 > @@ -51,7 +51,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D 65dcc52658c9e3dd5bd451df354f4bebb411ba45807f8279786f= 86c95708e0ddc3accf7140cd2b353d514b349264aae77487cec3693acc3919053d656f339935 > +$(DL_FILE)_BLAKE2 =3D 7958d43567c8620ab95ded57f8d7f472a7a361c2734b384a7443= cede57f73a3f9f77f0949c5e6995635c5475b12405f7b8699c4dc0d81654767b3fd7102c1fc2 > =20 > install : $(TARGET) > =20 --===============1444257137769581696==--