Date: Tue, 29 Oct 2019 14:36:04 +0000 (UTC) From: Josh Paetzel <jpaetzel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r515982 - in head: . emulators/open-vm-tools emulators/open-vm-tools/files Message-ID: <201910291436.x9TEa4Ys008129@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jpaetzel Date: Tue Oct 29 14:36:04 2019 New Revision: 515982 URL: https://svnweb.freebsd.org/changeset/ports/515982 Log: Update to version 11.0.1 The biggest change is the removal of vmxnet from this package. This means you *must* be using the vmx driver included in FreeBSD or your networking will fail after this update. This is a danger for people who are running unsupported versions of FreeBSD but could also affect people who are running custom kernels that have removed vmx from them. This update reduces our patchset by taking advantage of patches submitted upstream. Sponsored by: Panzura Deleted: head/emulators/open-vm-tools/files/patch-modules_freebsd_vmmemctl_os.c head/emulators/open-vm-tools/files/patch-modules_freebsd_vmxnet_if__vxn.c head/emulators/open-vm-tools/files/patch-modules_freebsd_vmxnet_net__compat.h Modified: head/UPDATING head/emulators/open-vm-tools/Makefile head/emulators/open-vm-tools/distinfo head/emulators/open-vm-tools/pkg-plist Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue Oct 29 14:13:18 2019 (r515981) +++ head/UPDATING Tue Oct 29 14:36:04 2019 (r515982) @@ -5,6 +5,17 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20191029: + AFFECTS: users of emulators/open-vm-tools[-nox11] + AUTHOR: jpaetzel@FreeBSD.org + +open-vm-tools 11.0.1 has removed the vmxnet driver. This driver has been +in tree for quite some time and hopefully everyone is using the in tree +version, however if you had removed device vmx from your kernel, or are +running an unsupported version of FreeBSD which didn't have the driver +included in the base system, updating your open-vm-tools version will +leave you without networking. + 20191026: AFFECTS: users of www/qt5-webengine AUTHOR: kai@FreeBSD.org Modified: head/emulators/open-vm-tools/Makefile ============================================================================== --- head/emulators/open-vm-tools/Makefile Tue Oct 29 14:13:18 2019 (r515981) +++ head/emulators/open-vm-tools/Makefile Tue Oct 29 14:36:04 2019 (r515982) @@ -3,7 +3,6 @@ PORTNAME= open-vm-tools PORTVERSION= ${RELEASE_VER} -PORTREVISION= 1 DISTVERSIONPREFIX= stable- PORTEPOCH= 2 CATEGORIES= emulators @@ -19,8 +18,8 @@ ONLY_FOR_ARCHS= amd64 i386 LIB_DEPENDS= libmspack.so:archivers/libmspack \ libdnet.so:net/libdnet -RELEASE_VER= 10.3.0 -BUILD_VER= 8931395 +RELEASE_VER= 11.0.1 +BUILD_VER= 14773994 OPTIONS_DEFINE= LIBNOTIFY OPENSSL X11 OPTIONS_DEFAULT= LIBNOTIFY OPENSSL X11 @@ -85,7 +84,6 @@ post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/vmware-tools/modules/input ${INSTALL_DATA} ${WRKSRC}/modules/freebsd/vmblock.ko ${STAGEDIR}${PREFIX}/lib/vmware-tools/modules/drivers/vmblock.ko ${INSTALL_DATA} ${WRKSRC}/modules/freebsd/vmmemctl.ko ${STAGEDIR}${PREFIX}/lib/vmware-tools/modules/drivers/vmmemctl.ko - ${INSTALL_DATA} ${WRKSRC}/modules/freebsd/vmxnet.ko ${STAGEDIR}${PREFIX}/lib/vmware-tools/modules/drivers/vmxnet.ko ${MKDIR} ${STAGEDIR}${PREFIX}/share/open-vm-tools/scripts/vmware/ ${MKDIR} ${STAGEDIR}${PREFIX}/share/open-vm-tools/scripts/ ${MKDIR} ${STAGEDIR}${PREFIX}/share/open-vm-tools/tests/ Modified: head/emulators/open-vm-tools/distinfo ============================================================================== --- head/emulators/open-vm-tools/distinfo Tue Oct 29 14:13:18 2019 (r515981) +++ head/emulators/open-vm-tools/distinfo Tue Oct 29 14:36:04 2019 (r515982) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533858593 -SHA256 (vmware-open-vm-tools-stable-10.3.0_GH0.tar.gz) = b3d0b5fd272a8dc35cab1ddd732f9d436f72682925212a6cdeccdab283e2f5ec -SIZE (vmware-open-vm-tools-stable-10.3.0_GH0.tar.gz) = 3498624 +TIMESTAMP = 1571957704 +SHA256 (vmware-open-vm-tools-stable-11.0.1_GH0.tar.gz) = 99f1e3c5245bb002c1e66cbb7a1078e1c3567db5f92cc2e00ab08557e9df4758 +SIZE (vmware-open-vm-tools-stable-11.0.1_GH0.tar.gz) = 2791701 Modified: head/emulators/open-vm-tools/pkg-plist ============================================================================== --- head/emulators/open-vm-tools/pkg-plist Tue Oct 29 14:13:18 2019 (r515981) +++ head/emulators/open-vm-tools/pkg-plist Tue Oct 29 14:36:04 2019 (r515982) @@ -38,7 +38,6 @@ lib/open-vm-tools/plugins/vmsvc/libvmbackup.so %%X11%%lib/open-vm-tools/plugins/vmusr/libdndcp.so lib/vmware-tools/modules/drivers/vmblock.ko lib/vmware-tools/modules/drivers/vmmemctl.ko -lib/vmware-tools/modules/drivers/vmxnet.ko libdata/pkgconfig/vmguestlib.pc sbin/mount_vmblock share/vmware-tools/poweroff-vm-default @@ -57,5 +56,7 @@ share/vmware-tools/vm-support %%DATADIR%%/messages/zh_CN/toolboxcmd.vmsg @rmtry etc/vmware-tools/plugins etc/pam.d/vmtoolsd +/etc/vmware-tools/tools.conf.example +@dirrmtry /etc/vmware-tools @dir %%DATADIR%%/scripts/vmware @dir %%DATADIR%%/tests
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910291436.x9TEa4Ys008129>