diff options
author | Maxin B. John <maxin.john@intel.com> | 2018-04-04 18:32:25 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-04 13:28:03 +0100 |
commit | a6646df0cab4bd191974fde33ed8a87b9720557e (patch) | |
tree | e447e71819cc84914a66d5c5bd2f5caa8fa7b0d3 /meta/recipes-support/sqlite | |
parent | 67526610433699f3145ed73850e727810dfc412b (diff) | |
download | poky-a6646df0cab4bd191974fde33ed8a87b9720557e.tar.gz |
sqlite3: upgrade to version 3.23.0
3.22.0 -> 3.23.0
Includes optimizations and fixes for issues detected by OSSFuzz
(From OE-Core rev: b478af4cd9c1cb0cab35b0160f7df3f31ca7358b)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/sqlite')
-rw-r--r-- | meta/recipes-support/sqlite/sqlite3_3.23.0.bb (renamed from meta/recipes-support/sqlite/sqlite3_3.22.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.22.0.bb b/meta/recipes-support/sqlite/sqlite3_3.23.0.bb index ef88659e97..1b7ae9a45d 100644 --- a/meta/recipes-support/sqlite/sqlite3_3.22.0.bb +++ b/meta/recipes-support/sqlite/sqlite3_3.23.0.bb | |||
@@ -6,5 +6,5 @@ LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed0 | |||
6 | SRC_URI = "\ | 6 | SRC_URI = "\ |
7 | http://www.sqlite.org/2018/sqlite-autoconf-${SQLITE_PV}.tar.gz \ | 7 | http://www.sqlite.org/2018/sqlite-autoconf-${SQLITE_PV}.tar.gz \ |
8 | " | 8 | " |
9 | SRC_URI[md5sum] = "96b5648d542e8afa6ab7ffb8db8ddc3d" | 9 | SRC_URI[md5sum] = "6a26a122a18bcd1a6a1c18b4bad64498" |
10 | SRC_URI[sha256sum] = "2824ab1238b706bc66127320afbdffb096361130e23291f26928a027b885c612" | 10 | SRC_URI[sha256sum] = "b7711a1800a071674c2bf76898ae8584fc6c9643cfe933cfc1bc54361e3a6e49" |