FreeBSD Bugzilla – Attachment 215567 Details for
Bug 247172
net-mgmt/rubygem-oxidized: oxidized is broken atfer rubygem-net-ssh update to 6.0.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to re-enable backwards compatibility
patch-oxidized.gemspec (text/plain), 1.07 KB, created by
Nick Hilliard
on 2020-06-14 21:51:41 UTC
(
hide
)
Description:
patch to re-enable backwards compatibility
Filename:
MIME Type:
Creator:
Nick Hilliard
Created:
2020-06-14 21:51:41 UTC
Size:
1.07 KB
patch
obsolete
>--- oxidized.gemspec.orig 2020-06-14 22:44:13.453940000 +0100 >+++ oxidized.gemspec 2020-06-14 22:46:05.145704000 +0100 >@@ -26,9 +26,9 @@ > s.add_runtime_dependency(%q<asetus>.freeze, ["~> 0.1"]) > s.add_runtime_dependency(%q<bcrypt_pbkdf>.freeze, ["~> 1.0"]) > s.add_runtime_dependency(%q<ed25519>.freeze, ["~> 1.2"]) >- s.add_runtime_dependency(%q<net-ssh>.freeze, ["~> 5"]) >+ s.add_runtime_dependency(%q<net-ssh>.freeze, [">= 5"]) > s.add_runtime_dependency(%q<net-telnet>.freeze, ["~> 0.2"]) >- s.add_runtime_dependency(%q<rugged>.freeze, ["~> 0.28.0"]) >+ s.add_runtime_dependency(%q<rugged>.freeze, ["~> 1.0"]) > s.add_runtime_dependency(%q<slop>.freeze, ["~> 4.6"]) > s.add_development_dependency(%q<bundler>.freeze, ["~> 2.0"]) > s.add_development_dependency(%q<git>.freeze, ["~> 1"]) >--- lib/oxidized/input/ssh.rb.orig >+++ lib/oxidized/input/ssh.rb >@@ -156,6 +156,8 @@ module Oxidized > ssh_opts[:verbose] = Logger::DEBUG > end > >+ ssh_opts[:append_all_supported_algorithms] = true >+ > ssh_opts > end > end
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 247172
:
215567
|
215590