SQLite Release 3.30.1: Fix a bug in the query flattener that might cause a segfault for nested queries that use the new FILTER clause on aggregate functions. Cherrypick fixes for other obscure problems found since the 3.30.0 release.
15 lines
425 B
Text
15 lines
425 B
Text
# $NetBSD: Makefile.common,v 1.65 2019/10/11 15:37:09 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= 3300100
|
|
SQLITE3_VERSION= 3.30.1
|
|
|
|
MASTER_SITES= http://www.sqlite.org/2019/
|
|
MASTER_SITES+= http://www.hwaci.com/sw/sqlite/2019/
|
|
|
|
HOMEPAGE?= http://www.sqlite.org/
|
|
LICENSE= public-domain
|