diff options
author | adam <adam@pkgsrc.org> | 2022-10-03 12:27:52 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-10-03 12:27:52 +0000 |
commit | 4dc4661e4020258bb57b3652da60dbc9e34ece09 (patch) | |
tree | ec106a2333810d3d3bb1f957ba54e639b15fcebf /databases/sqlite3-docs/distinfo | |
parent | d9d3a0eae7111015e70ff146c788fa0822e47080 (diff) | |
download | pkgsrc-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-docs/distinfo')
-rw-r--r-- | databases/sqlite3-docs/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/sqlite3-docs/distinfo b/databases/sqlite3-docs/distinfo index 330d440379d..85275983396 100644 --- a/databases/sqlite3-docs/distinfo +++ b/databases/sqlite3-docs/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.120 2022/09/06 18:59:11 adam Exp $ +$NetBSD: distinfo,v 1.121 2022/10/03 12:27:52 adam Exp $ -BLAKE2s (sqlite-doc-3390300.zip) = 79443f36f46a20dbdbf3bd0d78ed41049adaf6367d67b31297a89a8592efd5d1 -SHA512 (sqlite-doc-3390300.zip) = edab798f777bec097a20798a71c8ea01e4c59034da1f696ce1574a57719edd252a0004a268866e338803dd4c46980754ed1b5ddd05a5fc01b59397b6fda172ae -Size (sqlite-doc-3390300.zip) = 10312031 bytes +BLAKE2s (sqlite-doc-3390400.zip) = ee8d991decabf8089b0dd80157930f33a9d38c8526c97da6faa17c1033a9939e +SHA512 (sqlite-doc-3390400.zip) = 75d97b0f2f0d530b2e0ad505574af3bf657d82f0859bb5de7ee45c40a80351e933944845cedca56b579925a3d07505c6f4721f756f27862ffafdfc2caff539fb +Size (sqlite-doc-3390400.zip) = 10853153 bytes |