Package: sqlite3 / 3.46.1-7

Metadata

Package Version Patches format
sqlite3 3.46.1-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
10 520466 libsqlite3 depends on libdl.patch | (download)

configure.ac | 32 32 + 0 - 0 !
1 file changed, 32 insertions(+)

---
10 520478 squash bad deps.patch | (download)

Makefile.in | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

---
20 hurd locking style.patch | (download)

src/os_unix.c | 10 6 + 4 - 0 !
1 file changed, 6 insertions(+), 4 deletions(-)

---
30 cross.patch | (download)

Makefile.in | 25 19 + 6 - 0 !
1 file changed, 19 insertions(+), 6 deletions(-)

---
10 665363 disable malloc usable size.patch | (download)

configure.ac | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable malloc_usable_size
 Disable code introduced in sqlite 3.7.10 using malloc_usable_size, as it caused
 a regression on 64-bit platforms.
31 increase_SQLITE_MAX_DEFAULT_PAGE_SIZE_to_32k.patch | (download)

src/sqliteLimit.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 increase the maximum possible value of the page size
 Firefox/Iceweasel uses a page size of 32k, but sqlite won't allow it
 because the maximum it allows by default is 8k (through the
 SQLITE_MAX_DEFAULT_PAGE_SIZE define). This patch increases this limit.
32 dynamic_link.patch | (download)

Makefile.in | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
02 use packaged lempar.c.patch | (download)

tool/lemon.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 use packaged lempar.c
 Look for lempar.c under the package directory.
40 amalgamation_configure.patch | (download)

configure.ac | 21 21 + 0 - 0 !
1 file changed, 21 insertions(+)

---
41 fix_a_bug_in_the_NOT_NULL IS_NULL_optimization.patch | (download)

src/expr.c | 8 4 + 4 - 0 !
src/vdbe.c | 1 1 + 0 - 0 !
2 files changed, 5 insertions(+), 4 deletions(-)

---
50 CVE 2025 29087.patch | (download)

src/func.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
51 CVE 2025 29088.patch | (download)

src/main.c | 42 26 + 16 - 0 !
src/sqlite.h.in | 70 49 + 21 - 0 !
2 files changed, 75 insertions(+), 37 deletions(-)

---
52 CVE 2025 6965.patch | (download)

src/expr.c | 16 15 + 1 - 0 !
src/sqliteInt.h | 14 11 + 3 - 0 !
2 files changed, 26 insertions(+), 4 deletions(-)

---