public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 201e5f689c9380c1cd5e2a6cbb9c3b8c7bfa7053
@ 2021-07-06 16:44 Arne Fitzenreiter
  0 siblings, 0 replies; only message in thread
From: Arne Fitzenreiter @ 2021-07-06 16:44 UTC (permalink / raw)
  To: ipfire-scm

[-- 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-06 16:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-06 16:44 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 201e5f689c9380c1cd5e2a6cbb9c3b8c7bfa7053 Arne Fitzenreiter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox