* [PATCH] openvmtools: Update to version stable-12.0.0
@ 2022-04-25 12:41 Adolf Belka
2022-04-29 19:10 ` Peter Müller
0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2022-04-25 12:41 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 3122 bytes --]
- 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
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
config/rootfiles/packages/openvmtools | 5 +++--
lfs/openvmtools | 6 +++---
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/config/rootfiles/packages/openvmtools b/config/rootfiles/packages/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
SUMMARY = Open Virtual Machine Tools
-VER = stable-11.3.0
+VER = stable-12.0.0
THISAPP = open-vm-tools-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -35,7 +35,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)/open-vm-tools
TARGET = $(DIR_INFO)/$(THISAPP)
SUP_ARCH = x86_64
PROG = openvmtools
-PAK_VER = 8
+PAK_VER = 9
DEPS = libtirpc
@@ -51,7 +51,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 65dcc52658c9e3dd5bd451df354f4bebb411ba45807f8279786f86c95708e0ddc3accf7140cd2b353d514b349264aae77487cec3693acc3919053d656f339935
+$(DL_FILE)_BLAKE2 = 7958d43567c8620ab95ded57f8d7f472a7a361c2734b384a7443cede57f73a3f9f77f0949c5e6995635c5475b12405f7b8699c4dc0d81654767b3fd7102c1fc2
install : $(TARGET)
--
2.36.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] openvmtools: Update to version stable-12.0.0
2022-04-25 12:41 [PATCH] openvmtools: Update to version stable-12.0.0 Adolf Belka
@ 2022-04-29 19:10 ` Peter Müller
0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2022-04-29 19:10 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 3330 bytes --]
Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>
> - 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
>
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> config/rootfiles/packages/openvmtools | 5 +++--
> lfs/openvmtools | 6 +++---
> 2 files changed, 6 insertions(+), 5 deletions(-)
>
> diff --git a/config/rootfiles/packages/openvmtools b/config/rootfiles/packages/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
>
> SUMMARY = Open Virtual Machine Tools
>
> -VER = stable-11.3.0
> +VER = stable-12.0.0
>
> THISAPP = open-vm-tools-$(VER)
> DL_FILE = $(THISAPP).tar.gz
> @@ -35,7 +35,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)/open-vm-tools
> TARGET = $(DIR_INFO)/$(THISAPP)
> SUP_ARCH = x86_64
> PROG = openvmtools
> -PAK_VER = 8
> +PAK_VER = 9
>
> DEPS = libtirpc
>
> @@ -51,7 +51,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_BLAKE2 = 65dcc52658c9e3dd5bd451df354f4bebb411ba45807f8279786f86c95708e0ddc3accf7140cd2b353d514b349264aae77487cec3693acc3919053d656f339935
> +$(DL_FILE)_BLAKE2 = 7958d43567c8620ab95ded57f8d7f472a7a361c2734b384a7443cede57f73a3f9f77f0949c5e6995635c5475b12405f7b8699c4dc0d81654767b3fd7102c1fc2
>
> install : $(TARGET)
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-04-29 19:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-25 12:41 [PATCH] openvmtools: Update to version stable-12.0.0 Adolf Belka
2022-04-29 19:10 ` Peter Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox