summaryrefslogtreecommitdiff
path: root/databases/sqlite3-docs/PLIST
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-docs/PLIST
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-docs/PLIST')
-rw-r--r--databases/sqlite3-docs/PLIST4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/sqlite3-docs/PLIST b/databases/sqlite3-docs/PLIST
index 88cd0ede5fa..fc2508f4367 100644
--- a/databases/sqlite3-docs/PLIST
+++ b/databases/sqlite3-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.105 2021/11/28 20:48:28 adam Exp $
+@comment $NetBSD: PLIST,v 1.106 2021/12/30 20:31:51 adam Exp $
share/doc/sqlite3/34to35.html
share/doc/sqlite3/35to36.html
share/doc/sqlite3/about.html
@@ -473,6 +473,7 @@ share/doc/sqlite3/imposter.html
share/doc/sqlite3/index.html
share/doc/sqlite3/inmemorydb.html
share/doc/sqlite3/intern-v-extern-blob.html
+share/doc/sqlite3/invalidutf.html
share/doc/sqlite3/isolation.html
share/doc/sqlite3/json1.html
share/doc/sqlite3/keyword_index.html
@@ -634,6 +635,7 @@ share/doc/sqlite3/releaselog/3_35_4.html
share/doc/sqlite3/releaselog/3_35_5.html
share/doc/sqlite3/releaselog/3_36_0.html
share/doc/sqlite3/releaselog/3_37_0.html
+share/doc/sqlite3/releaselog/3_37_1.html
share/doc/sqlite3/releaselog/3_3_0.html
share/doc/sqlite3/releaselog/3_3_1.html
share/doc/sqlite3/releaselog/3_3_10.html