forked from pool/vagrant
Dirk Mueller
b4c782a1a1
- Updated to 2.3.6 * https://github.com/hashicorp/vagrant/blob/main/CHANGELOG.md#236-may-19-2023 * command/serve: Isolate proto constants to file for auto-loading * core/util: Unlock file prior to deletion * provider/docker: Attempt using docker command for bridge ip * provider/virtualbox: Update preferred locale values for driver - Updated to 2.3.5 * Changed file 0005-do-not-depend-on-wdm.patch. * Changed file 0010-Remove-dependency-on-grpc-tools.patch. * Removed file 0011-Bump-Ruby-version-to-3.x.patch. * Removed file 0012-Only-check-for-arguments-matching-test-string-if-the.patch. * https://github.com/hashicorp/vagrant/blob/main/CHANGELOG.md#235-may-15-2023 * communicator/ssh: Use netssh builtin keep alive functionality * communicator/ssh: Update connection settings when using a password to connect ssh * core: Add a file mutex when downloading box files * guest/arch: Support differentiating between Artix and Arch Linux * host/windows: Get state of Windows feature "Microsoft-Hyper-V-Hypervisor" * provider/docker: Ignore inactive docker containers when assigning ports * provider/docker: Sync folders before preparing nfs settings * provider/virtualbox: De-duplicate machine port forward info * provider/virtualbox: Remove check for hyperv being enabled when verifying virtualbox is usable on windows * provider/virtualbox: Validate LANG value when possible * provider/hyperv: Check for hyper-v feature "EnhancedSessionTransportType" * provisioner/ansible: Fix installing Ansible provisioner with version and pip * synced_folders/rsync: allow rsync-auto to also ignore relative paths OBS-URL: https://build.opensuse.org/request/show/1089717 OBS-URL: https://build.opensuse.org/package/show/Virtualization:vagrant/vagrant?expand=0&rev=76
23 lines
806 B
Diff
23 lines
806 B
Diff
From 591ec0a8f1f65a836cc893f403afa3c971ed05dd Mon Sep 17 00:00:00 2001
|
|
From: Johannes Kastl <kastl@b1-systems.de>
|
|
Date: Mon, 4 Jun 2018 09:18:23 +0200
|
|
Subject: [PATCH 05/12] do not depend on wdm
|
|
|
|
Signed-off-by: Johannes Kastl <kastl@b1-systems.de>
|
|
---
|
|
vagrant.gemspec | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/vagrant.gemspec b/vagrant.gemspec
|
|
index 8728d8d7e..f51b8d263 100644
|
|
--- a/vagrant.gemspec
|
|
+++ b/vagrant.gemspec
|
|
@@ -35,7 +35,6 @@ Gem::Specification.new do |s|
|
|
s.add_dependency "rgl", "~> 0.5.10"
|
|
s.add_dependency "rubyzip", "~> 2.3.2"
|
|
s.add_dependency "vagrant_cloud", "~> 3.0.5"
|
|
- s.add_dependency "wdm", "~> 0.1.1"
|
|
s.add_dependency "winrm", ">= 2.3.6", "< 3.0"
|
|
s.add_dependency "winrm-elevated", ">= 1.2.3", "< 2.0"
|
|
s.add_dependency "winrm-fs", ">= 1.3.5", "< 2.0"
|