Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2020 14:26:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 247172] net-mgmt/rubygem-oxidized: oxidized is broken atfer rubygem-net-ssh update to 6.0.2
Message-ID:  <bug-247172-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247172

            Bug ID: 247172
           Summary: net-mgmt/rubygem-oxidized: oxidized is broken atfer
                    rubygem-net-ssh update to 6.0.2
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: moiseev@mezonplus.ru
                CC: nick@foobar.org
                CC: nick@foobar.org
             Flags: maintainer-feedback?(nick@foobar.org)

Atfer security/rubygem-net-ssh update to 6.0.2 (ports r537941) oxidized can=
not
start since it requires net-ssh '~> 5'.

Patching oxidized.gemspec is not an option since oxidized requires net-ssh =
for
a reason. Many old algorithms were disabled in net-ssh 6.=20

-      s.add_runtime_dependency(%q<net-ssh>.freeze, ["~> 5"])
+      s.add_runtime_dependency(%q<net-ssh>.freeze, [">=3D 5"])

Oxidized starts after this change, but it cannot connect anymore to devices
which firmware uses older algorithms.

Probably we need to introduce new port security/rubygem-net-ssh4 to resolve
this issue.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247172-7788>