aboutsummaryrefslogtreecommitdiff
path: root/emulators/open-vm-tools
Commit message (Collapse)AuthorAgeFilesLines
* */*: Bump consumers of x11-toolkits/gtk30Nuno Teixeira2023-12-231-0/+1
| | | | New version of gtk3 in tree
* emulators/open-vm-tools: Update to 12.3.5Renato Botelho2023-11-012-4/+4
| | | | | | | | PR: 274760 Reported by: John Wolfe <jwolfe@vmware.com> Security: CVE-2023-34058 CVE-2023-34059 Sponsored by: Rubicon Communications, LLC ("Netgate")
* emulators/open-vm-tools: Update to 12.3.0Renato Botelho2023-09-202-5/+4
| | | | | | PR: 273486 Reported by: John Wolfe <jwolfe@vmware.com> Sponsored by: Rubicon Communications, LLC ("Netgate")
* emulators/open-vm-tools: Remove --enable-deploypkgRenato Botelho2023-07-211-2/+1
| | | | | | | DeployPkg is conditional to an OPTION added recently. I forgot this parameter on CONFIGURE_ARGS from the time I was testing it. Reported by: vangyzen Sponsored by: Rubicon Communications, LLC ("Netgate")
* emulators/open-vm-tools: Add DEPLOYPKG optionRenato Botelho2023-07-195-3/+56
| | | | | | | | | | | | | | | | | Before this change, open-vm-tools port used to depend inconditionally of libmspack, which is a requirement of DeployPkg plugin. It turns out that configure script only enable this plugin automatically on linux, so it was not being built and dependency was not supposed to be there. Instead of removing bogus dependency, I decided to add DEPLOYPKG option, used to enable that plugin and left it off by default in order to preserve previous default behavior. Some changes on source code were needed to make DeployPkg to build on FreeBSD and are done by new patches, which I intend to submit upstream. Reported by: vangyzen Sponsored by: Rubicon Communications, LLC ("Netgate")
* emulators/open-vm-tools: Update to 12.2.5Renato Botelho2023-06-202-5/+5
| | | | | | | PR: 271986 Reported by: John Wolfe <jwolfe@vmware.com> Security: CVE-2023-20867 Sponsored by: Rubicon Communications, LLC ("Netgate")
* emulators/open-vm-tools: Update to 12.2.0Renato Botelho2023-03-1011-103/+26
| | | | | | PR: 270077 Reported by: John Wolfe <jwolfe@vmware.com> Sponsored by: Rubicon Communications, LLC ("Netgate")
* accessibility/at-spi2-core: update to 2.46.0Tobias C. Berner2023-03-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | What's new in at-spi2-core 2.46.0: * Fix GetInterfaces documentation on org.a11y.atspi.Accessible interface. What's new in at-spi2-core 2.45.91: * Send device event controller events using the same signature as other events. * Document the Accessible, Action, and Cache dbus interfaces. * Fix license of atspi-gmain.c (#87). What's new in at-spi2-core 2.45.90: * xml: Add some documentation. * xml: Fix event arguments. * xml: Add some missing DeviceEventController methods. * Bind the AT-SPI bus to the graphical session. * Mark bus service as belonging to the session slice. * Add ATSPI_ROLE_PUSH_BUTTON_MENU. * Add an "announcement" event/signal to allow objects to send notifications (!63). * Various code clean-ups and test improvements. What's new in at-spi2-core 2.45.1: * Atk and at-spi2-atk are now merged into this project. * Now requires meson 0.56.2 and glib 2.67.4. * at-spi2-atk: Expose the accessible hierarchy via dbus introspection. * Properly escape the AT-SPI bus address; fixes warnings about the address not containing a colon (!55). * Add a text value to AtspiValue, so that a value can expose a textual description, as in the new Atk value API. * Add atspi_event_listener_register_with_app, to allow an event listener to be registered only for a given application (!52). - accessibility/atk and accessibility/at-spi2-atk have been merged into accessibility/at-spi2-core - accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk PR: 269704 Exp-run by: antoine ---
* emulators/open-vm-tools: Add missing dependencyRenato Botelho2022-12-221-1/+3
| | | | | | When X11 option is set, it depends of print/harfbuzz Sponsored by: Rubicon Communications, LLC ("Netgate")
* emulators/open-vm-tools: Unbreak build on CURRENTRenato Botelho2022-12-221-4/+4
| | | | | | Fix build on CURRENT after NDFREE retirement Sponsored by: Rubicon Communications, LLC ("Netgate")
* emulators/open-vm-tools: Update to 12.1.5Renato Botelho2022-12-132-5/+4
| | | | Sponsored by: Rubicon Communications, LLC ("Netgate")
* emulators/open-vm-tools: Fix PORTREVISION setRenato Botelho2022-10-031-1/+1
| | | | | | | | On 8f9a376fdfe9 I was supposed to bump PORTREVISION and not to set PORTVERSION to 1. Fix it. Reported by: marck Sponsored by: Rubicon Communications, LLC ("Netgate")
* emulators/open-vm-tools: Fix vmware-guestd rcGeoff Davis2022-10-032-1/+2
| | | | | | | | Add eval to the call to ${checkvm_cmd} to make sure stdout/stderr are redirect to /dev/null and remove spurious output when it's executed PR: 266520 Sponsored by: Rubicon Communications, LLC ("Netgate")
* emulators/open-vm-tools: Update for changes to kmem_*() in main.John Baldwin2022-09-261-0/+25
| | | | | | Reviewed by: garga Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D36734
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* emulators/open-vm-tools: Update to 12.1.0Renato Botelho2022-08-242-4/+4
| | | | | Security: CVE-2022-31676 Sponsored by: Rubicon Communications, LLC ("Netgate")
* emulators/open-vm-tools: Update to 12.0.5Renato Botelho2022-08-123-7/+6
| | | | | | | | | - Update to 12.0.5 [1] - Silence checkvm_cmd [2] PR: 264241 [1], 264564 [2] Reported by: John Wolfe <jwolfe@vmware.com> [1], oz42@oz42.eu [2] Sponsored by: Rubicon Communications, LLC ("Netgate")
* */*: bump all consumes of deprecated GDK-Pixbuf-Xlib libraryDima Panov2022-07-281-1/+2
| | | | With hat: desktop
* emulators: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Akinori MUSHA aka knu <knu@idaemons.org> * Alejandro Pulver <alejandro@varnet.biz> * Alexander Best <arundel@gmx.net> * Alexander Nedotsukov <bland@FreeBSD.org> * Alexey Dokuchaev <danfe@FreeBSD.org> * Alexey V. Antipovsky <kemm@in-line.ru> * Alonso Cardenas Marquez <acm@FreeBSD.org> * Brian Gaeke <brg@dgate.org> * Danilo Egea Gondolfo <danilo@FreeBSD.org> * David Naylor <naylor.b.david@gmail.com> * David O'Brien (obrien@cs.ucdavis.edu) * Edward Tomasz Napierala <trasz@FreeBSD.org> * Eric L. Hernes <erich@FreeBSD.org> * Felix Palmen <felix@palmen-it.de> * Ganael Laplanche <ganael.laplanche@martymac.org> * Gerald Pfeifer <gerald@FreeBSD.org> * Gunter Wambaugh <techgunter@yahoo.com> * Jacques Vidrine <nectar@FreeBSD.org> * Janni * Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> * Jeremy Karlson * Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> * Joel Sutton <jsutton@webnet.com.au> * Joerg Wunsch <joerg@FreeBSD.org> * Jonathan M. Bresler (jmb) * Jose Alonso Cardenas Marquez <acm@FreeBSD.org> * Juergen Lock <nox@jelal.kn-bremen.de> * Kaltashkin Eugene <zhecka@gmail.com> * Kevin Bowling <kbowling@FreeBSD.org> * Li-Lun Wang <llwang@infor.org> * Mario S F Ferreira <lioux@linf.unb.br> et al. * Martin Hinner * Maxim Sobolev <sobomax@FreeBSD.org> * Michael Neumann <mneumann@ntecs.de> * Miguel Mendez <flynn@energyhq.homeip.net> * Naram Qashat <cyberbotx@cyberbotx.com> * Nicole Reid <root@cooltrainer.org> * Nishika <nishika@cheerful.com> * Pavel I Volkov <pavelivolkov@googlemail.com> * Piotr Kubaj * Ruan Wei (iamayan@gmail.com) * Sebastian Schuetz <sschuetz@fhm.edu> * Seiichirou Hiraoka * Shaun Amott <shaun@FreeBSD.org> * Sheldon Hearn <axl@iafrica.com> * Simon Dick <simond@irrelevant.org> * Steven Kreuzer <skreuzer@FreeBSD.org> * Stijn Hoop <stijn@win.tue.nl> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Thomas Bernard <nanard@free.fr> * Timothy Beyer <beyert@cs.ucr.edu> * Tobias Reifenberger <tr@freebsd.mayn.de> * Tom Carrick <knyghtmare@knyghtmare.com> * Travis Poppe <tlp@liquidx.org> * Uffe Jakobsen <uffe@uffe.org> * Vladimir Kondratiev <wulf@mail.mipt.ru> * Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> * Yukihiro Nakai <nakai@FreeBSD.org> * alepulver * alex * dchapes@ddm.on.ca * dk * elbarto * janek@gaja.ipan.lublin.pl * jhb * jmz * joerg * jraynard * krion * kstailey * mbr@FreeBSD.org * okeeblow <root@cooltrainer.org> * pixel * pjm * tenser@spitfire.ecsel.psu.edu * trasz * trasz <trasz@pin.if.uz.zgora.pl> * # Created by Timothy Beyer <beyert@cs.ucr.edu> With hat: portmgr
* emulators/open-vm-tools: Fix build on currentRenato Botelho2022-04-201-26/+2
| | | | | | | | Since 8b83d7e0ee544, -Wunused-but-set-variable became a fatal error on CURRENT. Remove a couble of set-but-not-used variables and fix the build Sponsored by: Rubicon Communications, LLC ("Netgate")
* emulators/open-vm-tools: Update to 12.0.0Renato Botelho2022-04-112-6/+6
| | | | | PR: 262384 Sponsored by: Rubicon Communications, LLC ("Netgate")
* textproc/libxml2: bump all LIB_DEPENDS consumersCharlie Li2022-04-101-1/+1
| | | | | | | | This is a separate commit to facilitate easier cherry-picking for quarterly. PR: 262853, 262940, 262877, 263126 Approved by: fluffy (mentor)
* emulators/open-vm-tools: fix build after 2587b74c6187 removed NDF_ONLY_PNBUFDimitry Andric2022-04-041-2/+13
| | | | | | | | | | | | | | | | | | | | After base commit 2587b74c6187, which removed NDF_ONLY_PNBUF, emulators/open-vm-tools fails to build, with: --- vfsops.o --- vfsops.c:190:16: error: use of undeclared identifier 'NDF_ONLY_PNBUF'; did you mean 'NDFREE_PNBUF'? NDFREE(ndp, NDF_ONLY_PNBUF); ^~~~~~~~~~~~~~ NDFREE_PNBUF /usr/src/sys/sys/namei.h:291:6: note: 'NDFREE_PNBUF' declared here void NDFREE_PNBUF(struct nameidata *); ^ Indeed, NDFREE_PNBUF() should now be used. PR: 263041 Approved by: garga (maintainer) MFH: 2022Q2
* textproc/libxml2: bump all dependenciesMatthias Fechner2022-03-261-1/+1
| | | | | This should make sure that all dependent ports will pick up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
* emulators/open-vm-tools: Fix build on currentRenato Botelho2022-02-042-1/+18
| | | | | | | | | | | After src commit 66c5fbca7719dca1ac361a010fa511a4514a662d, insmntque1() changed to have only 2 arguments, breaking open-vm-tools. Added a patch to call the new version on recent current and call destructor to make sure it runs. Suggested by: kib Sponsored by: Rubicon Communications, LLC ("Netgate")
* emulators/open-vm-tools: Fix build after 1400043Renato Botelho2021-11-302-2/+15
| | | | | | NDINIT() last parameter was removed after this osversion Sponsored by: Rubicon Communications, LLC ("Netgate")
* emulators/open-vm-tools: Update to 11.3.5Renato Botelho2021-09-302-4/+4
| | | | | | PR: 258754 Reported by: John Wolfe <jwolfe@vmware.com> Sponsored by: Rubicon Communications, LLC ("Netgate")
* emulators/open-vm-tools: Fix buildRenato Botelho2021-08-182-28/+0
| | | | | | | Remove some patches introduced by 42dfc139f65 that are note needed on 11.3.0 and fix build Sponsored by: Rubicon Communications, LLC ("Netgate")
* emulators/open-vm-tools: Update to 11.3.0Vincent Milum Jr2021-08-182-7/+7
| | | | | | | This version introduces aarch64 support PR: 256282 Sponsored by: Rubicon Communications, LLC ("Netgate")
* emulators/open-vm-tools: Prepare for glib 2.68.3Neel Chauhan2021-08-034-0/+53
| | | | PR: 256200
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-062-6/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* emulators/open-vm-tools: Update to 11.2.5 and other changesRenato Botelho2021-03-255-269/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | - Update to 11.2.5 [1] - Make fuse dependency optional adding new FUSE option, enabled by default [2] - Remove CONFLICTS with packages that were removed years ago - Remove DOCS items from pkg-plist and use PORTDOCS instead - Install default tools.conf [1] - Do not mkdir directories not covered by pkg-plist - Rework patch-lib_guestApp_guestApp.c to respect ${PREFIX} - vmware-kmod.in: - Simplify logic - Use kldstat -q instead of redirect stdout/stderr [2] - Partially restore @preunexec removed in r473438. Set tools.set.version as 0 is important to let hypervisor to be notified package is removed. Otherwise vCenter console shows tools status as "installed" but "not-running". [3] PR: 252699 [1] 226204 [2] 246440 [3] Submitted by: John Wolfe <jwolfe@vmware.com> [1] [3] ohauer [2] Sponsored by: Rubicon Communications, LLC ("Netgate") Notes: svn path=/head/; revision=569197
* emulators/open-vm-tools: Flavorize and other tweaksRenato Botelho2021-03-172-63/+57
| | | | | | | | | | | | | - Remove emulators/open-vm-tools-nox11 and create a nox11 flavor - Regenerate patches with make makepatch - Sort Makefile and make portclippy and portlint happy - Remove unused variables - Simplify Makefile Sponsored by: Rubicon Communications, LLC ("Netgate") Notes: svn path=/head/; revision=568677
* emulators/open-vm-tools: Take maintainershipRenato Botelho2021-03-021-1/+1
| | | | Notes: svn path=/head/; revision=566949
* deorbit jpaetzelJosh Paetzel2021-03-021-1/+1
| | | | Notes: svn path=/head/; revision=566930
* devel/doxygen: Update to 1.9.0Dima Panov2021-01-082-3/+2
| | | | | | | | | | | | | | | | - regen patches by 'make makepatch' - adjust consumers which affected by new doxygen styles - take maintainersip Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0 PR: 242347 Submitted by: fluffy Reported by: Naram Qashat (ex-maintainer) Exp-run by: antoine Notes: svn path=/head/; revision=560752
* emulators/open-vm-tools: update to 11.2.0 releaseDima Panov2020-12-318-20/+22
| | | | | | | | | PR: 250550 Submitted by: fluffy Approved by: jpaetzel Notes: svn path=/head/; revision=559767
* Fix an issue where the rc.d script can error out because it was run before ↵Josh Paetzel2020-10-212-1/+2
| | | | | | | | | | | ldconfig PR: 250407 Submitted by: dim Sponsored by: Panzura Notes: svn path=/head/; revision=552879
* Update to 11.1.5Josh Paetzel2020-09-103-22/+5
| | | | | | | | | | | | | | There's no functional changes in this update that apply to FreeBSD. Upstream fixed some issues detected by coverity. https://github.com/vmware/open-vm-tools/blob/stable-11.1.5/ReleaseNotes.md PR: 248782 Submitted by: John Wolfe <jwolfe@vmware.com> Sponsored by: Panzura, Inc Notes: svn path=/head/; revision=548202
* Fix compilation in a -fno-common universeJosh Paetzel2020-08-242-0/+17
| | | | Notes: svn path=/head/; revision=546031
* Clean up some thingsTobias Kortkamp2020-05-301-1/+1
| | | | | | | Reported by: portscan Notes: svn path=/head/; revision=537026
* - Install a script in ${PREFIX}/bin rather than /usr/bin. Fix plist.Jung-uk Kim2020-05-153-21/+284
| | | | | | | | | | | - Add DOCS option for consistent build. Documentation was automatically built when doxygen was found by the configure script. PR: 246468 Approved by: jpaetzel (maintainer) Notes: svn path=/head/; revision=535263
* Update to version 11.1.0Josh Paetzel2020-05-146-148/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | In terms of functionality this update is a no-op on FreeBSD. Some local patches were upstreamed and have been removed from the port. Tested matrix is ESXi 6.5 and 6.7, and Fusion. FreeBSD HEAD, 12.1-R, 12.0-R and 11.3-R AMD64 The test plan ensures the VM power control works from the management app, that the memory balloon driver operates properly, and that reporting back to vCenter as far as IP and whether the tools are installed and operational works. In particular no i386 versions of FreeBSD were explicitly tested, nor was any testing done on ESXi 7.0 https://github.com/vmware/open-vm-tools/blob/stable-11.1.0/ReleaseNotes.md The new functionality in this version of the tools is Windows/Linux only. See the listed PR for the pieces FreeBSD needs to achieve parity. PR: 246338 Submitted by: jwolfe@vmware.com Sponsored by: Panzura Notes: svn path=/head/; revision=535238
* Unbreak build on HEADJosh Paetzel2020-02-062-3/+30
| | | | | | | | | PR: 243864 Submitted by: Ruslan Garipov <brigadir15@gmail.com> Sponsored by: Panzura Notes: svn path=/head/; revision=525444
* Fix build on HEADJosh Paetzel2020-01-112-0/+40
| | | | | | | | PR: 243240 Submitted by: Ruslan Garipov <brigadir15@gmail.com> Notes: svn path=/head/; revision=522696
* Fix build on HEADJosh Paetzel2020-01-111-0/+64
| | | | | | | | | PR: 242679 Submitted by: Ruslan Garipov <brigadir15@gmail.com> Reviewed by: jhb Notes: svn path=/head/; revision=522695
* Fix build with src r354909 applied.Brooks Davis2019-11-222-0/+22
| | | | Notes: svn path=/head/; revision=518160
* Bump PORTREVISION to rebuild pkg in HEADJosh Paetzel2019-11-181-1/+1
| | | | | | | | | | | | | | | | For users tracking stable/12, stable/11, or supported releases this will result in an upgrade of the port with no functional change. For users tracking HEAD before r353150 the new binary pkg will likely cause your system to panic. PR: 241180 Sponsored by: Panzura Fix suggested by: mp Notes: svn path=/head/; revision=517880