package/sqlcipher: security bump to version 4.3.0
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Thu, 13 Feb 2020 18:41:48 +0000 (19:41 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 13 Feb 2020 21:07:10 +0000 (22:07 +0100)
>From https://www.zetetic.net/blog/2019/08/14/defcon-sqlite-attacks:

"We strongly recommend that all applications upgrade to SQLCipher 4.2.0
to take advantage of the latest security updates, especially if an
application interacts with non-encrypted databases using SQLCipher."

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/sqlcipher/sqlcipher.hash
package/sqlcipher/sqlcipher.mk

index 7ebfc23f7558c4ff90608de256d8e97796412b63..c37db7a20a797d0231f8aaa5e1d0831e337d8a54 100644 (file)
@@ -1,3 +1,3 @@
 # locally computed
-sha256  2f803017378c7479cb791be59b7bad8392a15acddbcc094e4433581fe421f4ca  sqlcipher-4.0.1.tar.gz
+sha256  fccb37e440ada898902b294d02cde7af9e8706b185d77ed9f6f4d5b18b4c305f  sqlcipher-4.3.0.tar.gz
 sha256  3eee3c7964a9becc94d747bd36703d31fc86eb994680b06a61bfd4f2661eaac8  LICENSE
index d4f7a19973b2df3a415a5e4955652be262583698..14290745aa55bbced875f6eebf094fc3dd602280 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SQLCIPHER_VERSION = 4.0.1
+SQLCIPHER_VERSION = 4.3.0
 SQLCIPHER_SITE = $(call github,sqlcipher,sqlcipher,v$(SQLCIPHER_VERSION))
 SQLCIPHER_LICENSE = BSD-3-Clause
 SQLCIPHER_LICENSE_FILES = LICENSE