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 directory that is cleanup up on exit This avoids vagrant from cluttering $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-test-unit-base.rb-don-t-load-patch-for-fake_ftp.patch | test/unit/base.rb: don't load patch for fake_ftp We already skip the tests requiring fake_ftp. |
Antonio Terceiro <terceiro@debian.org> | no | 2022-12-28 |