public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] sqlite: Update to 3.34.1
@ 2021-03-10 12:08 Adolf Belka (ipfire)
  0 siblings, 0 replies; only message in thread
From: Adolf Belka (ipfire) @ 2021-03-10 12:08 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1409 bytes --]

- 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(a)ipfire.org>
---
 config/rootfiles/common/sqlite | 2 +-
 lfs/sqlite                     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/config/rootfiles/common/sqlite b/config/rootfiles/common/sqlite
index f3b0b3697..c3863bdb7 100644
--- a/config/rootfiles/common/sqlite
+++ b/config/rootfiles/common/sqlite
@@ -3,7 +3,7 @@ usr/bin/sqlite3
 #usr/include/sqlite3ext.h
 #usr/lib/libsqlite3.a
 #usr/lib/libsqlite3.la
-usr/lib/libsqlite3.so
+#usr/lib/libsqlite3.so
 usr/lib/libsqlite3.so.0
 usr/lib/libsqlite3.so.0.8.6
 #usr/lib/pkgconfig/sqlite3.pc
diff --git a/lfs/sqlite b/lfs/sqlite
index b2e1b6d3b..ab7d79920 100644
--- a/lfs/sqlite
+++ b/lfs/sqlite
@@ -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)
 
-- 
2.30.2


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-10 12:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-10 12:08 [PATCH] sqlite: Update to 3.34.1 Adolf Belka (ipfire)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox