4d93d9c345
Changes in version 3.32.1: Fix two long-standing bugs that allow malicious SQL statements to crash the process that is running SQLite. These bugs were announced by a third-party approximately 24 hours after the 3.32.0 release but are not specific to the 3.32.0 release. Other minor compiler-warning fixes and whatnot.
15 lines
425 B
Text
15 lines
425 B
Text
# $NetBSD: Makefile.common,v 1.69 2020/05/26 12:50:52 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= 3320100
|
|
SQLITE3_VERSION= 3.32.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
|