From ce2f3bd3c463fb204d88a9908f0d5478eaa1aab9 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Wed, 1 Aug 2018 10:58:26 -0700 Subject: [PATCH] Statically compile openssl into sqlcipher for linux targets --- package.json | 2 +- yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7df34572e..e0b113973 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "electron-config": "^1.0.0", "electron-editor-context-menu": "^1.1.1", "electron-is-dev": "^0.3.0", - "@journeyapps/sqlcipher": "https://github.com/scottnonnenberg-signal/node-sqlcipher.git#9682a5c75b1a52c847cfb4b431eb2163d0eeec93", + "@journeyapps/sqlcipher": "https://github.com/scottnonnenberg-signal/node-sqlcipher.git#ba2e16aef2a0b513135fc9857ca7be28052c4f88", "electron-unhandled": "https://github.com/scottnonnenberg-signal/electron-unhandled.git#7496187472aa561d39fcd4c843a54ffbef0a388c", "electron-updater": "^2.21.10", "emoji-datasource": "4.0.0", diff --git a/yarn.lock b/yarn.lock index df8f9672b..ab335a8ec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -22,9 +22,9 @@ "7zip-bin-mac" "~1.0.1" "7zip-bin-win" "~2.2.0" -"@journeyapps/sqlcipher@https://github.com/scottnonnenberg-signal/node-sqlcipher.git#9682a5c75b1a52c847cfb4b431eb2163d0eeec93": +"@journeyapps/sqlcipher@https://github.com/scottnonnenberg-signal/node-sqlcipher.git#ba2e16aef2a0b513135fc9857ca7be28052c4f88": version "3.2.1" - resolved "https://github.com/scottnonnenberg-signal/node-sqlcipher.git#9682a5c75b1a52c847cfb4b431eb2163d0eeec93" + resolved "https://github.com/scottnonnenberg-signal/node-sqlcipher.git#ba2e16aef2a0b513135fc9857ca7be28052c4f88" dependencies: nan "^2.10.0" node-pre-gyp "^0.10.0"