Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vagrant for openSUSE:Factory checked in at 2023-06-19 22:50:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vagrant (Old) and /work/SRC/openSUSE:Factory/.vagrant.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vagrant" Mon Jun 19 22:50:09 2023 rev:52 rq:1093683 version:2.3.7 Changes: -------- --- /work/SRC/openSUSE:Factory/vagrant/vagrant.changes 2023-06-12 15:24:11.366249063 +0200 +++ /work/SRC/openSUSE:Factory/.vagrant.new.15902/vagrant.changes 2023-06-19 22:50:16.797462920 +0200 @@ -1,0 +2,22 @@ +Sun Jun 18 10:48:43 UTC 2023 - Georg Pfuetzenreuter <georg.pfuetzenreu...@suse.com> + +- Update to 2.3.7 + * https://github.com/hashicorp/vagrant/blob/v2.3.7/CHANGELOG.md#237-june-15-2023 + + IMPROVEMENTS: + - command/ssh: Enable deprecated key types and algorithms [GH-13179] + - core: Update user error message on failed extension installs [GH-13207] + - core: Support loading legacy providers in OpenSSL 3 [GH-13178] + - provisioner/salt: Verify bootstrap-salt download [GH-13166] + + BUG FIXES: + - communicator/ssh: Remove keyboard-interactive auth method [GH-13194] + - provisioner/salt: Fix usage on Windows guests [GH-13086] + + VAGRANT-GO: + - Update data layer implementation [GH-12904] + - Update dependencies [GH-13201] + +- add 0011-remove-ssl-extension.patch to remove the vagrant ssl extension + +------------------------------------------------------------------- Old: ---- vagrant-2.3.6.tar.gz New: ---- 0011-remove-ssl-extension.patch vagrant-2.3.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vagrant.spec ++++++ --- /var/tmp/diff_new_pack.LPLFsa/_old 2023-06-19 22:50:17.789468729 +0200 +++ /var/tmp/diff_new_pack.LPLFsa/_new 2023-06-19 22:50:17.793468752 +0200 @@ -25,7 +25,7 @@ Name: vagrant -Version: 2.3.6 +Version: 2.3.7 Release: 0 Summary: Tool for building and distributing virtualized development environments License: MIT @@ -57,6 +57,7 @@ Patch8: 0008-Skip-failing-tests.patch Patch9: 0009-Disable-Subprocess-unit-test.patch Patch10: 0010-Remove-dependency-on-grpc-tools.patch +Patch11: 0011-remove-ssl-extension.patch # force only one ruby version # CAUTION: if you change this, then you *must* also change the sed calls which @@ -388,6 +389,9 @@ # we use our own binstub rm -rf %{buildroot}%{vagrant_dir}/binstubs/ +# some compatibility helper for winrm which we do not use (https://github.com/hashicorp/vagrant/pull/13178) +rm -r %{buildroot}%{vagrant_dir}/ext/vagrant_ssl + %fdupes %{buildroot}%{dirname:%vagrant_plugin_dir} %check ++++++ 0011-remove-ssl-extension.patch ++++++ --- a/Rakefile 2023-06-15 22:40:35.000000000 +0200 +++ b/Rakefile 2023-06-18 13:28:25.379062875 +0200 @@ -1,16 +1,11 @@ require 'rubygems' require 'bundler/setup' -require "rake/extensiontask" # Immediately sync all stdout so that tools like buildbot can # immediately load in the output. $stdout.sync = true $stderr.sync = true -Rake::ExtensionTask.new "vagrant_ssl" do |ext| - ext.lib_dir = "lib/vagrant" -end - # Load all the rake tasks from the "tasks" folder. This folder # allows us to nicely separate rake tasks into individual files # based on their role, which makes development and debugging easier diff '--color=auto' -ru a/vagrant.gemspec b/vagrant.gemspec --- a/vagrant.gemspec 2023-06-15 22:40:35.000000000 +0200 +++ b/vagrant.gemspec 2023-06-18 13:18:26.678462256 +0200 @@ -49,7 +49,6 @@ # Constraint rake to properly handle deprecated method usage # from within rspec s.add_development_dependency "rake", "~> 13.0" - s.add_development_dependency "rake-compiler" s.add_development_dependency "rspec", "~> 3.11" s.add_development_dependency "rspec-its", "~> 1.3.0" s.add_development_dependency "fake_ftp", "~> 0.3.0" @@ -105,6 +104,5 @@ s.files = unignored_files s.executables = unignored_files.map { |f| f[/^bin\/(.*)/, 1] }.compact - s.extensions = ["ext/vagrant_ssl/extconf.rb"] s.require_path = 'lib' end ++++++ vagrant-2.3.6.tar.gz -> vagrant-2.3.7.tar.gz ++++++ ++++ 31238 lines of diff (skipped)