summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/sqlite/sqlite3_3.25.3.bb
diff options
context:
space:
mode:
authorJens Rehsack <sno@netbsd.org>2018-11-18 19:36:31 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-11-20 10:32:16 +0000
commite234be1befd8dc205fff093a46de9177018b209e (patch)
tree6c5fbf8ef911079d18e159ced340cfe955fc7dd3 /meta/recipes-support/sqlite/sqlite3_3.25.3.bb
parent9d0e83fdec065efbea60e435f9226f8371fbc3eb (diff)
downloadpoky-e234be1befd8dc205fff093a46de9177018b209e.tar.gz
sqlite3: Update 3.25.2 -> 3.25.3
Update SQLite3 from 3.25.2 to 3.25.3 to fix following issues: * Disallow the use of window functions in the recursive part of a CTE. * Fix the behavior of typeof() and length() on virtual tables. * Strengthen defenses against deliberately corrupted database files. * Fix a problem in the query planner that results when a row-value expression is used with a PRIMARY KEY with redundant columns. * Fix the query planner so that it works correctly for IS NOT NULL operators in the ON clause of a LEFT JOIN with the SQLITE_ENABLE_STAT4 compile-time option. Also introduce PACKAGECONFIG tunables to enable/disable e.g. index and search functions to allow shrinking the library for very small targets. (From OE-Core rev: d533ad9b93383a8d721b72b4030b112a3799d559) Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/sqlite/sqlite3_3.25.3.bb')
-rw-r--r--meta/recipes-support/sqlite/sqlite3_3.25.3.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.25.3.bb b/meta/recipes-support/sqlite/sqlite3_3.25.3.bb
new file mode 100644
index 0000000000..a7cf6d1b81
--- /dev/null
+++ b/meta/recipes-support/sqlite/sqlite3_3.25.3.bb
@@ -0,0 +1,10 @@
1require sqlite3.inc
2
3LICENSE = "PD"
4LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66"
5
6SRC_URI = "\
7 http://www.sqlite.org/2018/sqlite-autoconf-${SQLITE_PV}.tar.gz \
8 "
9SRC_URI[md5sum] = "06db8206bc8febf07141b78ad58595ea"
10SRC_URI[sha256sum] = "00ebf97be13928941940cc71de3d67e9f852698233cd98ce2d178fd08092f3dd"