Skip to content

Commit c86084a

Browse files
authored
SQLCipher 4.4.2 / SQLite 3.33.0 (#72)
* Bump sqlcipher. * 3033000 * Update readme. * Fix folder name in archive.
1 parent 0ebed6d commit c86084a

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ db.close();
5151

5252
# SQLCipher
5353

54-
A copy of the source for SQLCipher 4.4.0 is bundled, which is based on SQLite 3.31.0.
54+
A copy of the source for SQLCipher 4.4.2 is bundled, which is based on SQLite 3.33.0.
5555

5656
## Building from source.
5757

@@ -95,7 +95,7 @@ Similarly, using electron directly should just work, but do check that a compati
9595

9696
## OpenSSL
9797

98-
SQLCipher depends on OpenSSL. When using NodeJS, OpenSSL is provided by NodeJS itself. For Electron, we need to use our own copy.
98+
SQLCipher depends on OpenSSL.
9999

100100
For Windows, we bundle OpenSSL 1.0.2n. Pre-built libraries are used from https://slproweb.com/products/Win32OpenSSL.html.
101101

deps/common-sqlite.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
'variables': {
3-
'sqlite_version%':'3031000',
3+
'sqlite_version%':'3033000',
44
"toolset%":''
55
},
66
'target_defaults': {

deps/sqlcipher-amalgamation-3031000.tar.gz

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:ff757fa6eb32081f9e628ef3c908f1ac3aabc7d63ce2b6e3f77fc23881486530
3+
size 5565172

0 commit comments

Comments
 (0)