public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/2] sqlite: Update to version 3.49.2
@ 2025-05-08 12:01 Adolf Belka
  2025-05-08 12:01 ` [PATCH 2/2] core195: Ship sqlite Adolf Belka
  0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2025-05-08 12:01 UTC (permalink / raw)
  To: development; +Cc: Adolf Belka

- Update from version 3.49.1 to 3.49.2
- Update of rootfile
- Changelog
    3.49.2
	Fix a bug in the NOT NULL optimization of version 3.40.0 (item 3c in the
	 version 3.40.0 change log) that can lead to a memory error if abused.
	Fix the count-of-view optimization so that it does not give an incorrect answer
	 for a DISTINCT query.
	Fix a possible incorrect answer that can result if a UNIQUE constraint of a
	 table contains the PRIMARY KEY column and that UNIQUE constraint is used by an
	 IN operator.
	Fix obscure problems with the generate_series() extension function.
	Incremental improvements to the configure/make.

Signed-off-by: Adolf Belka <adolf.belka@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 9e28c2d2b..1408c1879 100644
--- a/config/rootfiles/common/sqlite
+++ b/config/rootfiles/common/sqlite
@@ -3,6 +3,6 @@ usr/bin/sqlite3
 #usr/include/sqlite3ext.h
 usr/lib/libsqlite3.so
 usr/lib/libsqlite3.so.0
-usr/lib/libsqlite3.so.3.49.1
+usr/lib/libsqlite3.so.3.49.2
 #usr/lib/pkgconfig/sqlite3.pc
 #usr/share/man/man1/sqlite3.1
diff --git a/lfs/sqlite b/lfs/sqlite
index ea3edcec2..ed23e9529 100644
--- a/lfs/sqlite
+++ b/lfs/sqlite
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3490100
+VER        = 3490200
 
 THISAPP    = sqlite-autoconf-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 08f9379977b9a7962de5283cb532ecdd500e6e9b00d5e64e14e323777b47ea90e15745528d441328b7907060b7f594dc5054b327b471189477e595c0575c43a0
+$(DL_FILE)_BLAKE2 = 588e881e986c618d7321546a5b236fe68371898295d80ff54f8d7037e5ae28d5384808f85e395e3467aa3494f84234709a1e9310277d6f0866e4c750f04c2fbb
 
 install : $(TARGET)
 
-- 
2.49.0



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 2/2] core195: Ship sqlite
  2025-05-08 12:01 [PATCH 1/2] sqlite: Update to version 3.49.2 Adolf Belka
@ 2025-05-08 12:01 ` Adolf Belka
  0 siblings, 0 replies; 2+ messages in thread
From: Adolf Belka @ 2025-05-08 12:01 UTC (permalink / raw)
  To: development; +Cc: Adolf Belka

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/rootfiles/core/195/filelists/sqlite | 1 +
 1 file changed, 1 insertion(+)
 create mode 120000 config/rootfiles/core/195/filelists/sqlite

diff --git a/config/rootfiles/core/195/filelists/sqlite b/config/rootfiles/core/195/filelists/sqlite
new file mode 120000
index 000000000..4ea569766
--- /dev/null
+++ b/config/rootfiles/core/195/filelists/sqlite
@@ -0,0 +1 @@
+../../../common/sqlite
\ No newline at end of file
-- 
2.49.0



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-05-08 12:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-08 12:01 [PATCH 1/2] sqlite: Update to version 3.49.2 Adolf Belka
2025-05-08 12:01 ` [PATCH 2/2] core195: Ship sqlite Adolf Belka

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