Package: vagrant / 2.2.14+dfsg-2
Metadata
Package | Version | Patches format |
---|---|---|
vagrant | 2.2.14+dfsg-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 bin vagrant silence warning about installer.patch | (download) |
bin/vagrant |
5 0 + 5 - 0 ! |
bin/vagrant: silence warning about installer |
0002 Use a private temporary dir.patch | (download) |
lib/vagrant/box.rb |
3 2 + 1 - 0 ! |
use a private temporary dir Without this vagrant will clutter $TMPDIR with dozens of even hundreds of temporary files (~4 per vagrant invocation). |
0004 Support system installed plugins.patch | (download) |
lib/vagrant/plugin/manager.rb |
4 2 + 2 - 0 ! |
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":[] } } |
0005 Relax dependency resolution.patch | (download) |
Gemfile |
6 0 + 6 - 0 ! |
relax dependency resolution |
0005 Skip tests that require winrm.patch | (download) |
test/unit/plugins/provisioners/ansible/provisioner_test.rb |
3 2 + 1 - 0 ! |
skip tests that require winrm |
0006 tests fix tests to work against installed package.patch | (download) |
test/unit/plugins/commands/init/command_test.rb |
8 5 + 3 - 0 ! |
tests: fix tests to work against installed package |
0007 Add support for VirtualBox 7.0.patch | (download) |
lib/vagrant/errors.rb |
4 4 + 0 - 0 ! |
add support for virtualbox 7.0 Signed-off-by: Antonio Terceiro <terceiro@debian.org> Changes from the original patch: - replace `require "rexml"` with `require "rexml/document"` to work with with the rexml shipped with Ruby 2.7 |