summaryrefslogtreecommitdiff
path: root/databases/sqlite3/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-12-30 20:31:51 +0000
committeradam <adam@pkgsrc.org>2021-12-30 20:31:51 +0000
commitfb7290c4cb7ad6fb9c7bf7a56ff1824a51fe4faa (patch)
tree3d0b9a50fd5f3d76ed72946db2501ee94078aade /databases/sqlite3/Makefile
parent791a8074631ab7fdda6184dd6809b65223c010fe (diff)
downloadpkgsrc-fb7290c4cb7ad6fb9c7bf7a56ff1824a51fe4faa.tar.gz
sqlite3: updated to 3.37.1
version 3.37.1 Fix a bug introduced by the UPSERT enhancements of version 3.35.0 that can cause incorrect byte-code to be generated for some obscure but valid SQL, possibly resulting in a NULL-pointer dereference. Fix an OOB read that can occur in FTS5 when reading corrupt database files. Improved robustness of the --safe option in the CLI. Other minor fixes to assert() statements and test cases.
Diffstat (limited to 'databases/sqlite3/Makefile')
-rw-r--r--databases/sqlite3/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index c47d1a7d6cf..7ddab1fcf57 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.144 2021/12/08 16:01:49 adam Exp $
+# $NetBSD: Makefile,v 1.145 2021/12/30 20:31:51 adam Exp $
-PKGREVISION= 1
.include "Makefile.common"
DISTNAME= sqlite-autoconf-${SQLITE3_DISTVERSION}