Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-bin-vagrant-silence-warning-about-installer.patch | bin/vagrant: silence warning about installer | Antonio Terceiro <terceiro@debian.org> | no | 2014-10-11 | ||
0002-Use-a-private-temporary-dir.patch | Use a private temporary dir Without this vagrant will clutter $TMPDIR with dozens of even hundreds of temporary files (~4 per vagrant invocation). |
Antonio Terceiro <terceiro@debian.org> | no | 2014-10-22 | ||
0004-Support-system-installed-plugins.patch | Support system-installed plugins Plugins must be installed as regular Ruby libraries, and they must contain /usr/share/vagrant-plugins/plugins.d/$PLUGINNAME.json with the following content: { "${PLUGINNAME}": { "ruby_version":"$(ruby -e 'puts RUBY_VERSION')", "vagrant_version":"$(cat /usr/share/vagrant/version.txt)", "gem_version":"", "require":"", "sources":[] } } |
Antonio Terceiro <terceiro@debian.org> | no | 2015-05-27 | ||
0005-Relax-dependency-resolution.patch | Relax dependency resolution | Antonio Terceiro <terceiro@debian.org> | no | 2015-08-16 | ||
0005-Skip-tests-that-require-winrm.patch | Skip tests that require winrm | Antonio Terceiro <terceiro@debian.org> | no | 2021-02-07 | ||
0006-tests-fix-tests-to-work-against-installed-package.patch | tests: fix tests to work against installed package | Antonio Terceiro <terceiro@debian.org> | no | 2021-02-07 | ||
0007-Add-support-for-VirtualBox-7.0.patch | Add support for VirtualBox 7.0 Changes from the original patch: - replace `require "rexml"` with `require "rexml/document"` to work with with the rexml shipped with Ruby 2.7 |
Chris Roberts <croberts@hashicorp.com> | no | 2022-10-14 |