From: Jan Pavlinec Date: Tue, 25 Aug 2020 12:54:41 +0000 (+0200) Subject: sqlite3: update to version 3.33.0 (security fix) X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=389ad36a8f79d959d3febc9e2da730fb5d8222ad;p=openwrt-packages.git sqlite3: update to version 3.33.0 (security fix) Fixes: CVE-2020-13871 CVE-2020-15358 Signed-off-by: Jan Pavlinec --- diff --git a/libs/sqlite3/Makefile b/libs/sqlite3/Makefile index d23df597b..c55ec658d 100644 --- a/libs/sqlite3/Makefile +++ b/libs/sqlite3/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sqlite -PKG_VERSION:=3320100 +PKG_VERSION:=3330000 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_VERSION).tar.gz -PKG_HASH:=486748abfb16abd8af664e3a5f03b228e5f124682b0c942e157644bf6fff7d10 +PKG_HASH:=106a2c48c7f75a298a7557bcc0d5f4f454e5b43811cc738b7ca294d6956bbb15 PKG_SOURCE_URL:=https://www.sqlite.org/2020/ PKG_LICENSE:=PUBLICDOMAIN