]> git.99rst.org Git - openwrt-packages.git/commitdiff
sqlite3: bump to 3.53.3
authorWei-Ting Yang <redacted>
Fri, 17 Jul 2026 13:40:31 +0000 (21:40 +0800)
committerAlexandru Ardelean <redacted>
Sat, 18 Jul 2026 08:43:20 +0000 (11:43 +0300)
This version bump includes fixes for the following CVEs:
- CVE-2026-11822
- CVE-2026-11824

Full release notes:
https://www.sqlite.org/releaselog/3_53_3.html

Signed-off-by: Wei-Ting Yang <redacted>
libs/sqlite3/Makefile

index 16404d75963ffebc0b39a3ce968465ed6a6ecc78..a36a0bf2524ebc0c6422e747641592d52963fed6 100644 (file)
@@ -5,13 +5,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=sqlite
-PKG_VERSION:=3.53.1
-PKG_SRC_VERSION:=3530100
+PKG_VERSION:=3.53.3
+PKG_SRC_VERSION:=3530300
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_SRC_VERSION).tar.gz
 PKG_SOURCE_URL:=https://www.sqlite.org/2026/
-PKG_HASH:=83e6b2020a034e9a7ad4a72feea59e1ad52f162e09cbd26735a3ffb98359fc4f
+PKG_HASH:=c917d7db16648ec95f714974ace5e5dcf46b7dc70e26600a0a102a3141125db0
 
 PKG_CPE_ID:=cpe:/a:sqlite:sqlite
 PKG_LICENSE:=blessing
git clone https://git.99rst.org/PROJECT