Subject: CVS commit: pkgsrc/databases/ruby-sqlite3
From: Takahiro Kambe
Date: 2024-12-09 14:08:58
Message id: 20241209130858.726C9FC1C@cvs.NetBSD.org

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

2.4.1 (2024-12-08)

Dependencies

* Vendored sqlite is updated to v3.47.2 #593 @flavorjones

  The description from the upstream maintainers is:

	SQLite version 3.47.2, now available, fixes an important bug that first \ 
appeared in the 3.47.0
	release. In SQLite versions 3.47.0 and 3.47.1, if you try to convert a string into a
	floating-point value and the first 16 significant digits of the value are exactly
	"1844674407370955", then the floating-point number generated might be \ 
incorrect. The problem
	only affects x64 and i386 CPUs, so it does not affect you if you are running on \ 
ARM. And it only
	affects releases 3.47.0 and 3.47.1. If you are running SQLite versions 3.47.0 \ 
or 3.47.1, then
	upgrading is recommended.

  Saving you a click, you should upgrade if you're running  sqlite3-ruby
  v2.1.1 or later.

Fixed

* Prevent unnecessary "Invalid Reference" warnings from the ForkSafety
  module when GC runs during the "after fork" hook.  #592 @flavorjones

Files:
RevisionActionfile
1.86modifypkgsrc/databases/ruby-sqlite3/Makefile
1.49modifypkgsrc/databases/ruby-sqlite3/distinfo