Skip to content

Commit 04f294b

Browse files
committed
Fix rapid7#8972, Remove libsodium until packaged better
Due to issues with packaging for multiple platforms libsodium as an optional dependency for 'rbnacl' is being removed. Once packaging issue are resolved this will be restored. This removes support for `ed25519` keys used with ssh for the time being however manual installation of this gem allows user to workaround this limitation.
1 parent a33ed82 commit 04f294b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Gemfile.lock

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ PATH
3737
railties
3838
rb-readline
3939
rbnacl (< 5.0.0)
40-
rbnacl-libsodium
4140
recog
4241
redcarpet
4342
rex-arch
@@ -247,8 +246,6 @@ GEM
247246
rb-readline (0.5.5)
248247
rbnacl (4.0.2)
249248
ffi
250-
rbnacl-libsodium (1.0.16)
251-
rbnacl (>= 3.0.1)
252249
recog (2.1.17)
253250
nokogiri
254251
redcarpet (3.4.0)

metasploit-framework.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ Gem::Specification.new do |spec|
125125
spec.add_runtime_dependency 'dnsruby'
126126
spec.add_runtime_dependency 'net-ssh'
127127
spec.add_runtime_dependency 'rbnacl', ['< 5.0.0']
128-
spec.add_runtime_dependency 'rbnacl-libsodium'
129128
spec.add_runtime_dependency 'bcrypt_pbkdf'
130129
spec.add_runtime_dependency 'ruby_smb'
131130

0 commit comments

Comments
 (0)