Subject: CVS commit: pkgsrc/databases/ruby-sqlite3
From: Takahiro Kambe
Date: 2022-09-09 15:17:47
Message id: 20220909131747.823B9FA90@cvs.NetBSD.org

Log Message:
databases/ruby-sqlite3: update to 1.5.0

Here is quote from release note.

1.5.0 (2022-09-08)

Added

* SQLite3::SQLITE_LOADED_VERSION contains the version string of the sqlite3
  library that is dynamically loaded (compare to SQLite3::SQLITE_VERSION
  which is the version at compile-time).

Fixed

* SQLite3::Database#load_extensions now raises a TypeError unless a String
  is passed as the file path.  Previously it was possible to pass a
  non-string and cause a segfault.  [#339]

Files:
RevisionActionfile
1.54modifypkgsrc/databases/ruby-sqlite3/Makefile
1.19modifypkgsrc/databases/ruby-sqlite3/PLIST
1.26modifypkgsrc/databases/ruby-sqlite3/distinfo