Path to this page:
Subject: CVS commit: pkgsrc/databases/ruby-sqlite3
From: Takahiro Kambe
Date: 2023-10-24 16:35:08
Message id: 20231024143508.7F1B7FADC@cvs.NetBSD.org
Log Message:
databases/ruby-sqlite3: update to 1.6.7
1.6.7 / 2023-10-10
Dependencies
Vendored sqlite is updated to v3.43.2.
Upstream release notes:
* Fix a couple of obscure UAF errors and an obscure memory leak.
* Omit the use of the sprintf() function from the standard library in the
CLI, as this now generates warnings on some platforms.
* Avoid conversion of a double into unsigned long long integer, as some
platforms do not do such conversions correctly.
Added
* Compile packaged sqlite3 with additional flags to explicitly enable
FTS5, and set synchronous mode to normal when in WAL mode. [#408]
(@flavorjones)
Files: