summaryrefslogtreecommitdiff
path: root/databases/sqlite3/Makefile.common
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-10-03 12:27:52 +0000
committeradam <adam@pkgsrc.org>2022-10-03 12:27:52 +0000
commit4dc4661e4020258bb57b3652da60dbc9e34ece09 (patch)
treeec106a2333810d3d3bb1f957ba54e639b15fcebf /databases/sqlite3/Makefile.common
parentd9d3a0eae7111015e70ff146c788fa0822e47080 (diff)
downloadpkgsrc-4dc4661e4020258bb57b3652da60dbc9e34ece09.tar.gz
sqlite3: updated to 3.39.4
Changes in version 3.39.4 (2022-09-29): Fix the build on Windows so that it works with -DSQLITE_OMIT_AUTOINIT Fix a long-standing problem in the btree balancer that might, in rare cases, cause database corruption if the application uses an application-defined page cache. Enhance SQLITE_DBCONFIG_DEFENSIVE so that it disallows CREATE TRIGGER statements if one or more of the statements in the body of the trigger write into shadow tables. Fix a possible integer overflow in the size computation for a memory allocation in FTS3. Fix a misuse of the sqlite3_set_auxdata() interface in the ICU Extension.
Diffstat (limited to 'databases/sqlite3/Makefile.common')
-rw-r--r--databases/sqlite3/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/sqlite3/Makefile.common b/databases/sqlite3/Makefile.common
index 10fb0883b9d..9aa4bc179df 100644
--- a/databases/sqlite3/Makefile.common
+++ b/databases/sqlite3/Makefile.common
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile.common,v 1.94 2022/09/06 18:59:11 adam Exp $
+# $NetBSD: Makefile.common,v 1.95 2022/10/03 12:27: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= 3390300
-SQLITE3_VERSION= 3.39.3
+SQLITE3_DISTVERSION= 3390400
+SQLITE3_VERSION= 3.39.4
MASTER_SITES= http://www.sqlite.org/2022/
MASTER_SITES+= http://www.hwaci.com/sw/sqlite/2022/