Date: Fri, 6 Jan 2023 16:17:24 GMT From: =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6b1d30b18d6a - main - databases/sqlite3: Update to 3.40.1 Message-ID: <202301061617.306GHO5M049973@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=6b1d30b18d6a1538fd06b9ae5a422f9fe407c9eb commit 6b1d30b18d6a1538fd06b9ae5a422f9fe407c9eb Author: Pavel Volkov <pavelivolkov@gmail.com> AuthorDate: 2023-01-06 10:15:01 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2023-01-06 16:13:12 +0000 databases/sqlite3: Update to 3.40.1 ChangeLog: https://www.sqlite.org/releaselog/3_40_1.html * Fix the --safe command-line option to the CLI such that it correctly disallows the use of SQL functions like writefile() that can cause harmful side-effects. * Fix a potential infinite loop in the memsys5 alternative memory allocator. This bug was introduced by a performance optimization in version 3.39.0. * Various other obscure fixes. PR: 268762 Reported by: pavelivolkov@gmail.com (maintainer) MFH: 2023Q1 (bugfix release) --- databases/sqlite3/Makefile | 2 +- databases/sqlite3/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index 62275743c0ed..c599084205d0 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqlite3 -DISTVERSION= 3.40.0 +DISTVERSION= 3.40.1 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= https://www.sqlite.org/${_YEAR}/ https://www2.sqlite.org/${_YEAR}/ https://www3.sqlite.org/${_YEAR}/ diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index c06070e07d02..a057f4188661 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669461304 -SHA256 (sqlite-src-3400000.zip) = 48550828142051293e179ffc6a8520f6fbfd82e1cdca78b93792f766cc89b8e2 -SIZE (sqlite-src-3400000.zip) = 13723231 +TIMESTAMP = 1672831817 +SHA256 (sqlite-src-3400100.zip) = 5064126aa50db20c35578b612b56c3129425c0506ed4d1610efa4a0f01bdf8d0 +SIZE (sqlite-src-3400100.zip) = 13725560
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301061617.306GHO5M049973>