From: Arne Fitzenreiter <git@ipfire.org>
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 [thread overview]
Message-ID: <4GK7h73y7zz2xbj@people01.haj.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 4308 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 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 <arne_f(a)ipfire.org>
Date: Tue Jul 6 18:44:02 2021 +0200
openvmtools: update to stable-11.3.0
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
-----------------------------------------------------------------------
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/packages/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 <info(a)ipfire.org> #
+# Copyright (C) 2007-2021 IPFire Team <info(a)ipfire.org> #
# #
# 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 @@
include Config
-VER = 11.1.0-16036546
+VER = stable-11.3.0
THISAPP = open-vm-tools-$(VER)
DL_FILE = $(THISAPP).tar.gz
DL_FROM = $(URL_IPFIRE)
-DIR_APP = $(DIR_SRC)/$(THISAPP)
+DIR_APP = $(DIR_SRC)/$(THISAPP)/open-vm-tools
TARGET = $(DIR_INFO)/$(THISAPP)
-#SUP_ARCH = x86_64 i586
-SUP_ARCH = none
+SUP_ARCH = x86_64 i586
PROG = openvmtools
-PAK_VER = 7
-
-
+PAK_VER = 8
DEPS = libtirpc
@@ -50,7 +47,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 349fc0eba5e37788750c5895d74ef855
+$(DL_FILE)_MD5 = 9b138316060f6ae39f58f7377caea31d
install : $(TARGET)
@@ -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=/usr \
--sysconfdir=/etc \
hooks/post-receive
--
IPFire 2.x development tree
reply other threads:[~2021-07-06 16:44 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4GK7h73y7zz2xbj@people01.haj.ipfire.org \
--to=git@ipfire.org \
--cc=ipfire-scm@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox