Matthias Andree 5b98d506ed databases/sqlite3: security update to 3.50.4
Changes per <https://sqlite.org/changes.html>:

2025-07-30 (3.50.4)

  1 Fix two long-standings cases of the use of uninitialized variables
    in obscure circumstances.

2025-07-17 (3.50.3)

  1 Fix a possible memory error that can occur if a query is made
    against against FTS5 index that has been deliberately corrupted in a
    very specific way.
  2 Fix the parser so that it ignored SQL comments in all places of a
    CREATE TRIGGER statement. This resolves a problem that was introduced by
    the introduction of the SQLITE_DBCONFIG_ENABLE_COMMENTS feature in
    version 3.49.0.
  3 Fix an incorrect answer due to over-optimization of an AND operator.
    Forum post f4878de3e.
  4 Fix minor makefile issues and documentation typos.

While here, install sqlite_cfg.h

The 3.51.0 update is left for the maintainer or other interested parties;
3.51.0 was released earlier this week, on 2025-11-04.

Security:	c5889223-b4e1-11f0-ae9b-b42e991fc52e
Security:	CVE-2025-7709
Approved by:	ports-secteam@ (implicit)
MFH:		2025Q4
PR:		290588
2025-11-07 18:11:52 +01:00

18 lines
624 B
Plaintext

%%NO_TEA%%bin/sqlite3
%%NO_TEA%%bin/sqldiff
%%TCL%%bin/sqlite3_analyzer
%%NO_TEA%%include/sqlite_cfg.h
%%NO_TEA%%include/sqlite3.h
%%NO_TEA%%include/sqlite3ext.h
%%NO_TEA%%%%STATIC%%lib/libsqlite3.a
%%NO_TEA%%lib/libsqlite3.so
%%NO_TEA%%lib/libsqlite3.so.0
%%NO_TEA%%lib/libsqlite3.so.%%DISTVERSION%%
%%NO_TEA%%libdata/pkgconfig/sqlite3.pc
%%NO_TEA%%share/man/man1/sqlite3.1.gz
%%TCL%%share/man/mann/sqlite3.%%TCLSUF%%.n.gz
%%TCL%%lib/%%TCLVER%%/sqlite3/libtclsqlite3.so
%%TCL%%lib/%%TCLVER%%/sqlite3/pkgIndex.tcl
%%TCL%%%%EXAMPLES%%share/examples/sqlite3/example.tcl
%%TCL%%%%EXAMPLES%%share/examples/sqlite3/sqlitecon.tcl