sqlite3: update to version 3.32.1
authorRobert Marko <redacted>
Tue, 26 May 2020 08:57:19 +0000 (10:57 +0200)
committerRobert Marko <redacted>
Tue, 26 May 2020 08:57:27 +0000 (10:57 +0200)
Update SQLite to version 3.32.1 to mitigate two security vulnerability CVE-s.

This mitigates CVE-s: CVE-2020-13434 and CVE-2020-13435

https://nvd.nist.gov/vuln/detail/CVE-2020-13434
https://nvd.nist.gov/vuln/detail/CVE-2020-13435

Signed-off-by: Robert Marko <redacted>
libs/sqlite3/Makefile

index 1682573730f59428899e068952dc5d45696ef304..bd9d49482b11b2ec0d926b67546f3ca3379a4231 100644 (file)
@@ -8,11 +8,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=sqlite
-PKG_VERSION:=3320000
+PKG_VERSION:=3320100
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_VERSION).tar.gz
-PKG_HASH:=598317fd74f5dcc8921949c47665b9e512d0d9c6a445a2e843430f04dc10bda4
+PKG_HASH:=486748abfb16abd8af664e3a5f03b228e5f124682b0c942e157644bf6fff7d10
 PKG_SOURCE_URL:=https://www.sqlite.org/2020/
 
 PKG_LICENSE:=PUBLICDOMAIN
git clone https://git.99rst.org/PROJECT