Relax dependency on net-ssh gem to allow new major version

This commit is contained in:
Pirate Praveen 2020-05-04 06:58:41 +05:30
parent 0604d3516d
commit fc2622f376
3 changed files with 13 additions and 1 deletions

2
debian/control vendored
View file

@ -309,7 +309,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
# NTP client
ruby-net-ntp,
# SSH host key support
ruby-net-ssh (>= 1:5.2~),
ruby-net-ssh (>= 1:6.0~),
ruby-sshkey (>= 2.0~),
# Required for ED25519 SSH host key support
ruby-ed25519 (>= 1.2~),

11
debian/patches/0485-relax-net-ssh.patch vendored Normal file
View file

@ -0,0 +1,11 @@
--- a/Gemfile
+++ b/Gemfile
@@ -397,7 +397,7 @@
gem 'net-ntp'
# SSH host key support
-gem 'net-ssh', '~> 5.2'
+gem 'net-ssh', '~> 6.0'
gem 'sshkey', '~> 2.0'
# Required for ED25519 SSH host key support

View file

@ -11,6 +11,7 @@
0480-embed-faraday-middleware-aws-signers-v4.patch
0482-remove-ee-only-gems.patch
0484-relax-asciidoctor-plantuml.patch
0485-relax-net-ssh.patch
0500-set-webpack-root.patch
0510-remove-dev-dependencies.patch
0520-add-system-lib-path-for-webpack.patch