Path to this page:
Subject: CVS commit: pkgsrc/sysutils/ruby-facter
From: Takahiro Kambe
Date: 2024-05-12 18:14:40
Message id: 20240512161440.44A83FA2C@cvs.NetBSD.org
Log Message:
sysutils/ruby-facter: update to 4.7.0
4.7.0 (2024-04-09)
Enhancements
* Support for OpenBSD. Added support for OpenBSD. This addition contributed
by community member buzzdeee. FACT-3163
Resolved issues
* Re-add Ruby 2.5 support. Added support for Ruby 2.5.
* Use of cloud provider facts can result in nil dereferences. Patched the
two cloud providers' access to metadata to avoid nil dereferences.
* Evaluate confine block in case-insensitive way. Previously, when a user
provided a confine block, Facter would downcase the value when evaluating
it. This change retains the existing behavior of evaluating a confine
block with a downcased fact value, while adding evaluation with the raw
fact value to ensure expected behavior.
Files: