summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2014-10-24 15:56:12 +0200
committerVít Ondruch <vondruch@redhat.com>2015-01-21 12:53:02 +0100
commit774acebfd5985ab2677182ad2cbdf1815d13fa71 (patch)
tree76b6b0db1db9e345a8bd4ba4f01ecd4ea432a92d
parent3af5dd66ac8741189c19ae6daa3940f540e19a44 (diff)
downloadfedora-vagrant-774acebfd5985ab2677182ad2cbdf1815d13fa71.tar.gz
fedora-vagrant-774acebfd5985ab2677182ad2cbdf1815d13fa71.tar.xz
fedora-vagrant-774acebfd5985ab2677182ad2cbdf1815d13fa71.zip
Use system certificates.
-rw-r--r--vagrant-1.6.5-fix-dependencies.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/vagrant-1.6.5-fix-dependencies.patch b/vagrant-1.6.5-fix-dependencies.patch
index f9624b0..13d7b1a 100644
--- a/vagrant-1.6.5-fix-dependencies.patch
+++ b/vagrant-1.6.5-fix-dependencies.patch
@@ -26,6 +26,22 @@ index 05867da..ea8c056 100644
gemfile.puts("group :plugins do")
plugins.each do |name, plugin|
+diff --git a/lib/vagrant/util/downloader.rb b/lib/vagrant/util/downloader.rb
+index 8756fc3..7fb2be8 100644
+--- a/lib/vagrant/util/downloader.rb
++++ b/lib/vagrant/util/downloader.rb
+@@ -215,8 +215,9 @@ module Vagrant
+ # If we're in Vagrant, then we use the packaged CA bundle
+ if Vagrant.in_installer?
+ subprocess_options[:env] ||= {}
+- subprocess_options[:env]["CURL_CA_BUNDLE"] =
+- File.expand_path("cacert.pem", ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"])
++ # Use system certificates.
++ # subprocess_options[:env]["CURL_CA_BUNDLE"] =
++ # File.expand_path("cacert.pem", ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"])
+ end
+
+ return [options, subprocess_options]
diff --git a/vagrant.gemspec b/vagrant.gemspec
index c4131b2..48b27fb 100644
--- a/vagrant.gemspec