diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2023-05-02 21:40:18 +0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2023-05-02 17:25:11 +0300 |
commit | f1e33826fb4e096758580c258acb43a052e1e328 (patch) | |
tree | 4457b2125dd52b70e9481e73a899e32702550b3b /libs | |
parent | 152280812ce1b242586ef989110aa0e175e32494 (diff) |
sqlite3: Update to 3.41.2
Fixes: CVE-2021-20227
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'libs')
-rw-r--r-- | libs/sqlite3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/sqlite3/Makefile b/libs/sqlite3/Makefile index aad769dcb..9d1d04dee 100644 --- a/libs/sqlite3/Makefile +++ b/libs/sqlite3/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sqlite -PKG_VERSION:=3410100 +PKG_VERSION:=3410200 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.sqlite.org/2023/ -PKG_HASH:=4dadfbeab9f8e16c695d4fbbc51c16b2f77fb97ff4c1c3d139919dfc038c9e33 +PKG_HASH:=e98c100dd1da4e30fa460761dab7c0b91a50b785e167f8c57acc46514fae9499 PKG_CPE_ID:=cpe:/a:sqlite:sqlite PKG_LICENSE:=PUBLICDOMAIN |