sqlite: Update to 3.34.1

- Update sqlite from 3.34.0 to 3.34.1
- Update rootfile
- Changelog
   Fix a potential use-after-free bug when processing a a subquery with
    both a correlated WHERE clause and a "HAVING 0" clause and where the
    parent query is an aggregate.
   Fix documentation typos
   Fix minor problems in extensions.

Signed-off-by: Adolf Belka (ipfire) <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Adolf Belka (ipfire)
2021-03-10 13:08:47 +01:00
committed by Michael Tremer
parent 1c91415ce3
commit 7bfc46c582
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@
include Config
VER = 3340000
VER = 3340100
THISAPP = sqlite-autoconf-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 7f33c9db7b713957fcb9271fe9049fef
$(DL_FILE)_MD5 = 14dca9d44fb6a57f6521c1ace4be5a68
install : $(TARGET)