aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Volkov <pavelivolkov@gmail.com>2023-01-06 10:15:01 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-01-06 16:13:12 +0000
commit6b1d30b18d6a1538fd06b9ae5a422f9fe407c9eb (patch)
tree1fd13083d9b3d02adb299b73c6e85c15710d922c
parentc625283e12723fc6fe109683b0f5d2d37b13186b (diff)
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)
-rw-r--r--databases/sqlite3/Makefile2
-rw-r--r--databases/sqlite3/distinfo6
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