./databases/ruby-sqlite3, Ruby interface for the SQLite database engine

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ]


Branch: CURRENT, Version: 2.9.5, Package name: ruby33-sqlite3-2.9.5, Maintainer: pkgsrc-users

This module allows Ruby programs to interface with the SQLite3
database engine (http://www.sqlite.org). You must have the
SQLite engine installed in order to build this module.

Note that this module is NOT compatible with SQLite 2.x.


Required to run:
[misc/ruby-mini_portile2] [lang/ruby31-base]

Master sites:

Filesize: 3269 KB

Version history: (Expand)


CVS history: (Expand)


   2026-06-08 15:15:06 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
databases/ruby-sqlite3: update to 2.9.5

2.9.5 (2026-06-07)

Dependencies

* Vendored sqlite is updated to v3.53.2 (from v3.53.1). #709 @flavorjones

Security / Stability

* Fix use-after-free issue with custom functions, when the same function
  name is used with multiple arities.  See GHSA-28hh-pr2h-2w89 for more
  information.  #710 @flavorjones

* Fix use-after-free issue with aggregate functions, if a statement is used
  after a soft database close.  See GHSA-j7fr-3v8c-3qc3 for more
  information.  #711 @flavorjones
   2026-05-06 10:03:43 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
databases/ruby-sqlite3: update to 2.9.4

2.9.4 (2026-05-05)

* Vendored sqlite is updated to v3.53.1 (from v3.53.0).  #704 @flavorjones
   2026-04-19 16:02:47 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
databases/ruby-sqlite3: update to 2.9.3

2.9.3 (2026-04-15)

* Vendored sqlite is updated to v3.53.0 (from v3.51.3). #696 @flavorjones
   2026-04-12 16:32:18 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
databases/ruby-sqlite3: update to 2.9.2

2.9.2 (2026-03-15)

* Vendored sqlite is updated to v3.51.3 (from v3.51.2). #688 @flavorjones
   2026-03-01 08:11:48 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
databases/ruby-sqlite3: update to 2.9.1

2.9.1 (2026-02-28)

* Vendored sqlite is updated to v3.51.2 (from v3.51.1). #683 @flavorjones
   2026-01-13 15:54:59 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
databases/ruby-sqlite3: update to 2.9.0

2.9.0 (2025-12-27)

Ruby

* Introduce native gem packages for Ruby 4.0. @flavorjones
* Drop support for Ruby 3.1. @flavorjones

Added

* Introduce Statement#named_params to introspect on a parameterized SQL
  statement. #627 #642 @captn3m0

Improved

* Small improvements to docstrings and comments. @flavorjones @houyuanjie

New Contributors

* @captn3m0 made their first contribution in #642
* @houyuanjie made their first contribution in #671
   2026-01-07 09:49:50 by Thomas Klausner | Files touched by this commit (2525)
Log message:
*: recursive bump for icu 78.1
   2025-12-14 04:31:37 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
databases/ruby-sqlite3: update to 2.8.1

2.8.0 (2025-11-05)

* Vendored sqlite is updated to v3.51.0 (from v3.50.4). #652 @flavorjones

2.8.1 / 2025-11-29

* Vendored sqlite is updated to v3.51.1 (from v3.51.0). #659 @flavorjones
* Precompiled native gems are built with rake-compiler-dock v1.10.0
  (previously v1.9.1).