Subject: CVS commit: pkgsrc
From: Adam Ciarcinski
Date: 2023-03-12 11:34:33
Message id: 20230312103433.7BFABFA90@cvs.NetBSD.org

Log Message:
sqlite3: updated to 3.41.1

version 3.41.1 (2023-03-10):

Provide compile-time options -DHAVE_LOG2=0 and -DHAVE_LOG10=0 to enable SQLite \ 
to be compiled on systems that omit the standard library functions log2() and \ 
log10(), repectively.
Ensure that the datatype for column t1.x in "CREATE TABLE t1 AS SELECT \ 
CAST(7 AS INT) AS x;" continues to be INT and is not NUM, for historical \ 
compatibility.
Enhance PRAGMA integrity_check to detect when extra bytes appear at the end of \ 
an index record.
Fix various obscure bugs reported by the user community. See the timeline of \ 
changes for details.

Files:
RevisionActionfile
1.99modifypkgsrc/databases/sqlite3/Makefile.common
1.192modifypkgsrc/databases/sqlite3/distinfo
1.122modifypkgsrc/databases/sqlite3-docs/PLIST
1.125modifypkgsrc/databases/sqlite3-docs/distinfo
1.137modifypkgsrc/databases/sqlite3-tcl/distinfo
1.66modifypkgsrc/devel/lemon/distinfo
1.3addpkgsrc/databases/sqlite3-tcl/patches/patch-configure