relax rbnacl
This commit is contained in:
parent
fc14a15c98
commit
845360da31
2 changed files with 12 additions and 0 deletions
11
debian/patches/0300-relax-rbnacl.patch
vendored
Normal file
11
debian/patches/0300-relax-rbnacl.patch
vendored
Normal 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
|
||||
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue