summarylogtreecommitdiffstats
path: root/sodium-native.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sodium-native.patch')
-rw-r--r--sodium-native.patch56
1 files changed, 56 insertions, 0 deletions
diff --git a/sodium-native.patch b/sodium-native.patch
new file mode 100644
index 000000000000..3ae39f2c3f51
--- /dev/null
+++ b/sodium-native.patch
@@ -0,0 +1,56 @@
+--- a/package.json 2020-05-23 23:08:06.989441562 -0400
++++ b/package.json 2020-05-23 23:08:14.456152175 -0400
+@@ -45,6 +45,7 @@
+ "pull-stream": "^3.6.2",
+ "rimraf": "^2.4.2",
+ "secret-stack": "^6.3.1",
++ "sodium-native": "^2.4.9",
+ "ssb-blobs": "1.2.2",
+ "ssb-caps": "^1.0.1",
+ "ssb-client": "^4.7.9",
+--- a/npm-shrinkwrap.json 2020-05-23 23:22:18.918294887 -0400
++++ b/npm-shrinkwrap.json 2020-05-23 23:23:57.739599148 -0400
+@@ -3178,8 +3178,7 @@
+ "nan": {
+ "version": "2.14.0",
+ "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.0.tgz",
+- "integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==",
+- "optional": true
++ "integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg=="
+ },
+ "nanomatch": {
+ "version": "1.2.13",
+@@ -3250,10 +3249,9 @@
+ "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ=="
+ },
+ "node-gyp-build": {
+- "version": "3.9.0",
+- "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-3.9.0.tgz",
+- "integrity": "sha512-zLcTg6P4AbcHPq465ZMFNXx7XpKKJh+7kkN699NiQWisR2uWYOWNWqRHAmbnmKiL4e9aLSlmy5U7rEMUXV59+A==",
+- "optional": true
++ "version": "4.2.2",
++ "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.2.2.tgz",
++ "integrity": "sha512-Lqh7mrByWCM8Cf9UPqpeoVBBo5Ugx+RKu885GAzmLBVYjeywScxHXPGLa4JfYNZmcNGwzR0Glu5/9GaQZMFqyA=="
+ },
+ "non-private-ip": {
+ "version": "1.4.4",
+@@ -5931,14 +5929,13 @@
+ "integrity": "sha512-8AVzr9VHueXqfzfkzUA0aXe/Q4XG3UTmhlP6Pt+HQc5bbAPIJFo7ZIMh9tvn+99QuiMcyDJdYumegGAczl0N+g=="
+ },
+ "sodium-native": {
+- "version": "2.4.2",
+- "resolved": "https://registry.npmjs.org/sodium-native/-/sodium-native-2.4.2.tgz",
+- "integrity": "sha512-qwHcUnzFpRSGSm6F49j/h5SnxPFBgSNdDwZkAqjvuAoHQIVBFOXYb+oCUTJV80K5hRqSYCihpbX06vbrtPbilg==",
+- "optional": true,
++ "version": "2.4.9",
++ "resolved": "https://registry.npmjs.org/sodium-native/-/sodium-native-2.4.9.tgz",
++ "integrity": "sha512-mbkiyA2clyfwAyOFIzMvsV6ny2KrKEIhFVASJxWfsmgfUEymgLIS2MLHHcGIQMkrcKhPErRaMR5Dzv0EEn+BWg==",
+ "requires": {
+ "ini": "^1.3.5",
+- "nan": "^2.4.0",
+- "node-gyp-build": "^3.0.0"
++ "nan": "^2.14.0",
++ "node-gyp-build": "^4.1.0"
+ }
+ },
+ "source-map": {