Created attachment 237125 [details] Update to Vagrant 2.3.1 Q&A: poudriere: testport ok (13.1-RELEASE;amd64) Makefile portclippy/portmft processed
Comment on attachment 237125 [details] Update to Vagrant 2.3.1 Hi! Thanks for the patch! I do have a problem with a file included in the list; namely the ".envrc" file listed. If this were included in the system, an end-user (probably root), could change in to this directory and have (tons) of tooling that loaded and ran that file... Can we remove it, and ensure it isn't included via "find" or some method? Thanks! -Joe
Created attachment 237189 [details] Update Vagrant to 2.3.1 and remove buildfiles before installing Hi Joe, I've removed the .envrc file and also some other files I believe are only used for building Vagrant (or the go version, which this port doesn't build). Cheers, Ralf
Thank you a bunch! -Joe
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=9bd86236fe6506e7c49233cd78c0876c8862c8ea commit 9bd86236fe6506e7c49233cd78c0876c8862c8ea Author: Ralf van der Enden <tremere@cainites.net> AuthorDate: 2022-10-15 23:29:20 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-10-15 23:30:48 +0000 sysutils/vagrant: Update to 2.3.1 ChangeLog: https://github.com/hashicorp/vagrant/blob/v2.3.1/CHANGELOG.md PR: 266870 sysutils/vagrant/Makefile | 29 ++++++--- sysutils/vagrant/distinfo | 6 +- sysutils/vagrant/pkg-plist | 159 +++++++++++++++++++++++++++++++++++++++++++-- 3 files changed, 175 insertions(+), 19 deletions(-)
Committed, thanks!