summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/sqlite/sqlite3_3.19.2.bb
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2017-05-31 14:39:34 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-03 23:45:50 +0100
commit3d4d025b1cc6668fd7baefa01ebb9664e805e83a (patch)
tree84ef62a2e09a5b82ae5825dd1c6e9a6c94535d19 /meta/recipes-support/sqlite/sqlite3_3.19.2.bb
parent053788910610ca0947304586d8c197e71e01c13d (diff)
downloadopenembedded-core-3d4d025b1cc6668fd7baefa01ebb9664e805e83a.tar.gz
sqlite3: upgrade 3.18.0 -> 3.19.2
Bug fixes: 1. Fix a problem in REPLACE that can result in a corrupt database containing two or more rows with the same rowid. 2. Fix a problem in PRAGMA integrity_check that was causing a subsequent VACUUM to behave suboptimally. 3. Fix the PRAGMA foreign_key_check command so that it works correctly with foreign keys on WITHOUT ROWID tables. 4. Disallow leading zeros in numeric constants in JSON. 5. Disallow control characters inside of strings in JSON. 6. Limit the depth of recursion for JSON objects and arrays in order to avoid excess stack usage in the recursive descent parser. 7. Fix more bugs in the LEFT JOIN flattening optimization. Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-support/sqlite/sqlite3_3.19.2.bb')
-rw-r--r--meta/recipes-support/sqlite/sqlite3_3.19.2.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.19.2.bb b/meta/recipes-support/sqlite/sqlite3_3.19.2.bb
new file mode 100644
index 0000000000..cf870733f6
--- /dev/null
+++ b/meta/recipes-support/sqlite/sqlite3_3.19.2.bb
@@ -0,0 +1,10 @@
+require sqlite3.inc
+
+LICENSE = "PD"
+LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=65f0a57ca6928710b418c094b3570bb0"
+
+SRC_URI = "\
+ http://www.sqlite.org/2017/sqlite-autoconf-${SQLITE_PV}.tar.gz \
+ "
+SRC_URI[md5sum] = "9f006b16de2cd81f6bae9b40e91daabf"
+SRC_URI[sha256sum] = "ca5361fb01cc3ad63d6fd4eb2cb0b6398e629595896d3558f7e121d37dac2ffc"