blob: 19996fc0646bafc3ee9d8ff65d1b0650d77e8aa5 [file] [log] [blame]
Andrew Geissler4ed12e12020-06-05 18:00:41 -05001require sqlite3.inc
2
3LICENSE = "PD"
4LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66"
5
6SRC_URI = "http://www.sqlite.org/2020/sqlite-autoconf-${SQLITE_PV}.tar.gz"
Andrew Geisslerc723b722021-01-08 16:14:09 -06007SRC_URI[sha256sum] = "bf6db7fae37d51754737747aaaf413b4d6b3b5fbacd52bdb2d0d6e5b2edd9aee"
Andrew Geissler4ed12e12020-06-05 18:00:41 -05008
9# -19242 is only an issue in specific development branch commits
10CVE_CHECK_WHITELIST += "CVE-2019-19242"
Andrew Geissler6ce62a22020-11-30 19:58:47 -060011# This is believed to be iOS specific (https://groups.google.com/g/sqlite-dev/c/U7OjAbZO6LA)
12CVE_CHECK_WHITELIST += "CVE-2015-3717"