diff options
author | Ryan Hass <rhass@users.noreply.github.com> | 2017-01-17 18:13:45 -0800 |
---|---|---|
committer | Ryan Hass <rhass@users.noreply.github.com> | 2017-01-18 20:16:01 -0800 |
commit | b1669f61f29e955099aeb11ac31d875d67843233 (patch) | |
tree | efdb0ce99c0d3dec2bde4ba6e8fde72d25715ada /chef.gemspec | |
parent | d04aaf2b62a531274cd02ed2514e9692f843f8a2 (diff) | |
download | chef-b1669f61f29e955099aeb11ac31d875d67843233.tar.gz |
Add gems for ECC algorithm support to omnibus.
These definitions have been added to resolve build issues with ECC
algorithm support on Solaris and Cisco IOS-XR.
The bcyrpt_pbkdf gem currently link against shared libs which are not
installed on Cisco IOS-XR.
The rbnacl gems currently fail to compile on Solaris for both x86-64 and
SPARC.
Adding these definitions will allow us to selectively define the
supported platforms as well as provide a simple means to itterate on
patches as needed.
Signed-off-by: Ryan Hass <rhass@users.noreply.github.com>
Diffstat (limited to 'chef.gemspec')
-rw-r--r-- | chef.gemspec | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chef.gemspec b/chef.gemspec index e7f0cd122b..3a99d5a0bb 100644 --- a/chef.gemspec +++ b/chef.gemspec @@ -26,9 +26,7 @@ Gem::Specification.new do |s| s.add_dependency "ffi-yajl", "~> 2.2" s.add_dependency "net-ssh", ">= 2.9", "< 5.0" - s.add_dependency "rbnacl-libsodium", "~> 1.0.0" s.add_dependency "rbnacl", "~> 4.0.0" - s.add_dependency "bcrypt_pbkdf", "~> 1.0.0" s.add_dependency "net-ssh-multi", "~> 1.1" s.add_dependency "net-sftp", "~> 2.1", ">= 2.1.2" s.add_dependency "highline", "~> 1.6", ">= 1.6.9" |