openvmtools: Update to version 10.0.5

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2015-12-04 22:11:28 +00:00
parent 2b163f4497
commit b51ffa68db
2 changed files with 52 additions and 15 deletions

View File

@@ -3,37 +3,71 @@ etc/rc.d/rc0.d/K01openvmtools
etc/rc.d/rc3.d/S60openvmtools
etc/rc.d/rc6.d/K01openvmtools
etc/vmware-tools
etc/vmware-tools/plugins
etc/vmware-tools/guestproxy-ssl.conf
etc/vmware-tools/poweroff-vm-default
etc/vmware-tools/poweron-vm-default
etc/vmware-tools/resume-vm-default
etc/vmware-tools/scripts
etc/vmware-tools/scripts/vmware
etc/vmware-tools/scripts/vmware/network
etc/vmware-tools/statechange.subr
etc/vmware-tools/suspend-vm-default
etc/vmware-tools/vm-support
sbin/mount.vmhgfs
usr/bin/vmhgfs-fuse
usr/bin/vmtoolsd
usr/bin/vmware-checkvm
usr/bin/vmware-guestproxycerttool
usr/bin/vmware-hgfsclient
usr/bin/vmware-rpctool
usr/bin/vmware-toolbox-cmd
usr/bin/vmware-vmblock-fuse
usr/bin/vmware-xferlogs
usr/lib/libguestlib.a
usr/lib/libguestlib.la
usr/lib/libguestlib.so
#usr/include/vmGuestLib
#usr/include/vmGuestLib/includeCheck.h
#usr/include/vmGuestLib/vmGuestLib.h
#usr/include/vmGuestLib/vmSessionId.h
#usr/include/vmGuestLib/vm_basic_types.h
#usr/lib/libguestlib.a
#usr/lib/libguestlib.la
#usr/lib/libguestlib.so
usr/lib/libguestlib.so.0
usr/lib/libguestlib.so.0.0.0
usr/lib/libvmtools.a
usr/lib/libvmtools.la
usr/lib/libvmtools.so
#usr/lib/libhgfs.a
#usr/lib/libhgfs.la
#usr/lib/libhgfs.so
usr/lib/libhgfs.so.0
usr/lib/libhgfs.so.0.0.0
#usr/lib/libvmtools.a
#usr/lib/libvmtools.la
#usr/lib/libvmtools.so
usr/lib/libvmtools.so.0
usr/lib/libvmtools.so.0.0.0
usr/lib/open-vm-tools
usr/lib/open-vm-tools/plugins
#usr/lib/open-vm-tools/plugins/common
#usr/lib/open-vm-tools/plugins/common/libhgfsServer.la
usr/lib/open-vm-tools/plugins/common/libhgfsServer.so
#usr/lib/open-vm-tools/plugins/common/libvix.la
usr/lib/open-vm-tools/plugins/common/libvix.so
usr/lib/open-vm-tools/plugins/vmsvc
usr/lib/open-vm-tools/plugins/vmsvc/libgrabbitmqProxy.so
usr/lib/open-vm-tools/plugins/vmsvc/libguestInfo.so
usr/lib/open-vm-tools/plugins/vmsvc/libhgfsServer.so
usr/lib/open-vm-tools/plugins/vmsvc/libpowerOps.so
usr/lib/open-vm-tools/plugins/vmsvc/libtimeSync.so
usr/lib/open-vm-tools/plugins/vmsvc/libvix.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
#usr/share/open-vm-tools/messages/de/toolboxcmd.vmsg
#usr/share/open-vm-tools/messages/de/vmtoolsd.vmsg
#usr/share/open-vm-tools/messages/ja
#usr/share/open-vm-tools/messages/ja/toolboxcmd.vmsg
#usr/share/open-vm-tools/messages/ja/vmtoolsd.vmsg
#usr/share/open-vm-tools/messages/ko
#usr/share/open-vm-tools/messages/ko/toolboxcmd.vmsg
#usr/share/open-vm-tools/messages/ko/vmtoolsd.vmsg
#usr/share/open-vm-tools/messages/zh_CN
#usr/share/open-vm-tools/messages/zh_CN/toolboxcmd.vmsg

View File

@@ -24,7 +24,7 @@
include Config
VER = 8.4.2-261024
VER = 10.0.5-3227872
THISAPP = open-vm-tools-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -33,11 +33,11 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
SUP_ARCH = x86_64 i586
PROG = openvmtools
PAK_VER = 1
PAK_VER = 2
DEPS = ""
CFLAGS += -fno-PIC
#CFLAGS += -fno-PIC
###############################################################################
# Top-level Rules
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 4d9ddc865b42fc6982c3078031500486
$(DL_FILE)_MD5 = 734eccf6e9e007cb37dc4eb3ed6707b5
install : $(TARGET)
@@ -79,12 +79,15 @@ $(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) && sed -e "s/-Werror//g" -i configure.ac
cd $(DIR_APP) && autoreconf -vfi
cd $(DIR_APP) && ./configure --prefix=/usr \
--with-kernel-release=$(KVER)-ipfire --without-pam \
--disable-unity --without-gtk2 --without-gtkmm \
--without-procps --without-dnet --without-icu \
--without-procps --without-icu \
--without-x --with-linuxdir=/usr/src/linux \
--without-kernel-modules
--without-kernel-modules --disable-deploypkg \
--without-xerces-c --without-xerces
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
ln -sf ../init.d/openvmtools /etc/rc.d/rc3.d/S60openvmtools