sqlcipher 4.3.0

This commit is contained in:
idriskalp
2020-02-07 12:43:23 +03:00
parent ffc86da754
commit 478d0b6767
2 changed files with 9 additions and 1 deletions
+1
View File
@@ -16,6 +16,7 @@ def setup():
--enable-tempstore=yes \
--enable-readline \
--enable-threadsafe \
--disable-editline \
--enable-cross-thread-connections \
--enable-releasemode \
--disable-static \
+8 -1
View File
@@ -10,6 +10,7 @@
<IsA>data</IsA>
<Summary>SQLite extension that provides transparent 256-bit AES encryption of database files</Summary>
<Description>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 its ideal for protecting embedded application databases and is well suited for mobile development.</Description>
<Archive sha1sum="c08cb872bd543008d770fba7ea8c34d8c59340eb" type="targz">https://github.com/sqlcipher/sqlcipher/archive/v4.3.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>readline-devel</Dependency>
<Dependency>tcl-devel</Dependency>
@@ -17,7 +18,6 @@
<Dependency>sqlite-devel</Dependency>
<Dependency>ncurses-devel</Dependency>
</BuildDependencies>
<Archive sha1sum="4f5545c607f7b0b9695a3dd25d2d5fa66fa634a8" type="targz">https://github.com/sqlcipher/sqlcipher/archive/v4.0.1.tar.gz</Archive>
</Source>
<Package>
@@ -51,6 +51,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-02-07</Date>
<Version>4.3.0</Version>
<Comment>Version bump.</Comment>
<Name>İdris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="4">
<Date>2019-04-26</Date>
<Version>4.0.1</Version>