summaryrefslogtreecommitdiff
path: root/README.version
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2019-06-11 14:59:02 -0700
committerHaibo Huang <hhb@google.com>2019-06-11 23:49:27 +0000
commit880009beeff9e3c1723d8806caa063dc1cee9a0c (patch)
treebb61070a84573cd064524e9c09f02f748c070852 /README.version
parent6d1591ee346f7582e92fe4ba3509433da636fe58 (diff)
downloadsqlite-880009beeff9e3c1723d8806caa063dc1cee9a0c.tar.gz
sqlite: Upgrade to SQLite 3.28.0
Downloaded from https://sqlite.org/2019/sqlite-autoconf-3280000.tar.gz $ sha1sum sqlite-autoconf-3280000.tar.gz 01b9d8fc77085e144dddc87456c9783e53d09a53 sqlite-autoconf-3280000.tar.gz dist/orig contains the stock sqlite3 code, as packaged in the tar.gz file above. dist contains a copy of dist/orig, but with the Android.patch file applied. The Android specific patch didn't apply cleanly due to merge conflict in shell.c. The conflict was resolved and the patch was regenerated. More details about the release are available here: https://www.sqlite.org/releaselog/3_28_0.html Test: code compiles and device boots with no problems. Test: select sqlite_version() - returns 3.28.0 Test: atest cts/SQLiteDatabaseTest all passed. Test: atest cts/SQLiteSecurityTest Bug: 135048770 Change-Id: Idf38a3adace9f4bd4feab4012c9cc4de3a1c501c
Diffstat (limited to 'README.version')
-rw-r--r--README.version5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.version b/README.version
index a14d841..75b7610 100644
--- a/README.version
+++ b/README.version
@@ -1,4 +1,3 @@
-URL: https://www.sqlite.org/src/info/c255889bd95bd543
-Version: 3.22.0 c255889bd95bd5430dc7ced3317011ae2abb483d6c9af883af3dc7d6c2c2f234
-This patch fixes Magellan SQLite Security Vulnerability as in b/121156452
+URL: https://sqlite.org/2019/sqlite-autoconf-3280000.tar.gz
+Version: 3.28.0 884b4b7e
BugComponent: 24950