package/sqlite: security bump version to 3.28.0

Release notes: https://www.sqlite.org/releaselog/3_28_0.html

Fixes https://nvd.nist.gov/vuln/detail/CVE-2019-5018

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit cde99db79a)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Bernd Kuhls 2019-05-13 18:22:36 +02:00 committed by Peter Korsgaard
parent 3a76286005
commit da6cedbd76
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# From https://www.sqlite.org/download.html
sha1 5f5750e3f39b7b60394a2fb6ddb2371f848670e6 sqlite-autoconf-3270200.tar.gz
sha1 01b9d8fc77085e144dddc87456c9783e53d09a53 sqlite-autoconf-3280000.tar.gz
# Calculated based on the hash above
sha256 50c39e85ea28b5ecfdb3f9e860afe9ba606381e21836b2849efca6a0bfe6ef6e sqlite-autoconf-3270200.tar.gz
sha256 d61b5286f062adfce5125eaf544d495300656908e61fca143517afcc0a89b7c3 sqlite-autoconf-3280000.tar.gz
# Locally calculated
sha256 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9 tea/license.terms

View File

@ -4,7 +4,7 @@
#
################################################################################
SQLITE_VERSION = 3270200
SQLITE_VERSION = 3280000
SQLITE_SOURCE = sqlite-autoconf-$(SQLITE_VERSION).tar.gz
SQLITE_SITE = https://www.sqlite.org/2019
SQLITE_LICENSE = Public domain