Relax dependency on net-ssh gem to allow new major version
This commit is contained in:
parent
0604d3516d
commit
fc2622f376
3 changed files with 13 additions and 1 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -309,7 +309,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
# NTP client
|
# NTP client
|
||||||
ruby-net-ntp,
|
ruby-net-ntp,
|
||||||
# SSH host key support
|
# SSH host key support
|
||||||
ruby-net-ssh (>= 1:5.2~),
|
ruby-net-ssh (>= 1:6.0~),
|
||||||
ruby-sshkey (>= 2.0~),
|
ruby-sshkey (>= 2.0~),
|
||||||
# Required for ED25519 SSH host key support
|
# Required for ED25519 SSH host key support
|
||||||
ruby-ed25519 (>= 1.2~),
|
ruby-ed25519 (>= 1.2~),
|
||||||
|
|
11
debian/patches/0485-relax-net-ssh.patch
vendored
Normal file
11
debian/patches/0485-relax-net-ssh.patch
vendored
Normal 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
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -11,6 +11,7 @@
|
||||||
0480-embed-faraday-middleware-aws-signers-v4.patch
|
0480-embed-faraday-middleware-aws-signers-v4.patch
|
||||||
0482-remove-ee-only-gems.patch
|
0482-remove-ee-only-gems.patch
|
||||||
0484-relax-asciidoctor-plantuml.patch
|
0484-relax-asciidoctor-plantuml.patch
|
||||||
|
0485-relax-net-ssh.patch
|
||||||
0500-set-webpack-root.patch
|
0500-set-webpack-root.patch
|
||||||
0510-remove-dev-dependencies.patch
|
0510-remove-dev-dependencies.patch
|
||||||
0520-add-system-lib-path-for-webpack.patch
|
0520-add-system-lib-path-for-webpack.patch
|
||||||
|
|
Loading…
Add table
Reference in a new issue