diff --git a/server/database/sqlcipher/actions.py b/server/database/sqlcipher/actions.py index 47433338f2..d4b27bbd7a 100644 --- a/server/database/sqlcipher/actions.py +++ b/server/database/sqlcipher/actions.py @@ -16,6 +16,7 @@ def setup(): --enable-tempstore=yes \ --enable-readline \ --enable-threadsafe \ + --disable-editline \ --enable-cross-thread-connections \ --enable-releasemode \ --disable-static \ diff --git a/server/database/sqlcipher/pspec.xml b/server/database/sqlcipher/pspec.xml index 18f7ee7b89..2a9b7ce744 100644 --- a/server/database/sqlcipher/pspec.xml +++ b/server/database/sqlcipher/pspec.xml @@ -10,6 +10,7 @@ data SQLite extension that provides transparent 256-bit AES encryption of database files SQLCipher is an SQLite extension that provides transparent 256-bit AES encryption of database files. Pages are encrypted before being written to disk and are decrypted when read back. Due to the small footprint and great performance it’s ideal for protecting embedded application databases and is well suited for mobile development. + https://github.com/sqlcipher/sqlcipher/archive/v4.3.0.tar.gz readline-devel tcl-devel @@ -17,7 +18,6 @@ sqlite-devel ncurses-devel - https://github.com/sqlcipher/sqlcipher/archive/v4.0.1.tar.gz @@ -51,6 +51,13 @@ + + 2020-02-07 + 4.3.0 + Version bump. + İdris Kalp + idriskalp@gmail.com + 2019-04-26 4.0.1