1299733447
Changes in version 3.34.1: Fix a potential use-after-free bug when processing a a subquery with both a correlated WHERE clause and a "HAVING 0" clause and where the parent query is an aggregate. Fix documentation typos Fix minor problems in extensions.
15 lines
425 B
Text
15 lines
425 B
Text
# $NetBSD: Makefile.common,v 1.74 2021/01/20 20:34:37 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= 3340100
|
|
SQLITE3_VERSION= 3.34.1
|
|
|
|
MASTER_SITES= http://www.sqlite.org/2021/
|
|
MASTER_SITES+= http://www.hwaci.com/sw/sqlite/2021/
|
|
|
|
HOMEPAGE?= http://www.sqlite.org/
|
|
LICENSE= public-domain
|