package/sqlite: security bump version to 3.28.0
authorBernd Kuhls <bernd.kuhls@t-online.de>
Mon, 13 May 2019 16:22:36 +0000 (18:22 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 13 May 2019 18:47:41 +0000 (20:47 +0200)
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>
package/sqlite/sqlite.hash
package/sqlite/sqlite.mk

index 5e2bc7030a65a836add11900f26ca988d600d6b2..9b7efe71d68c7f5ea26b3c3a7d530bd80f37b854 100644 (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
index 95ededd8c4c238bc1c1737190511f06dd20a9870..7e97c966b7f6a3c4a27b2ed0f5e76e7b94c2a303 100644 (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