relax rbnacl

This commit is contained in:
Pirate Praveen 2017-09-11 21:06:55 +05:30
parent fc14a15c98
commit 845360da31
2 changed files with 12 additions and 0 deletions

11
debian/patches/0300-relax-rbnacl.patch vendored Normal file
View file

@ -0,0 +1,11 @@
--- a/Gemfile
+++ b/Gemfile
@@ -377,7 +377,7 @@
# Required for ED25519 SSH host key support
group :ed25519 do
gem 'rbnacl-libsodium'
- gem 'rbnacl', '~> 3.2'
+ gem 'rbnacl', '>= 3.2'
gem 'bcrypt_pbkdf', '~> 1.0'
end

View file

@ -11,6 +11,7 @@ pid-log-paths.patch
0270-relax-toml-rb.patch
0280-relax-pg.patch
0290-skip-peek-mysql2.patch
0300-relax-rbnacl.patch
0410-set-webpack-root.patch
0420-use-system-libs.patch
add-system-lib-path-for-webpack.patch