* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 9d5c3d36e08f4b459e17534c40cbbf3dd07d1d57
@ 2022-04-29 19:37 Peter Müller
0 siblings, 0 replies; only message in thread
From: Peter Müller @ 2022-04-29 19:37 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 5609 bytes --]
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 9d5c3d36e08f4b459e17534c40cbbf3dd07d1d57 (commit)
via b7d80a2767f42a6bb8df65084f27a34803ee77de (commit)
from 8de58edc738a0405eda7f691bab1c4fdaf02f83f (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 9d5c3d36e08f4b459e17534c40cbbf3dd07d1d57
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Mon Apr 25 14:41:54 2022 +0200
openvmtools: Update to version stable-12.0.0
- 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>
Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>
commit b7d80a2767f42a6bb8df65084f27a34803ee77de
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Thu Apr 28 23:25:41 2022 +0200
nasm: Update to version 2.15.05
- Update from version 2.14.02 (Dec 2018) to 2.15.05 (Aug 2020)
- Most recent commit in git was Dec 2021
- Update of rootfile not required
- Changelog in source tarball and in git repository was last updated in 2007.
Only option to see changes is to review the commits in
https://github.com/netwide-assembler/nasm/commits/master
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/packages/openvmtools | 5 +++--
lfs/nasm | 4 ++--
lfs/openvmtools | 6 +++---
3 files changed, 8 insertions(+), 7 deletions(-)
Difference in files:
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/nasm b/lfs/nasm
index 3988297ae..635597c4a 100644
--- a/lfs/nasm
+++ b/lfs/nasm
@@ -24,7 +24,7 @@
include Config
-VER = 2.14.02
+VER = 2.15.05
THISAPP = nasm-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = deb1f3c806ffbe48eefe4163271c68f02a782f75f21980331cb03e64de20da61c118621536c1c869c1629e558cab45ce98fed8443d29c1126fb4255cd6a36ce4
+$(DL_FILE)_BLAKE2 = a41434965c2125577b762d907a0a3c251c75d9f9beac230fba4099182c7f7beb08c6d2c05c2432b0dc8ba829f24077f44c3096faea9bd0a533250e6dbbfaef35
install : $(TARGET)
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)
hooks/post-receive
--
IPFire 2.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-04-29 19:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-29 19:37 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 9d5c3d36e08f4b459e17534c40cbbf3dd07d1d57 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