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)
This commit is contained in:
parent
c625283e12
commit
6b1d30b18d
@ -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}/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user