sqlite3: update to version 3.32.0
authorRobert Marko <robert.marko@sartura.hr>
Sat, 23 May 2020 17:25:32 +0000 (19:25 +0200)
committerRobert Marko <robert.marko@sartura.hr>
Sat, 23 May 2020 17:25:42 +0000 (19:25 +0200)
Update SQLite to version 3.32.0 to mitigate a security vulnerability.

This mitigates CVE-2020-11656
https://nvd.nist.gov/vuln/detail/CVE-2020-11656

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
libs/sqlite3/Makefile

index bbaccccddecf6ce449440c501c50bd5d091244d5..1682573730f59428899e068952dc5d45696ef304 100644 (file)
@@ -8,11 +8,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=sqlite
-PKG_VERSION:=3310100
+PKG_VERSION:=3320000
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_VERSION).tar.gz
-PKG_HASH:=62284efebc05a76f909c580ffa5c008a7d22a1287285d68b7825a2b6b51949ae
+PKG_HASH:=598317fd74f5dcc8921949c47665b9e512d0d9c6a445a2e843430f04dc10bda4
 PKG_SOURCE_URL:=https://www.sqlite.org/2020/
 
 PKG_LICENSE:=PUBLICDOMAIN