ab64a19094
SQLite Release 3.31.1: Revert the data layout for an internal-use-only SQLite data structure. Applications that use SQLite should never reference internal SQLite data structures, but some do anyhow, and a change to one such data structure in 3.30.0 broke a popular and widely-deployed application. Reverting that change in SQLite, at least temporarily, gives developers of misbehaving applications time to fix their code. Fix a typos in the sqlite3ext.h header file that prevented the sqlite3_stmt_isexplain() and sqlite3_value_frombind() interfaces from being called from run-time loadable extensions.
15 lines
425 B
Text
15 lines
425 B
Text
# $NetBSD: Makefile.common,v 1.67 2020/01/29 08:33:12 adam Exp $
|
|
#
|
|
# used by databases/sqlite3/Makefile
|
|
# used by databases/sqlite3-docs/Makefile
|
|
# used by databases/sqlite3-tcl/Makefile
|
|
# used by devel/lemon/Makefile
|
|
|
|
SQLITE3_DISTVERSION= 3310100
|
|
SQLITE3_VERSION= 3.31.1
|
|
|
|
MASTER_SITES= http://www.sqlite.org/2020/
|
|
MASTER_SITES+= http://www.hwaci.com/sw/sqlite/2020/
|
|
|
|
HOMEPAGE?= http://www.sqlite.org/
|
|
LICENSE= public-domain
|