diff options
author | adam <adam@pkgsrc.org> | 2021-12-30 20:31:51 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-12-30 20:31:51 +0000 |
commit | fb7290c4cb7ad6fb9c7bf7a56ff1824a51fe4faa (patch) | |
tree | 3d0b9a50fd5f3d76ed72946db2501ee94078aade /databases/sqlite3 | |
parent | 791a8074631ab7fdda6184dd6809b65223c010fe (diff) | |
download | pkgsrc-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')
-rw-r--r-- | databases/sqlite3/Makefile | 3 | ||||
-rw-r--r-- | databases/sqlite3/Makefile.common | 6 | ||||
-rw-r--r-- | databases/sqlite3/distinfo | 8 |
3 files changed, 8 insertions, 9 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} diff --git a/databases/sqlite3/Makefile.common b/databases/sqlite3/Makefile.common index 8f8153de391..81daa0bbe42 100644 --- a/databases/sqlite3/Makefile.common +++ b/databases/sqlite3/Makefile.common @@ -1,12 +1,12 @@ -# $NetBSD: Makefile.common,v 1.82 2021/11/28 20:48:28 adam Exp $ +# $NetBSD: Makefile.common,v 1.83 2021/12/30 20:31:51 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= 3370000 -SQLITE3_VERSION= 3.37.0 +SQLITE3_DISTVERSION= 3370100 +SQLITE3_VERSION= 3.37.1 MASTER_SITES= http://www.sqlite.org/2021/ MASTER_SITES+= http://www.hwaci.com/sw/sqlite/2021/ diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index 466b1baebd8..120c6485f99 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.175 2021/11/28 20:48:28 adam Exp $ +$NetBSD: distinfo,v 1.176 2021/12/30 20:31:51 adam Exp $ -BLAKE2s (sqlite-autoconf-3370000.tar.gz) = df964e39d338c8a4ba4fecd8a0be9d1b8536867cd0b8e27ed168fc8c202200fb -SHA512 (sqlite-autoconf-3370000.tar.gz) = 413655d7b61b4d0a510bc42eb2e4f3e801ff35dee7d825d84b8397c956f23c5eac6a1a73134d3d7a63e40704968a4607d5762a137557e688ec5f87efb5b729ea -Size (sqlite-autoconf-3370000.tar.gz) = 3001298 bytes +BLAKE2s (sqlite-autoconf-3370100.tar.gz) = d8a824e862b52e29909aadee7334848affda012331c7e6ba8767fc4a6b257d90 +SHA512 (sqlite-autoconf-3370100.tar.gz) = 426f087733a864ed16648b162f80484ffdb415c55da837224fd22365c2ab4621840af984f9c8eb4f1d91aceaabb1f4c1285bd9e92a678f686fdd5d4544f98c81 +Size (sqlite-autoconf-3370100.tar.gz) = 3001542 bytes SHA1 (patch-configure) = c0aa83bddc20d090b3cd2fd840ac69031f4396e4 |